Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] FYI, fixes in branch

Heads up,

  Move 3 low risks bug fixes in the cdt_1_0_1 branch, also:

GCCErrorParserManager.java:
  The matching would incorrectly mark this as an error
	gcc -IC:/somewhere/include -IC:/someplace -c file.c
  thanks, alex for catching this.

ErrorParserManager.java:
  Exception was thrown by the Workspace, it happens when building things like:
  all:
	cd /tmp; gcc -c file.c
	cd ../../../../a/b/c/d; gcc 
Workspace throws an IllegalArgumentException when doing IProject.getFile(..);
Catch it and set the error marker on the project instead.

BinaryContainerAdapter.java:
  NPE was thrown.


Thanks.



Back to the top