Summary
- Core methods for returning false when comparing a string and a symbol with the same contents (details)
- Implements >>sameContents: to compare Symbols and Strings (details)
- Replacing Symbols and Strings comparison in core Pharo methods by Symbol->Symbol or String->String comparisons (details)
- Replacing Symbols and Strings comparison in tests by Symbol->Symbol or String->String comparisons (details)
- Replacing more string and symbols comparison in kernel tests and methods (details)
- Fixing more Symbol/String comparisons (details)
- Fixing more String and Symbol comparisons (details)
- Replaces more comparisons between symbols and strings (details)
- Fixing more string and symbol comparisons (details)
- Fixing more string symbol comparisons (details)
- Using >>sameContents: instead of >>= in Dictionary>>scanFor: (details)
- Using sameContents: to find items in SequenceableCollections (details)
- Preventing symbol and string comparison in both refactoring methods, monticello definitions, and tests (details)
- Preventing symbol and string comparison in tests (details)
- Fixing comparisons between symbols and strings (details)
- Fixing more string / symbol comparisons (details)
- Implements strict comparison of symbols and strings as a System setting (details)
- Prevents bootstrap crash by removing StrictComparison assignment (details)
- Creating >>asSymbol in Object (details)
- Creating >>asSymbol in Object, returning self (details)
- syntax (details)
- Fix syntax error (details)
- syntax again (details)
- update comment to force CI (details)
- fix pragma parsing error (details)
- Fixing comparison of characters (details)
- Prueba (details)
- Fixing Tonel Export (details)
- Reverting unused variable (details)
- use sameContents in Set>>scanFor and in SequenceableCollection>>beginsWith: (details)
- - Fixing RB tests (details)
- - Fixing tests (details)
- Fixing more tests (details)
- Fixing Tests (details)
- Fixing tests (details)
- Fix tests (details)
- fix tests (details)
- fix strict symbol comparison tests (details)
- Fix bootstrap error due to sameContents: message not understood (details)