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
@@ -3,3 +3,4 @@ fails:Module#autoload removes the constant from Module#constants if the loaded f
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
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?
6
+
fails:Module#autoload during the autoload after the constant is assigned returns the real constant location in autoload thread and returns the autoload location in other threads for Module#const_source_location
0 commit comments