generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 9
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
No error for int64 not being a valid FTLType at build time #1920
Labels
Comments
Open
matt2e
added
next
Work that will be be picked up next
P1
and removed
triage
Issue needs triaging
labels
Jul 1, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 2, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 2, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 3, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 3, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 5, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 8, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 8, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 8, 2024
jonathanj-square
added a commit
that referenced
this issue
Jul 8, 2024
fixes #1920 `int64` no longer projected to the FTL Int data type; `int` must be used instead.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should error at build time because FTL does not support int64.
We should fix this for all the places where int64 could turn up, not just within structs, and also look at other types we don't support (float64 etc)
The text was updated successfully, but these errors were encountered: