Re: Oddities in ECL tests on Linux

2018-08-28 Thread Marius Gerbershagen
compile anything unless you run `(ext:install-bytecodes-compiler)`. However, asdf already contains a test target for the bytecodes compiler with `make test l=ecl_bytecodes` (which will unfortunately fail at the moment unless you apply the fix at https://gitlab.com/embeddable-common-lisp/ecl/merge_requests/118). > Suggestions for debugging would be welcome. Best regards, Marius Gerbershagen

Re: Oddities in ECL tests on Linux

2018-08-30 Thread Marius Gerbershagen
Harmless in the sense that ECL doesn't crash or throw me in the interactive debugger. Besides, the test failures seem to be easily fixed. The test-require.script test fails because it tries to require the :rt module which is deprecated on the develop branch and no longer build by default. A simple

Re: Oddities in ECL tests on Linux

2018-09-01 Thread Marius Gerbershagen
Am 01.09.2018 um 04:36 schrieb Faré: > On Thu, Aug 30, 2018 at 1:46 PM Marius Gerbershagen > wrote: >> The test-require.script test fails because it tries to require >> the :rt module which is deprecated on the develop branch and no longer >> build by default. A