chuck icon indicating copy to clipboard operation
chuck copied to clipboard

chuck/miniAudicle error caret position error

Open gewang opened this issue 2 years ago • 0 comments

repeated compilation with error seems to not reset error position (miniAudicle, possibly also CLI)

fun int[] foo( x ) { return null; }

error:

Untitled:1:18: syntax error
[1] fun void foo( int[] a )
                     ^
Untitled:1:36: syntax error
[1] fun int[] foo( x )
                                       ^
Untitled:1:54: syntax error
[1] fun int[] foo( x )
                                                         ^

gewang avatar Nov 08 '23 01:11 gewang