CDT Commit Report for - April 21, 2003

amagloire

updated.

Ignore exception when doing
set auto-solib-path on

dinglis

update ceditor to 2.0/2.1

run the init of completion contributor in a ISafeRunnable

remove console mode, not used

cleanup

dschaefer

Patch for Hoda Amer:
"Function template with body" bug fix + JUnit test

Patch for Hoda Amer:
-reversed the change to the ICElement interface.
-solves the method template with body bug
-solves bug #36726: ElementDeltaTests::testElementDeltas()
failure in Junit

Patch for John Camelon:
CORE/UI
Fixed Bug36551 Bad parse on attached file.
Partial Fix for Bug36631 remove linear search algorithm from OffsetMapping
TESTS
Added DOMTests::testBug36551().
Adjusted AutomatedTest to turn on line numbering.
Added DOMFailedTests and 11 failed test cases.
Changed CModelElementTests so that I can get on with my work.

Patch for Andrew Niefer:
Fixed Bug36475 - Scanner does not concatenate strings
Fixed Bug36509 - Scanner turns strings into identifiers when expanding macros
Fixed Bug36521 - Scanner gets confused over commas in function like macros
Fixed Bug36695 - Scanner looses escaping on chars (ie '\4' to '4')


Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475()
Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Added ScannerTestCase::testBug36695()

Updated ScannerTestCase::testBug36047
Updated ScannerTestCase::testBug36045

Patch for Hoda Amer:
- A fix for bug 36379: The parser to set Line information when scanning as
well.

- Fixed the test failures that arose because the targets don't
automatically copy over their configs (however now they do for
targets defined at the extension point).
- Config elements and attributes are now saved in the cdtbuild file, but
not any children.

mkhodjai

Fix for bug 36682.

Temporary fix for character values.

Unnecessary error logging (bug 36682).

Disconnnect: target should be disconnected before terminate the session because of race condition.