Anonymous | Login | 03-02-2021 02:43 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0001597 | [Squeak Packages] VBRegex | minor | always | 08-02-05 22:47 | 07-04-08 22:00 | |||||||
Reporter | danie | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | feedback | |||||||||||
Summary | 0001597: 'a' matchesRegexIgnoringCase: 'a' throws DNU | |||||||||||
Description |
Using any string with length one with the prefixTester will break, Character>>sameAs: doesn't exist in standard 3.8. Attached is a mcz that fixes that. |
|||||||||||
Additional Information | ||||||||||||
Attached Files |
![]() |
|||||||||||
|
![]() |
|||||||
|
![]() |
|
(0002090 - 505 - 707 - 755 - 755 - 755 - 755) KenCausey 08-02-05 22:51 |
Here is the original bug report, just for the record: Ragnar Hojland Espinosa <ragnar.hojland@linalco.com>: "It is used by Rexeg. Try evaluating the following for a MNU. 'a' matchesRegexIgnoringCase: 'a' which I guess can be fixed in the Regex package, or in Character (since there's already a String>>sameAs:) Character>>sameAs: aChar sameAs: aCharacter "Answer whether the receiver is equal to aCharacter, ignoring case" ^ (self asLowercase = aCharacter asLowercase)" |
(0002091 - 97 - 103 - 103 - 103 - 103 - 103) MarcusDenker 08-02-05 22:59 |
I added Character>>sameAs: to 3.9... but maybe it would be good to fix the package (or 3.8), too. |
(0012341 - 56 - 59 - 59 - 59 - 59 - 59) Keith_Hodges 07-04-08 21:51 |
Character-sameAs: is added to LevelPlayingField for <=38 |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
52 total queries executed. 36 unique queries executed. |