Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tapasco
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tapasco
tapasco
Commits
c1de1ee9
Commit
c1de1ee9
authored
May 15, 2017
by
Jens Korinth
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix RE for synth logs
* previous RE did include many other runme.logs, fixed
parent
94383778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/scala/tapasco/itapasco/view/detail/LogTrackingPanel.scala
...scala/tapasco/itapasco/view/detail/LogTrackingPanel.scala
+2
-2
No files found.
src/main/scala/tapasco/itapasco/view/detail/LogTrackingPanel.scala
View file @
c1de1ee9
...
...
@@ -24,8 +24,8 @@ class LogTrackingPanel(val task: Task with LogTracking) extends BorderPanel with
private
[
this
]
val
mfw
=
new
MultiFileWatcher
private
[
this
]
val
newFileRegex
=
Seq
(
"""(?i)output in (\S*)$"""
.
r
.
unanchored
,
"""(?i)\s*(\S*synth_1/runme\.log)$"""
.
r
.
unanchored
,
"""(?i)\s*(\S*impl_1/runme\.log)$"""
.
r
.
unanchored
)
"""(?i)\s*(\S*
/
synth_1/runme\.log)$"""
.
r
.
unanchored
,
"""(?i)\s*(\S*
/
impl_1/runme\.log)$"""
.
r
.
unanchored
)
def
update
(
e
:
MultiFileWatcher.Event
)
:
Unit
=
e
match
{
case
LinesAdded
(
src
,
ls
)
=>
ls
map
{
l
=>
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment