Changes between Initial Version and Version 1 of Ticket #1690
- Timestamp:
- 03/24/20 20:18:11 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1690
-
Property
Summary
changed from
Specialization breaks "and" macro?
toSpecializations using "and" (and/or other macros) don't work properly
-
Property
Summary
changed from
-
Ticket #1690 – Description
initial v1 24 24 25 25 Interestingly, 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 27 It 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.