Opened 3 weeks ago

Closed 3 weeks ago

#872 closed activism (fixed)

check units early for link problems

Reported by: westram Owned by: westram
Priority: normal Milestone:
Component: unit tests Version: SVN
Keywords: Cc:

Description

To avoid problems while placing code into libraries, checking library linking is required more early during development.

Currently this requirement is provided by tested units, but this has issues:

  • only those objects containing test methods (or code used by these) will be picked by linker
  • since [19613], the unit tester also tries to check linking for untested units, but this does only work for one "randomly" picked symbol resp. its object.
  • all other objects in each library remain unchecked (i.e. unsatisfied symbols in those objects will not be reported early).
    These are at first reported when linking some executable, which is considered too late.

Needed fixes:

  • link whole testable unit to detect all link problems

Change History (2)

comment:1 Changed 3 weeks ago by westram

  • Owner changed from devel to westram
  • Status changed from new to _started

comment:2 Changed 3 weeks ago by westram

  • Resolution set to fixed
  • Status changed from _started to closed
Note: See TracTickets for help on using tickets.