Closed
Bug 1600226
Opened 6 years ago
Closed 6 years ago
Optimize the way how we follow symlinks for static-analysis check
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox73 fixed)
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 file)
A while back we've implemented a solution to follow symlinks and to show the diagnostic messages in the original file. The idea was good but we've extended this behavior to also match these files with files passed from source
as argument. We should stop doing this since it only adds an extra layer of complexity with little to no benefits.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9112472 -
Attachment description: Bug 1600226 - Optimize the way how we follow symlinks for static-analysis check. → Bug 1600226 - Optimize the way how we follow symlinks for static-analysis check. r=bastien
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57e49ba78675
Optimize the way how we follow symlinks for static-analysis check. r=bastien,marco
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•