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

0.58: fixes and optimizations #199

Merged
merged 6 commits into from
Oct 29, 2023
Merged

0.58: fixes and optimizations #199

merged 6 commits into from
Oct 29, 2023

Conversation

joe-p
Copy link
Contributor

@joe-p joe-p commented Oct 29, 2023

  • optimizes uintN < 64 math by using uint64 opcodes rather than byte opcodes
  • fixes overflow check
  • fixes bug with ** not functioning with non-uint64 values. Now only works uintN <= 64 and will otherwise throw compiler error (closes fix ** with non-uint64 uintN types #195)
  • fixes erroneous Type mismatch error when setting a variable to an array reference

@netlify
Copy link

netlify bot commented Oct 29, 2023

Deploy Preview for tealscript canceled.

Name Link
🔨 Latest commit a506870
🔍 Latest deploy log https://app.netlify.com/sites/tealscript/deploys/653db44cf1005f0008bcd5cf

@joe-p joe-p merged commit cca9a91 into main Oct 29, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant