refind.exe bug I found/reported today (it basically breaks your uses clause when "unusing" a unit if there's a compiler directive present): https://quality.embarcadero.com/browse/RSP-20025

refind.exe bug I found/reported today (it basically breaks your uses clause when "unusing" a unit if there's a compiler directive present): https://quality.embarcadero.com/browse/RSP-20025
https://quality.embarcadero.com/browse/RSP-20025

Comments

  1. Does this fail with IFNDEF as well? I remember reading a post (likely from Stefan Glienke) indicating the IDE handles IFNDEF better than IFDEF.

    ReplyDelete
  2. Jeroen Wiert Pluimers I'll check and report back. Though note this is neither {$IFDEF} nor {$IFNDEF} but straight-up {$IF ....}

    ReplyDelete

Post a Comment