Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #677 from krekoten/class_new
Class#new superclass check and naming
- Loading branch information
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
fails:Module#name is nil for a nested module created with the module keyword | ||
fails:Module#name is set when assigning to a constant | ||
fails:Module#name is not modified when assigning to a new constant after it has been accessed | ||
fails:Module#name is set with a conditional assignment to a nested constant | ||
fails:Module#name is set with a conditional assignment to a constant | ||
fails:Module#name preserves the encoding in which the class was defined | ||
fails:Module#name is set when the anonymous outer module name is set | ||
fails:Module#name is nil when assigned to a constant in an anonymous module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters