Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extraction bug #3

Open
snow-lumi opened this issue Nov 14, 2023 · 1 comment
Open

Extraction bug #3

snow-lumi opened this issue Nov 14, 2023 · 1 comment

Comments

@snow-lumi
Copy link

Warning: your code's binary would actual extract to:
/,$`p-$$
instead of:
/,$? 1$$
Please report this as it is a bug (there is supposed to be a more clear accidental extension detection, this is just a fail safe)
size = 8 nibbles (4.0 bytes)

https://ato.pxeger.com/run?1=m708LzMpKSe1eMGCpaUlaboWy_V1VOwNVVQgPKjggg3GlgZGxgaWJkbGRsbGJqaGEHEA

@darrenks
Copy link
Owner

Thank you for reporting this. This is overloaded as an extension because because ? 1 is true so it is the same as not having an if statement at all and just having the true clause. It should have given this warning instead of getting to this fail safe though. However, I may not get around to fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants