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

[Truffle] Bigdecimal #2952

Merged
merged 4 commits into from May 18, 2015
Merged

[Truffle] Bigdecimal #2952

merged 4 commits into from May 18, 2015

Conversation

pitr-ch
Copy link
Member

@pitr-ch pitr-ch commented May 18, 2015

do not merge - broken mspec

Shape.Allocator allocator = RubyBasicObject.LAYOUT.createAllocator();
VALUE_PROPERTY = Property.create(
VALUE_IDENTIFIER,
allocator.locationForType(BigDecimal.class, EnumSet.of(LocationModifier.NonNull, LocationModifier.Final)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've got final here, but you change the value in setBigDecimal

@eregon eregon changed the title Bigdecimal [Truffle] Bigdecimal May 18, 2015
@eregon eregon added the truffle label May 18, 2015
@pitr-ch pitr-ch force-pushed the bigdecimal branch 3 times, most recently from 0df1e54 to bf48fd8 Compare May 18, 2015 14:35
chrisseaton added a commit that referenced this pull request May 18, 2015
@chrisseaton chrisseaton merged commit 08e75ac into jruby:master May 18, 2015
@chrisseaton chrisseaton added this to the truffle-dev milestone May 18, 2015
@enebo enebo added this to the Non-Release milestone Dec 7, 2017
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.

None yet

4 participants