Changes between Initial Version and Version 2 of Ticket #28


Ignore:
Timestamp:
Oct 4, 2016, 4:11:26 AM (8 years ago)
Author:
Fred T. Hamster
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28

    • Property Owner changed from Fred T. Hamster to bugdock
    • Property Status newassigned
  • Ticket #28 – Description

    initial v2  
    1    1.  makedep (file dependencies generator):
    2          1. makedep should multi-complain:
    3                1. makedep needs to tell about all problems, not just bomb on first one right away.
    4          2. parser cant handle hex
    5                1. "wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh )
    6                2. makedep could support this and then the messages would go away.
    7          3. seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid?  and broken?
    8                1. it needs to report the right file name; use the new entry in the filepointer structure.
     1makedep (file dependencies generator):
     2+ makedep should multi-complain:
     3  + makedep needs to tell about all problems, not just bomb on first one right away.
     4  + parser cant handle hex
     5    +"wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh )
     6    + makedep could support this and then the messages would go away.
     7+ seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid?  and broken?
     8  + it needs to report the right file name; use the new entry in the filepointer structure.
    99