asys icon indicating copy to clipboard operation
asys copied to clipboard

How about the Sys class itself?

Open kevinresol opened this issue 8 years ago • 3 comments

https://github.com/HaxeFoundation/haxe/blob/development/std/Sys.hx

kevinresol avatar Mar 02 '17 04:03 kevinresol

Well, most of it is covered by the nodejs target already: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/Sys.hx What would you expect to be in it? All I can think of is a sink for stdout and stderr and a source for stdin..

benmerckx avatar Mar 02 '17 20:03 benmerckx

Oh that's true, I'm looking for stdin/out/err. Maybe just a shortcut to tink_io would be sufficient. https://github.com/haxetink/tink_io/pull/18

kevinresol avatar Mar 03 '17 01:03 kevinresol

I'll add it when your PR is merged/released :)

benmerckx avatar Mar 03 '17 09:03 benmerckx