Skip to content

Logical ops not found in BigInt #7366

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

Open
3 of 5 tasks
dsiu opened this issue Mar 26, 2025 · 2 comments
Open
3 of 5 tasks

Logical ops not found in BigInt #7366

dsiu opened this issue Mar 26, 2025 · 2 comments

Comments

@dsiu
Copy link

dsiu commented Mar 26, 2025

BigInt.land, BigInt.lor, BigInt.xor, BigInt.lsl, BigInt.asr all not found in alpha.10. Worked in alpha.9 and prior.

let t0 = BigInt.land(1n, 0n)

output:

Type Errors
[E] Line 1, column 9:
The value land can't be found in BigInt

Playground

Thank you for filing! Check list:

  • Is it a bug? Usage questions should often be asked in the forum instead.
  • Concise, focused, friendly issue title & description.
  • A minimal, reproducible example.
  • OS and browser versions, if relevant.
  • Is it already fixed in master? Instructions
@cknitt
Copy link
Member

cknitt commented Mar 29, 2025

These were renamed, see #7353.
We probably should have deprecated the old functions instead of removing them. /cc @cometkim

@cometkim
Copy link
Member

Yes, if we don't provide any compat library or module

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

3 participants