janet-lang / spork

Various Janet utility modules - the official "Contrib" library.
MIT License
122 stars 35 forks source link

Add schema module to init for importing #58

Closed pepe closed 2 years ago

pepe commented 2 years ago

This PR adds schema module to spork/init for convenient import.

pepe commented 2 years ago

I checked the failing test, and it is bizarre as it is in the temple test, which this PR is not touching. On my machine, the test is not failing.

sogaiu commented 2 years ago

Similar results here (another Linux box) -- when I try the changes locally, jpm test shows "All tests passed.".

sogaiu commented 2 years ago

Looking at the error output, may be it's this line here?

https://github.com/janet-lang/spork/blob/2732fd0bb21f7fb3ab456e0ec4ff0661831f30a0/test/suite0008.janet#L16

pepe commented 2 years ago

@sogaiu yep, that I guess is the offending line, but I have no idea why