Rewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
Minimal reproduction: let f = (~a, ~b, ~c) => () @doc("generic placeholder text with no real source disclosed here ....—trailing text so the line is long enough to wrap onto a second row") let _g =...
View ArticleRewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
Good catch, thanks for reporting! Fix here: Preserve multibyte characters when wrapping long source lines by fhammerschmidt · Pull Request #8520 · rescript-lang/rescript · GitHub Hopefully we’ll be...
View ArticleRewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
fham: Hopefully we’ll be able to backport this to v12 as well. That would be awesome. I cannot really upgrade to 13 now Thanks for the quick fix!
View ArticleRewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
It’s an anti AI measure
View ArticleRewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
Just swap the em-dash for regular hyphens and you should be good while waiting for the backport. Not ideal but gets you unstuck.
View ArticleRewatch (12.3.0) panics with a multichar em-dash on a line that bsc warnings...
I have already a fastmod recipe and AGENTS.md item to try to make it less of an issue
View Article