Bug summary
Major emacs distros can't run yet.
appimage from release v0.0.3 release was used.
Steps to reproduce
Install doomacs or spacemacs as official guide says
- git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
- .bin/doom install
- ./neomacs-linux-x86_64.AppImage -nw
Expected behavior
Rewritten elisp core executing heavy macros.
README.md states goal to achieve 100% Emacs compatibility, so that's making it bug and not feature request. I'm not expecting it work soon.
Runtime diagnostics
Extra context
neomacs-debug.log
I recon your dev approach is step-by-step replace C core, and I saw your worker commited thousands of test recently. I just thought integrating tests of high-level functions into workflow could help catching bugs and inconsistencies earlier in development.
Bug summary
Major emacs distros can't run yet.
appimage from release v0.0.3 release was used.
Steps to reproduce
Install doomacs or spacemacs as official guide says
Expected behavior
Rewritten elisp core executing heavy macros.
README.md states goal to achieve 100% Emacs compatibility, so that's making it bug and not feature request. I'm not expecting it work soon.
Runtime diagnostics
Extra context
neomacs-debug.log
I recon your dev approach is step-by-step replace C core, and I saw your worker commited thousands of test recently. I just thought integrating tests of high-level functions into workflow could help catching bugs and inconsistencies earlier in development.