2c67106f26Added value method to get the generic type from TypedArenaPtr
Fayeed Pawaskar
2023-09-04 14:11:30 +05:30
b105c33b79Added latest dashu from github
Fayeed Pawaskar
2023-09-04 14:09:45 +05:30
2ccc238119Merge pull request #1991 from triska/discoverable_flags
Mark Thom
2023-09-03 18:39:24 -06:00
e693b7d33bMerge pull request #1990 from triska/clpb_max
Mark Thom
2023-09-03 18:39:12 -06:00
aca0de06cdFIXED: make occurs_check and answer_write_options flags discoverable
Markus Triska
2023-09-04 00:49:40 +02:00
85f4bdbe0bupdate answer
Markus Triska
2023-09-03 22:01:38 +02:00
1257ba165funtabify
Markus Triska
2023-09-03 21:57:51 +02:00
1c33d2a2edremove clpb_max/1 attribute for residual goal projection
Markus Triska
2023-09-03 21:47:58 +02:00
99bd3d3b1aMerge pull request #1988 from triska/answer_write_options
Mark Thom
2023-09-03 11:36:40 -06:00
d8aed0ac4fMerge pull request #1989 from triska/mention_binaries
Mark Thom
2023-09-03 11:36:07 -06:00
5ebd4bb2a4mention precompiled binaries
Markus Triska
2023-09-03 14:12:46 +02:00
c934e06171ADDED: New Prolog flag, answer_write_options.
Markus Triska
2023-09-03 09:33:16 +02:00
8a0685a3e9Debug print value of register 6 which leads to failing heap dereference
Nicolas Luck
2023-08-30 20:01:56 +02:00
2b018be392Add back needed dep. hyper-util and upgrade hyper to rc4
Nicolas Luck
2023-08-30 20:00:56 +02:00
4d19c437e0Merge branch 'master' into library-use-case
Nicolas Luck
2023-08-30 18:12:26 +02:00
44c274b9e9WIP: Pure Rust impl. of run_query
Nicolas Luck
2023-08-30 17:35:36 +02:00
66f6399b8arefine is/2 compilation so errors are thrown when expected without needlessly allocating (#1974, #1984)
Mark
2023-08-29 16:42:23 -06:00
53a1be78ccdon't compile is instruction if bound to anonymous variable (#1974)
Mark
2023-08-29 15:26:08 -06:00
78b35dc57dupdate Cargo.toml version numbers and bump version number
v0.9.2
Mark
2023-08-28 13:23:56 -06:00
c65d1204afMerge pull request #1978 from aarroyoc/ci-32-bits
Mark Thom
2023-08-27 12:49:20 -06:00
3bfed50d81Merge pull request #1979 from triska/normalize_space
Mark Thom
2023-08-27 12:48:48 -06:00
4523bb5b8132 bit CI for Linux
Adrián Arroyo Calle
2023-08-26 09:28:46 +02:00
75aec69de1replace adjacent whitespace characters with a single SPACE character
Markus Triska
2023-08-27 12:55:29 +02:00
9b96735615ENHANCED: rudimentary implementation of normalize_space
Markus Triska
2023-08-27 09:56:30 +02:00
f74d74fe6eMerge pull request #1972 from rujialiu/32-bit-support
Mark Thom
2023-08-25 10:51:15 -06:00
77394ba914Remove debug println!s
Nicolas Luck
2023-08-24 19:15:41 +02:00
d13173942dCargo feature "multi_thread" for thread-local ATOM_TABLE_BUF_BASE
Nicolas Luck
2023-08-24 19:12:09 +02:00
afbadd9ea2Revert "Enable multiple Machines per process by having ATOM_TABLE_BUF_BASE always be thread_local, not only in cfg(test) mode."
Nicolas Luck
2023-08-24 18:13:55 +02:00
c25888288aFix parsing of floats
Nicolas Luck
2023-08-24 18:10:47 +02:00
4fd059be5f32-bit system support, addressing all (at most) 4GB addresses of RAM.
Rujia Liu
2023-08-24 20:05:40 +08:00
bfb3164a0dEnable multiple Machines per process by having ATOM_TABLE_BUF_BASE always be thread_local, not only in cfg(test) mode.
Nicolas Luck
2023-08-23 14:36:07 +02:00
81712f4c82Merge pull request #1973 from triska/clpz
Mark Thom
2023-08-22 15:04:33 -06:00
7e97f16f41Fix list result parsing
Nicolas Luck
2023-08-22 22:46:00 +02:00
98086de77eattach more propagators before starting propagation
Markus Triska
2023-08-21 21:52:28 +02:00
24456e9703remove optional (+)/1 prefix in get_atts/2 and put_atts/2 calls
Markus Triska
2023-08-20 21:38:33 +02:00
7f024f3b8duse pneq/2
Markus Triska
2023-08-15 21:50:15 +02:00
67c1b171c7enforce same queue in more constraints
Markus Triska
2023-08-15 21:44:39 +02:00
04fbb0c1ceappend the entire queues instead of inserting each element individually
Markus Triska
2023-08-15 21:43:19 +02:00
327423ab84adapt query to Scryer Prolog
Markus Triska
2023-08-15 21:39:32 +02:00
20cfffdff5update answers
Markus Triska
2023-08-15 21:38:56 +02:00
d8e126044fuse can_be/2
Markus Triska
2023-08-15 21:36:59 +02:00
61f975ea18Merge pull request #1967 from rujialiu/optional-features
Mark Thom
2023-08-21 11:42:03 -06:00
25d4950216Allow users to disable optional features. Needed for wasm32 support (see #615).
Rujia Liu
2023-08-21 10:01:24 +08:00
5aa1521819Merge pull request #1968 from rujialiu/atom-64bit
Mark Thom
2023-08-20 11:50:58 -06:00
dd030fa18bMerge pull request #1970 from triska/crrl
Mark Thom
2023-08-20 11:24:37 -06:00
013df58feaENHANCED: more extensive type checking in curve25519_scalar_mult/3
Markus Triska
2023-08-20 14:42:34 +02:00
745ddc2c87switch to using crrl for scalar multiplication on Curve25519
Markus Triska
2023-08-20 13:40:30 +02:00
f6d3b2f896Make Atom 64-bit regardless of architecture
Rujia Liu
2023-08-20 19:43:13 +08:00
7da321ab4fMerge pull request #1964 from triska/master
Mark Thom
2023-08-17 15:18:25 -06:00
92fdc7e380use newly available double_quotes/1 write option in portray_clause_//1
Markus Triska
2023-08-17 23:05:21 +02:00
2e811de0f5Merge pull request #1963 from triska/master
Mark Thom
2023-08-14 12:18:45 -06:00
f02cd0ad3cENHANCED: domain error in zcompare/3 (#1723)
Markus Triska
2023-08-14 17:54:18 +02:00
a36df33a67Merge pull request #1961 from triska/succ
Mark Thom
2023-08-12 14:35:21 -06:00