anoma / geb

A Categorical View of Computation
https://anoma.github.io/geb/
GNU General Public License v3.0
28 stars 10 forks source link

Test failure in `WEAK-POINTERS-WORK` #73

Closed rokopt closed 1 year ago

rokopt commented 1 year ago

When I run (asdf:test-system :geb) from the sbcl command line, I get one failure:

;; Failures:
   1/   6 tests failed in GEB-TEST::GEB-TEST-SUITE
   1/   2 tests failed in GEB-TEST::GEB-META
   1/   1 tests failed in GEB-TEST::WEAK-POINTERS-WORK
The test form   count
evaluated to    0
when            1
was expected to be equal under =.
mariari commented 1 year ago

What version of SBCL are you running?

I noticed it on the CI too (sadly I don't throw when an error occurs, so it turns out the CI doesn't catch failures in the tests...)

rokopt commented 1 year ago

What version of SBCL are you running?

I noticed it on the CI too (sadly I don't throw when an error occurs, so it turns out the CI doesn't catch failures in the tests...)

❯ sbcl --version
SBCL 2.1.11.debian
mariari commented 1 year ago

I get a similar result with sbcl 2.2.6. Seems SBCL imrpoved it's GC to actually collect newly defined references