Mon, 15 Nov 2021 10:55:13 +0100 Adding missing endPosition for MessageNode. jv
Patrik Svestka <patrik.svestka@gmail.com> [Mon, 15 Nov 2021 10:55:13 +0100] rev 4728
Adding missing endPosition for MessageNode. This bug will show itself when a cascaded message is send.
Tue, 29 Jun 2021 20:39:06 +0100 Merge jv
Jan Vrany <jan.vrany@labware.com> [Tue, 29 Jun 2021 20:39:06 +0100] rev 4727
Merge
Tue, 23 Mar 2021 13:41:07 +0000 Merge jv
Jan Vrany <jan.vrany@labware.com> [Tue, 23 Mar 2021 13:41:07 +0000] rev 4726
Merge
Thu, 18 Mar 2021 23:38:53 +0000 Fix bug in (some) symbol literal parsing jv
Jan Vrany <jan.vrany@labware.com> [Thu, 18 Mar 2021 23:38:53 +0000] rev 4725
Fix bug in (some) symbol literal parsing Smalltalk/X supports Scheme-like typed array literals like #d(1 2 3) - as array of doubles. However, due to a bug in `Scanner`, symbols named by these prefixes followed by collon were not scanned correctly, i.e, `#d:` was actually scanned as two tokens, `#d` and `:`. This commit fixes the issue by explicitly checking whether collon is immediately following in case parsing fall backs from typed-array parsing to symbol parsing. This bug has been pulled in by merging with eXept's code.
Tue, 09 Mar 2021 12:23:43 +0000 Merge jv
Jan Vrany <jan.vrany@labware.com> [Tue, 09 Mar 2021 12:23:43 +0000] rev 4724
Merge
Tue, 25 Aug 2020 12:20:06 +0100 Merge branch 'default' jv
Jan Vrany <jan.vrany@labware.com> [Tue, 25 Aug 2020 12:20:06 +0100] rev 4723
Merge branch 'default'
Mon, 17 Aug 2020 19:27:20 +0200 #BUGFIX by exept default
Claus Gittinger <cg@exept.de> [Mon, 17 Aug 2020 19:27:20 +0200] rev 4722
#BUGFIX by exept class: Parser changed: #variableOrError: first look for Workspace vars, THEN for globals.
Sun, 16 Aug 2020 13:54:42 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Sun, 16 Aug 2020 13:54:42 +0200] rev 4721
#OTHER by exept use CharacterWriteStream new
Sun, 16 Aug 2020 13:54:35 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Sun, 16 Aug 2020 13:54:35 +0200] rev 4720
#OTHER by exept use CharacterWriteStream new
Sat, 15 Aug 2020 13:00:50 +0200 #OTHER by exept
Claus Gittinger <cg@exept.de> [Sat, 15 Aug 2020 13:00:50 +0200] rev 4719
#OTHER by exept comment
(0) -3000 -1000 -300 -100 -10 tip