GraphemeView does not understand bookmark

23 views
Skip to first unread message

Richard Sargent

unread,
Sep 25, 2025, 1:19:12 PMSep 25
to VAST Community Forum
Found in 11.0.1. Appears to be present in every version before 14.1.0.

This is the recreation code:
ws := WriteStream on: ( UnicodeString new: 100).
ws lineDelimiter: Grapheme lf.
ws nextPut: $a.
ws cr.
ws contents

Having anything in the write stream seems to be all that is required to trigger this error.
Putting two #cr into the stream will trigger it.

Esteban A. Maringolo

unread,
Sep 26, 2025, 2:01:08 PMSep 26
to va-sma...@googlegroups.com
Hi Richard,

You're right that the issue is present in 11.0.1. However, I was unable to reproduce it in any subsequent VAST releases, starting with 12.0.0.

Please let us know if there's anything else we can assist you with.

Best regards,

Esteban Maringolo
VAST Consultant
Senior Software Developer

 emari...@instantiations.com
 @emaringolo
 /emaringolo
 instantiations.com
TwitterLinkedInVAST Community ForumGitHubYouTubepub.dev


--
You received this message because you are subscribed to the Google Groups "VAST Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/va-smalltalk/0d7c7a2a-485d-4cb6-80e0-a4e31fcfa656n%40googlegroups.com.

Richard Sargent

unread,
Sep 26, 2025, 2:50:33 PMSep 26
to VAST Community Forum
Ah! I see what I missed: the implementation of UnicodeView>>#bookmark in 12.0.0.
I think we (GemTalk) can drop support for 11.0.x and use the simple solution of streaming the lines and adding the desired line delimiters.


Thanks, Estabon.
Reply all
Reply to author
Forward
0 new messages