munificent / magpie

The Magpie programming language
http://magpie-lang.org
Other
360 stars 34 forks source link

Ubuntu stream.c error. #38

Open tanishalfelven opened 9 years ago

tanishalfelven commented 9 years ago

Although this looks kinda dead, I'd really like to work on it. Problem is, I went in, compiled it, and when I ran the VM REPL, I tried the test code from magpie-lang.org, and it spat out a semi-nasty error:

uv_write2: Assertion `(stream->type == UV_TCP || stream->type == UV_NAMED_PIPE || stream->type == UV_TTY) && "uv_write (unix) does not yet support other types of streams"'

I'm using Ubuntu 14.04.2 LTS, and to compile it I had to add in:

'target_arch%': 'ia32',          # set v8's target architecture
'host_arch%': 'ia32',            # set v8's host architecture

Which seems fairly nonstandard, so that is probably related.

munificent commented 9 years ago

Although this looks kinda dead,

Alas, it kind of is. I'd love to say it's still alive, but I'm pretty busy with other stuff now.

I'd really like to work on it.

I would be happy for it to have a life beyond me. If you're excited by it, by all means fork it and run with it. It would be great to see it keep going. :)

tanishalfelven commented 9 years ago

Hm. I might just do that... Switch the project to cmake or something, make it a bit easier to use, and then get familiar with the source.

munificent commented 9 years ago

Go to town! I tried to make the code relatively easy to read and I certainly sympathize with wanting to ditch gyp.