-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unexpected behavior of the gop compiler #465
Closed
Labels
bug
Something isn't working
Comments
aofei
added a commit
to aofei/.goplus.spx
that referenced
this issue
Dec 5, 2024
This is a workaround for goplus#465. Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
aofei
added a commit
to aofei/.goplus.spx
that referenced
this issue
Dec 5, 2024
This is a workaround for goplus#465. Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
nighca
pushed a commit
that referenced
this issue
Dec 5, 2024
This is a workaround for #465. Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
JiepengTan
added a commit
to JiepengTan/spx
that referenced
this issue
Dec 6, 2024
This is a workaround for goplus#465. Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
JiepengTan
added a commit
to JiepengTan/spx
that referenced
this issue
Dec 6, 2024
nighca
pushed a commit
that referenced
this issue
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No matter if
turnTo 180
orturnTo 180.0
is used, it always compiles toTurnTo__2
. It is expected to compile toTurnTo__3
orTurnTo__5
.test project:
./test/_Quote
spx engine code:
.spx file
auto_generated.go
gop version:
The text was updated successfully, but these errors were encountered: