Skip to content

Commit 15cff65

Browse files
committed
[GR-20428] Fix ENV methods parameter conversion to String.
PullRequest: truffleruby/1237
2 parents f46d3cf + f325a08 commit 15cff65

22 files changed

+26
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Bug fixes:
6262
* Fixed `Complex` and `Rational` should be frozen after initializing.
6363
* Fixed `printf` should raise error when not enough arguments for positional argument.
6464
* Removed "shadowing outer local variable" warning.
65+
* Fixed parameter conversion to `String` in ENV methods.
6566

6667
Compatibility:
6768

spec/tags/core/env/assoc_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/delete_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/element_reference_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/element_set_tags.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

spec/tags/core/env/fetch_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/has_key_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/has_value_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/include_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/env/index_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fails:ENV.index raises TypeError if the argument is not a String and does not respond to #to_str
21
fails:ENV.index warns about deprecation

0 commit comments

Comments
 (0)