You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/core/module/autoload_tags.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,4 @@ fails:Module#autoload (concurrently) blocks others threads while doing an autolo
2
2
fails:Module#autoload removes the constant from Module#constants if the loaded file does not define it
3
3
fails:Module#autoload after autoloading searches for the constant like the original lookup looks up in parent scope after failed autoload
4
4
fails:Module#autoload after autoloading searches for the constant like the original lookup warns once in verbose mode if the constant was defined in a parent scope
5
+
fails:Module#autoload during the autoload after the constant is assigned returns nil in autoload thread and returns the path in other threads for Module#autoload?
Copy file name to clipboardExpand all lines: spec/tags/language/hash_tags.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,4 @@ fails(https://github.com/ruby/prism/issues/2115):Hash literal expands an '**{}'
6
6
fails(https://github.com/ruby/prism/issues/2115):Hash literal merges multiple nested '**obj' in Hash literals
7
7
fails(https://github.com/ruby/prism/issues/2129):Hash literal raises an EncodingError at parse time when Symbol key with invalid bytes
8
8
fails(https://github.com/ruby/prism/issues/2129):Hash literal raises an EncodingError at parse time when Symbol key with invalid bytes and 'key: value' syntax used
9
+
fails:The ** operator makes a copy when calling a method taking a positional Hash
0 commit comments