andrewchambers

Results 369 comments of andrewchambers

I have some experience with pip, go, jpm and cargo. My current plans are as follows: - pip: automatically convert all deps into a set of source packages that turn...

> those converters/proxies can potentially all be written in Janet To me it makes sense the tool is either in Janet, or in the language the tool is targeting. Anything...

any suggestions welcome, I'm not a file extension oracle.

Yes, though its not quite a fair comparison as musl libc may be doing different things. We also have a virtual env, so need to see if that slows things...

It seems like a function like this could also do lots of the job of manually set PATH.

This is making me understand some more of what Nixos does. They have some env vars that should be propagated to runtime, some things that should be propagated to build...

I was thinking this could just be part of hpkgs and doesn't necessarily need to be built in.

The act of running a projects makefile already seems like it has more trust than writing a vars.jdn or env.jdn file. I'm not quite sure why a file like this...

> declare-native: (see also jpm show-paths --> libpath) used when your project provides a native library (compiles C source into a native binary lib) (How is the Janet language or...

I too have seen a build unexpectedly, But again, may be human error. It is also possible a bug in hermes causes something like this.