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 just dug up the commit, which gave me some trouble because I was somehow surprised by the fact that 2018 was almost four years ago... HaxeFoundation/haxe@8cff76f
So yeah, this should be removed from the HaxeManual documentation.
Simn
transferred this issue from HaxeFoundation/haxe
Feb 22, 2022
Hey,
I wanted to use the field completion compiler service (https://haxe.org/manual/cr-completion-field-access.html) and just copied the example with use of pipe.
My code:
Command:
haxe --display Main.hx@0
That should print the correct output (see link above), but instead I get:
When I call
haxe --display Main.hx@65
I get desired output, so I guess only something went wrong with the pipe?Or am I missing something?
I'm using Haxe 4.2.4
Also checked with the latest build (20220217191237_46096c3)
The text was updated successfully, but these errors were encountered: