Fork me on GitHub
#lumo
<
2019-06-27
>
sogaiu00:06:58

@hlolli i am trying to get the pkg-lumo sample to work, but am encountering errors which i have so far failed to understand: https://pastebin.com/uiny0Ax5 -- any hints?

hlolli00:06:04

I've never seen such an error before, wow. I guess if you have a node project collects dust, it will start behaving weirdly.

hlolli00:06:02

could you try with an older node/npm version?

hlolli00:06:17

it needs an update for sure, still compiling against an old lumo version, just didn't know anybody used it except the closh project.

sogaiu00:06:23

i need to look into using an older node version -- thanks for the hint. am quite interested in pkg-lumo as a potential alternative to native-image for writing some tooling

hlolli00:06:54

yes, I'm all for single binary, it's almost as good as statically compiled the result, since as far as I remember, only libc is required. I got a crush on graal's native-image for that reason.

hlolli00:06:40

But graal has some llvm files that must be included when using polyglot, but not a big deal

hlolli00:06:47

If this doesn't work, write a ticket and I'll have a look later. Then I also know you're using it and I'll therefore make time to look at it.