esy-issues icon indicating copy to clipboard operation
esy-issues copied to clipboard

Easy ISSUES

Results 45 esy-issues issues
Sort by recently updated
recently updated
newest added

- The standalone command `esy` could do something better than merely print environment variables. - It could teach you how to use `esy`. - It could quickly report the health...

In the following check (and similar ones) we check `[$TARGET -ot dependency/package.json]` (if the target is older than package.json changes), but I think we also want to check `dependency/` itself...

blocker

We can take advantage of the `esy` conventions, by building editor plugins that understand how to source the project environment when you edit files inside of an `esy` project. That...

These are somewhat messy notes about cross compiling. Please note that I'm not fully confident about anything that's written below. Cross compiling in OCaml is a complex issue for several...

Now that @IwanKaramazow has an example of a fast C string replacement implementation, we can more quickly relocate artifacts that could include paths in them. Right now we use `python`,...

Could we embed opam and just use it to perform some build tasks? I really like how esy constructs the findlib library, better than how opam does, but could opam...

I believe opam has a separate install step. I think this could be good, but I'm not sure how valuable it would be.

When I run `./node_modules/esy/.bin/esy.js build-eject` in windows (msys), I got the following error: ```ejecting: _esy\findlib.conf.in ejecting: _esy\sandbox.sb.in ejecting: _esy\bin\render-env fs.js:1154 return binding.chmod(pathModule._makeLong(path), modeNum(mode)); ^ TypeError: mode must be an integer...

It might be nice to have an "explain" feature, that describes *why* it is/isn't rebuilding a package as part of `esy build`.

Right now, if you have a local package dependency such as symlink, `esy` will just rebuild everything any time you do `esy build`. `esy` should hash the package contents to...