You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed using haxelib install hxArduino, cloned the blink sample, and when running haxe build.hxml, I get the following error: C:\Libraries\HaxeToolkit\haxe\lib\hxArduino/1,2,2/src/ast2obj/Generator.hx:461: characters 59-61 : Unmatched patterns: OpSpread
I get the same error running haxe -lib hxArduino -cp src --no-output -main Main.
Any idea what it could be?
The text was updated successfully, but these errors were encountered:
I think this is going to be haxe version. What version are you on?
Ive got some interesting changes in the pipeline for this, but havent had a chance to work on them. Was hoping i might get something done this weekend.
I think this is going to be haxe version. What version are you on?
Thanks for the reply, I'm on 4.2.3 (latest).
Ive got some interesting changes in the pipeline for this, but havent had a chance to work on them. Was hoping i might get something done this weekend.
Hello,
I installed using
haxelib install hxArduino
, cloned theblink
sample, and when runninghaxe build.hxml
, I get the following error:C:\Libraries\HaxeToolkit\haxe\lib\hxArduino/1,2,2/src/ast2obj/Generator.hx:461: characters 59-61 : Unmatched patterns: OpSpread
I get the same error running
haxe -lib hxArduino -cp src --no-output -main Main
.Any idea what it could be?
The text was updated successfully, but these errors were encountered: