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

Can't use numbers greater than i32/u32 in auraescript #160

Open
future-highway opened this issue Dec 14, 2022 · 4 comments
Open

Can't use numbers greater than i32/u32 in auraescript #160

future-highway opened this issue Dec 14, 2022 · 4 comments
Assignees
Labels
Good First Issue New to the project? Looking for something to get started with?

Comments

@future-highway
Copy link
Contributor

This is due to a bug in pbjson (which we depend on). There is currently an open PR to fix the issue in that repo:

influxdata/pbjson#87

@future-highway
Copy link
Contributor Author

Glimpsing at the PR, it seems to only allow up to i64 (i.e., u64 would still not work).

Need to test after the PR is accepted.

@dmah42
Copy link
Contributor

dmah42 commented Jan 3, 2023

pinged the PR

@dmah42
Copy link
Contributor

dmah42 commented Sep 17, 2023

PR has been merged!

@dmah42
Copy link
Contributor

dmah42 commented Jun 21, 2024

i think this just needs testing?

@dmah42 dmah42 added the Good First Issue New to the project? Looking for something to get started with? label Jun 21, 2024
@dmah42 dmah42 self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue New to the project? Looking for something to get started with?
Projects
None yet
Development

No branches or pull requests

2 participants