Re: Guile 3 and wip-elisp/Emacs

2021-09-20 Thread Gerry Agbobada
Hello,

Just my 2 cents as a drive-by watcher: I agree that having wip-elisp branch in 
guile tree would be nice to have, this way it's easier to find out where 
progress is being made for this endeavour, with potentially a checked out TODO 
or TASKS file to see if I can ever help (if only with testing, I know nothing 
of compilation so I don't think I'll be able to contribute to an .elc 
parser/evaluator/loader)

Regards,

-- 
Gerry



Re: rebased wip-elisp

2021-03-28 Thread Gerry Agbobada
Hello,

Thanks for the rebase on top of guile 2.2, I'd like to see how I could learn 
enough to contribute to elisp support in guile. I really don't have a lot of 
experience looking at guile code so sorry for the seemingly bad questions :

- you say that the tests pass for you, but I had an issue with one 
test-out-of-memory, I could not trigger the out-of-memory error on the 
`make-bytevector` call. Did you have the same issue as well or is it something 
that only stems from my computer ?
- Is there a common manifest.scm/ <http://manifest.scm/profile>guix profile to 
use when hacking on guile ?
- Is there a make target for the guile-emacs that you had and segfaulted ?

Thanks in advance for the answers,

Gerry Agbobada