Kauê Hunnicutt Bazilli

Results 191 comments of Kauê Hunnicutt Bazilli

Possibly related to #2496, but uppercase characters are much more common.

Seems to be an issue with parsing/compiling then.

- Migrated the tests (except the "integration tests", which I already did in a34996a6955c488799f5d918f75e3aef116bc131 and will reintegrate into this branch soon), and benches, so the CI passes now. - Renamed...

Actually, the integration tests depend on JSON serialization. Should I integrate https://github.com/mthom/scryer-prolog/pull/2493 into this PR? I think it would be a better idea to merge this first and then rebase...

Reviewing this, I think the only thing I still want to change here is for `::Item` to be just `LeafAnswer` instead of `Result`, because `LeafAnswer` already has an `Exception(Term)` variant,...

Ok, with this I think it is good enough to stabilize. As always, the up-to-date rendered documentation is [here](https://bakaq.net/scryer-lib-docs/scryer_prolog/). Also, reminding that this is just the API skeleton, although most...

I think I addressed everything that was pointed out. > should I rebase https://github.com/mthom/scryer-prolog/pull/2465 on top of this? Well, if you want. But that branch is already rebased onto #2493,...

I remember encountering exactly this bug (#2819). You need to have a C compiler that can cross compile to Wasm, because if not then these ring functions can't be compiled...

It doesn't seem to be ring's fault, I've already reported to them back them: https://github.com/briansmith/ring/issues/2345.

This seems to be fixed in current `rebis-dev`.