What is the best version of ECL to use right now?

2019-06-04 Thread Dennis Ogbe
Hello, I am working on embedding ECL in a reasonably-sized C++ program and I have been using v16.1.3 until now, since it seems like this is the latest official release. However, it seems like there is a lot of activity and bug fixes in the develop branch and I already ran into a few bugs (for

Re: What is the best version of ECL to use right now?

2019-06-04 Thread Dennis Ogbe
merge_requests/100 Daniel Kochmański writes: > Hello Dennis, > > On Mon, 2019-06-03 at 20:02 -0400, Dennis Ogbe wrote: >> Hello, >> >> I am working on embedding ECL in a reasonably-sized C++ program and I >> have been using v16.1.3 until now, since it seems lik

Re: What is the best version of ECL to use right now?

2019-06-05 Thread Dennis Ogbe
here? [1] https://gitlab.com/embeddable-common-lisp/ecl/blob/4c3dcfdbd52e427910486b2c1f7b6c03a62016e5/src/c/gfun.d#L138 Thanks, Dennis Daniel Kochmański writes: > On Tue, 04 Jun 2019 20:22:48 -0400 > Dennis Ogbe wrote: > >> Hello Daniel, >> >> thanks for your reply, that's about what I expecte

Re: What is the best version of ECL to use right now?

2019-06-10 Thread Dennis Ogbe
Hello Daniel, thanks for taking the time to look at this. After taking a deep dive debugging and finally being able to reproduce the problem, I quickly realized that I had caused all this havoc by mixing C++ and C semantics all in the pursuit of trying to save myself from writing one more line