Open knight-ryu12 opened 3 days ago
Actually v1.35.4 crashes if you only add the the now deprecated pragma for bit-field ordering:
#pragma bitfield_order right_to_left
I ran that on the 1.36.0 nightly and instead of a crash I got an error message:
E: error: Pragma 'bitfield_order' is unsupported.
E: --> in <Source Code>:2:37
E: 2 | #pragma bitfield_order right_to_left
E: ^
E: Bitfield order can be overridden on a field declaration with the `be` or `le` keywords.
E: error: Value 'right_to_left' cannot be used with the 'bitfield_order' pragma directive.
E: --> in <Source Code>:2:1
E: 2 | #pragma bitfield_order right_to_left
E: ^^^^^^^^^^^^^
I: Evaluation took 0.0773874s
so it looks like it is already fixed but the fix hasn't made it to the release version yet.,
Operating System
Windows
What's the issue you encountered?
Pattern evaluation may crash ImHex with 0xc5 error.
How can the issue be reproduced?
Minimal Reproduction Patterns:
ImHex Version
v1.35.4
ImHex Build Type
Installation type
Installaler
Additional context?
No response