[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-04-13 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-56450  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56450  
 
 
  MSBuild parser fails when compiling with /MP   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-04-13 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi started work on  JENKINS-56450  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-04-12 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi commented on  JENKINS-56450  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: MSBuild parser fails when compiling with /MP   
 

  
 
 
 
 

 
 I found out that your description is not the root of the problem, but log entries like the following leads to a 'wrong' filename detection. I assume that there is a missing protection of the log-generation when several processors generate log messages in parallel: C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\include\footprint_info.h(320): warning C4251: 'FOOTPRINT_ASYNC_LOADER::m_last_table': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'FOOTPRINT_ASYNC_LOADER' (compiling source file C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\pcbnew\footprint_libraries_utils.cpp)C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\include\geometry/seg.h(263): warning C4244: 'initializing': conversion from 'double' to 'SEG::ecoord', possible loss of data (compiling source file C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\pcbnew\hotkeys_footprint_editor.cpp) [C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\build\pcbnew\pcbnew_kiface_objects.vcxproj] I will create a PR to detect such log messages as warning on the first file / message (not able to split the line and create 2 issues).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-03-30 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi edited a comment on  JENKINS-56450  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: MSBuild parser fails when compiling with /MP   
 

  
 
 
 
 

 
 So the warning message should still be: {{'FOOTPRINT_ASYNC_LOADER::m_last_table': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'FOOTPRINT_ASYNC_LOADER' (compiling source file C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\cvpcb\cvpcb_mainframe.cpp)}}But the directory should not contain the file path in the brackets. At the moment I do not see where the directory path is generated... But I will find out  of  or  someone gives me a hint.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-03-30 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi commented on  JENKINS-56450  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: MSBuild parser fails when compiling with /MP   
 

  
 
 
 
 

 
 So the warning message should still be:  'FOOTPRINT_ASYNC_LOADER::m_last_table': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'FOOTPRINT_ASYNC_LOADER' (compiling source file C:\Jenkins\workspace\windows-kicad-msvc-tom\build\release\cpu\amd64\label\msvc\src\cvpcb\cvpcb_mainframe.cpp) But the directory should not contain the file path in the brackets. At the moment I do not see where the directory path is generated... But I will find out of someone gives me a hint.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56450) MSBuild parser fails when compiling with /MP

2019-03-30 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi assigned an issue to Lorenz Aebi  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56450  
 
 
  MSBuild parser fails when compiling with /MP   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Assignee: 
 Lorenz Aebi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56333) Error reported as warning (high) for pc-lint parser

2019-03-26 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-56333  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56333  
 
 
  Error reported as warning (high) for pc-lint parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42823) False positive with msbuild parser

2019-03-23 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-42823  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42823  
 
 
  False positive with msbuild parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 analysis-model-api 4.0.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55345) DocFX info messages count as warnings

2019-03-23 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-55345  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55345  
 
 
  DocFX info messages count as warnings   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 analysis-model-api 4.0.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56333) Error reported as warning (high) for pc-lint parser

2019-03-23 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-56333  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56333  
 
 
  Error reported as warning (high) for pc-lint parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56333) Error reported as warning (high) for pc-lint parser

2019-03-23 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi started work on  JENKINS-56333  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42823) False positive with msbuild parser

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-42823  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42823  
 
 
  False positive with msbuild parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42823) False positive with msbuild parser

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi started work on  JENKINS-42823  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42823) False positive with msbuild parser

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi assigned an issue to Lorenz Aebi  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42823  
 
 
  False positive with msbuild parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Assignee: 
 Lorenz Aebi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55345) DocFX info messages count as warnings

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-55345  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55345  
 
 
  DocFX info messages count as warnings   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56333) Error reported as warning (high) for pc-lint parser

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi assigned an issue to Lorenz Aebi  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56333  
 
 
  Error reported as warning (high) for pc-lint parser   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Assignee: 
 Lorenz Aebi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55345) DocFX info messages count as warnings

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi started work on  JENKINS-55345  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55345) DocFX info messages count as warnings

2019-03-16 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi updated  JENKINS-55345  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55345  
 
 
  DocFX info messages count as warnings   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55345) DocFX info messages count as warnings

2019-03-15 Thread lor...@xca.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lorenz Aebi assigned an issue to Lorenz Aebi  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55345  
 
 
  DocFX info messages count as warnings   
 

  
 
 
 
 

 
Change By: 
 Lorenz Aebi  
 
 
Assignee: 
 Lorenz Aebi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.