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

Subtraction on hash bug #475

Closed
ryanstout opened this issue Dec 30, 2013 · 1 comment
Closed

Subtraction on hash bug #475

ryanstout opened this issue Dec 30, 2013 · 1 comment
Milestone

Comments

@ryanstout
Copy link
Contributor

A strange one:

it "should subtract" do
  a = {}
  a[:test] = 1
  a[:test] -= 1
  expect(a[:test]).to eq(0)
end

Thanks.

@adambeynon
Copy link
Contributor

Now fixed on master: a62a443.

hmdne pushed a commit to hmdne/opal that referenced this issue Jan 27, 2024
Temporary fix until opal#1802 is merged

* Add logger impl to stdlib
* Add a wrapper API around the Cursor object (resolves opal#475)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants