-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
W10/64, warnings-ng v5.0.0, Jenkins v2.164.3
The source file causing a warning using msBuild is reported as
C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets
The actual source file (with warning) is
C:\Delphi Projects\Projects\...\myfile.pas(349) Warning: W1024 Combining signed and unsigned types - widened both operands`
The full output is
C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets : warning : C:\Delphi Projects\Projects...\myfile.pas(349) Warning: W1024 Combining signed and unsigned types - widened both operands
- duplicates
-
JENKINS-57789 MSBuild doesn't capture 'Hint' output
-
- Open
-
[JENKINS-57790] Incorrect source file reported
Description |
Original:
The source file causing a warning using msBuild is reported as {code:java} CodeGear.Delphi.Targets{code} The actual source file (with warning) is {code:java} C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets : warning : C:\Delphi Projects\Projects\...\myfiles.pas(349) Warning: W1024 Combining signed and unsigned types - widened both operands`{code} |
New:
The source file causing a warning using msBuild is reported as {code:java} C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets{code} The actual source file (with warning) is {code:java} C:\Delphi Projects\Projects\...\myfile.pas(349) Warning: W1024 Combining signed and unsigned types - widened both operands`{code} The full output is {code:java} C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets : warning : C:\Delphi Projects\Projects...\myfile.pas(349) Warning: W1024 Combining signed and unsigned types - widened both operands{code} |
Environment | Original: W10/64 warnings-ng v5.0.0 Jenkins v2.164.3 | New: W10/64, warnings-ng v5.0.0, Jenkins v2.164.3 |
Link | New: This issue duplicates JENKINS-57789 [ JENKINS-57789 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Do all your warnings look like this? Seems that there are two logs interleaving:
First part:
Second part: