Skip to content

Remove tag for "str".freeze idempotency test.#5811

Merged
headius merged 1 commit intomasterfrom
string_freeze_spec
Aug 1, 2019
Merged

Remove tag for "str".freeze idempotency test.#5811
headius merged 1 commit intomasterfrom
string_freeze_spec

Conversation

@headius
Copy link
Member

@headius headius commented Aug 1, 2019

This was likely failing because we ran the full RubySpec suite
with --debug when run through rake. This turned on frozen string
debugging, which disabled the deduplication this spec tests.

Fixes #5070.

This was likely failing because we ran the full RubySpec suite
with --debug when run through rake. This turned on frozen string
debugging, which disabled the deduplication this spec tests.

Fixes #5070.
@headius headius added this to the JRuby 9.2.8.0 milestone Aug 1, 2019
@headius headius merged commit 3103b8d into master Aug 1, 2019
@headius headius deleted the string_freeze_spec branch August 1, 2019 22:19
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.

"str".freeze optimization sporadically produces a different object

1 participant