Joe Taber
f03336b3a2
Allow all jobs to run to completion even if one fails
...
See: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
2023-09-23 21:43:51 -05:00
Mark
a5db117ef6
fix off-by-1 bug in ''/4 ( #2037 )
2023-09-23 18:32:32 -06:00
Mark
142e0c2c3a
don't parse bracketed non-operators as functor terms ( #2033 )
2023-09-23 14:26:28 -06:00
Mark
1c8cd85f6c
record compaction depth after reduce_op if '|' an operator ( #1905 )
2023-09-23 00:19:54 -06:00
Mark
c547f67c54
add (now failing) test 317 to iso_conformity_tests.pl
2023-09-21 16:49:45 -06:00
Mark
c26e9436b4
generalize multifile/dynamic/discontiguous declarations over lists of predicate indicators ( #1586 )
2023-09-21 16:22:41 -06:00
Mark
b3239abea1
throw resource error if OpenOptions raises an error of uncategorized kind ( #1375 )
2023-09-21 14:36:53 -06:00
Mark Thom
81edd4592f
Merge pull request #2027 from bakaq/dif
...
Improvements to dif/2
2023-09-21 11:32:38 -06:00
Mark Thom
7484433e2b
Merge pull request #2026 from infogulch/master
...
Simplify fn maybe
2023-09-21 11:31:35 -06:00
bakaq
cb79e83510
Avoid dif/1 attribute with empty list
...
Closes #1956
2023-09-21 14:00:37 -03:00
bakaq
cac52c0537
Run dif tests on cargo test
2023-09-21 12:14:27 -03:00
bakaq
f5c23fbb16
Tests for dif/2
2023-09-20 20:56:25 -03:00
bakaq
a64a765f32
Improved dif/2
2023-09-20 20:56:04 -03:00
infogulch
eecfeb2d03
Simplify maybe
...
Fix whitespace
2023-09-20 18:23:07 -05:00
Mark Thom
54a0313d72
Merge pull request #2025 from aarroyoc/random-seed
...
Use a SeedableRng to generate random numbers
2023-09-20 15:03:21 -06:00
Adrián Arroyo Calle
7cf6e77f4d
Use a SeedableRng to generate random numbers
2023-09-20 22:07:46 +02:00
Mark
9dc1c339ef
remove unnecessary Result return type from read_term_from_heap
2023-09-15 14:10:42 -06:00
Mark Thom
6e0dd371a0
Merge pull request #2018 from triska/libffi
...
use version from crates.io
2023-09-13 15:05:31 -06:00
Markus Triska
5b1df8c4b3
use version from crates.io
2023-09-13 20:45:38 +02:00
Mark Thom
3e14ef634f
Merge pull request #2017 from cmpute/master
...
Upgrade dashu and make the related code more idomatic.
2023-09-13 10:41:34 -06:00
Jacob
adb5fcf708
Upgrade dashu and some changes
2023-09-13 12:29:12 -04:00
Mark
4077040d03
update syn crates
2023-09-12 14:52:42 -06:00
Mark
de440a8c92
get rid of OssifiedOpDir, DBRef, simplify current_op/3
2023-09-11 15:36:15 -06:00
Mark Thom
c75f74f681
Merge pull request #1993 from coasys/dashu-fixes
...
Dashu fixes
2023-09-11 11:33:16 -06:00
Mark Thom
46c78ad338
Merge pull request #2013 from gruhn/fix-docker-debian-bullseye
...
fix Docker image
2023-09-11 11:23:10 -06:00
Niklas Gruhn
2b7a8875c0
fix Docker image
...
The Docker image is broken with the error message:
scryer-prolog: error while loading shared libraries:
libssl.so.1.1: cannot open shared object file: No such
file or directory
We use the base base image `debian:stable-slim` and in the
background a new Debian version was marked stable (bookworm),
which has libssl3 instead of libssl1.1 installed.
I downgraded the base image to the previous stable version
(bullseye), which seems to fix the issue.
2023-09-11 01:46:59 +02:00
Mark Thom
2ee131c52c
Merge pull request #2010 from aarroyoc/update-website-0.9.2
...
Update INDEX.dj
2023-09-10 17:45:45 -06:00
Adrián Arroyo Calle
f3901cd8b8
Update website to mention 0.9.2 and playground
2023-09-10 23:12:10 +02:00
Fayeed Pawaskar
7f0536b51d
Merge branch 'master' into dashu-fixes
2023-09-10 21:51:02 +05:30
Fayeed Pawaskar
af76659830
Removed value method and use deref to get type
2023-09-10 21:40:22 +05:30
Mark Thom
fb658c4918
Merge pull request #2008 from triska/clpb_improvements
...
Various CLP(B) improvements
2023-09-09 00:40:30 -06:00
Markus Triska
85cc4a80d0
remove code that is not needed in Scryer Prolog
2023-09-09 07:46:01 +02:00
Markus Triska
6fe85c5779
remove more attributes so that they do not appear in residual goals
2023-09-09 07:46:01 +02:00
Markus Triska
b38a56e7d3
move compatibility predicates and meta_predicate/1 declarations so that they are correctly taken into account
2023-09-09 07:46:01 +02:00
Mark Thom
cbf18e5c3a
Merge pull request #2006 from infogulch/wasm-ci
...
Add wasm build steps
2023-09-08 23:34:59 -06:00
Mark Thom
96bd0d267c
Merge pull request #2007 from triska/rust_1_70
...
update required Rust version
2023-09-08 23:34:36 -06:00
Markus Triska
ec67752db4
shorter partition/5, relying on first instantiated argument indexing
2023-09-09 07:32:06 +02:00
Markus Triska
ad4c17fbb6
add meta_predicate/1 declaration for include/3 and exclude/3
2023-09-09 07:32:06 +02:00
Markus Triska
672979c515
shorter include/3 and exclude/3, relying on improved indexing
2023-09-09 07:32:06 +02:00
Markus Triska
efcc2b81cd
add licensing information, addressing part of #1798
2023-09-09 07:32:06 +02:00
Markus Triska
640f29fe0f
update required Rust version
2023-09-09 07:30:23 +02:00
Joe Taber
13a0085408
Add wasm build steps
2023-09-08 22:47:06 -05:00
Mark Thom
74440d503e
Merge pull request #2004 from triska/generalize_description
...
this holds for all architectures (also 32-bit systems)
2023-09-08 16:11:06 -06:00
Mark Thom
f4769de5c4
Merge pull request #2003 from triska/clpz_comment
...
update comment
2023-09-08 15:22:49 -06:00
Markus Triska
b843b76b7a
this holds for all architectures (also 32-bit systems)
2023-09-08 23:22:36 +02:00
Markus Triska
182afe3b7d
update comment
2023-09-08 22:34:24 +02:00
Mark Thom
920e0c6b56
Merge pull request #1986 from rujialiu/wasm32-support
...
Basic WebAssembly support with minimal Javascript API #615
2023-09-08 11:15:51 -06:00
Rujia Liu
b6ce6b7cdb
Basic WebAssembly support with minimal Javascript API #615 . Currently 6/12 crypto functions supported. Tested in browser with all default features disabled.
2023-09-08 17:27:22 +08:00
Mark
a0b5a24853
check atom == ',' in ambiguity_check mirroring logic in print_op_addendum ( #2000 )
2023-09-05 14:56:26 -06:00
Mark
fa11d6bdd4
remove error printing redundancy and inconsistent state resulting from file_load_cleanup ( #1995 )
2023-09-05 13:53:57 -06:00