Changes between Initial Version and Version 1 of Ticket #1690


Ignore:
Timestamp:
03/24/20 20:18:11 (4 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1690

    • Property Summary changed from Specialization breaks "and" macro? to Specializations using "and" (and/or other macros) don't work properly
  • Ticket #1690 – Description

    initial v1  
    2424
    2525Interestingly, this goes all the way back to 4.9.0; in 4.8.0.5 this program (with suitable changes for C4) works as expected with `-specialize`.
     26
     27It looks like the `and` that's being complained about is the one in the `irregex-match?` specialization in `types.db`.  This makes sense if the specialization is the last thing that happens, there's no more macro expansion step and stuff will break.