Dorgan

Results 76 comments of Dorgan

Hi @pdelgadohurtado! Can you paste the code snippets as text code? And can you also provide the error message you're getting? Thank you!

I'm not able to reproduce this, does running `just clean-engine` help? It looks like something got corrupted there.

> Original post claims that they don't run into this when building from source locally. But they do run into this issue when downloading and executing the nightly built binary....

@mhanberg I think the `warning: redefining module Kaffe.Mixfile` warning happens since this was lexical and doesn't cause issues, but the distribution issue is intriguing, the stacktrace isn't particularly informative. By...

Currently investigating an odd error preventing the engine from being built: ``` Building engine: Runtime terminating during boot ({'cannot get bootfile','C:\\Users\\Dorgan\\AppData\\Local\\.burrito\\expert_erts-16.1.1_0.1.0/bin/start.boot'}) ``` But, I can build and run expert at...

Making progress, now debugging this error that came back for some reason: ``` 15:44:02.538 [info] Engine build available at: c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns 15:44:02.594 [info] ebin paths: ["c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/mix_install/ebin", "c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/patch/ebin", "c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/xp_bunt/ebin", "c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/xp_credo/ebin", "c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/xp_deps_nix/ebin", "c:/Users/Dorgan/AppData/Local/Expert/0.1.0/ex-1.19.3-erl-16.1.1/VjE49oK-HQYk-UkxL9dpkw/_build/dev_ns/lib/xp_elixir_sense/ebin",...

There's a few tests failing on windows that I need to fix but this puppy can run

@mhanberg almost, there's a few failing tests on windows I'm fixing. I'll tag you when it is.

@mhanberg it's ready for review now!

@lukaszsamson sounds good, I'm going to ask for your help with licensing when I circle back to this PR I was mostly trying to see how easy it'll be to...