Mark Thom
|
10a11c293e
|
fix stream position and term comparison bugs (#1472)
|
2022-05-22 14:16:14 -06:00 |
|
Mark Thom
|
e486862db8
|
Merge pull request #1484 from aarroyoc/fix-windows-build-2
Fix build on Windows 10
|
2022-05-22 10:15:16 -06:00 |
|
Mark Thom
|
bef8eb538c
|
throw a representation error if max arity is exceeded (#1483)
|
2022-05-22 00:03:55 -06:00 |
|
Mark Thom
|
4e3b066555
|
Merge pull request #1482 from triska/multiple_of_five_answers
ENHANCED: "f" on toplevel to report answers up to the next multiple of 5.
|
2022-05-21 12:35:35 -06:00 |
|
Mark Thom
|
4d23542ef3
|
add max arity checks at various stages (#1459)
|
2022-05-21 12:32:48 -06:00 |
|
Mark Thom
|
b6f77f4e6f
|
check asserta/2, assertz/2, abolish/2 for uninstantiated Module variables (#1475)
|
2022-05-16 20:45:45 -06:00 |
|
Mark Thom
|
b96cd06129
|
detect character type errors in atom_{chars|codes}/2 (#1472)
|
2022-05-16 16:32:38 -06:00 |
|
Mark Thom
|
e8eb6765bd
|
Merge pull request #1478 from triska/sgml_improvements
Various improvements to library(sgml)
|
2022-05-15 09:44:44 -06:00 |
|
Mark Thom
|
8df552e952
|
Merge pull request #1477 from triska/document_tab_completion
document atom and predicate completion with TAB
|
2022-05-15 09:44:26 -06:00 |
|
Mark Thom
|
66e047083a
|
Merge pull request #1474 from triska/correct_can_be_chars
FIXED: can_be(chars, [a,X]), i.e., if variables occur as elements
|
2022-05-14 23:28:04 -06:00 |
|
Mark Thom
|
e6438e79d8
|
consider deallocate a head instruction (#1473)
|
2022-05-14 11:01:26 -06:00 |
|
Mark Thom
|
2f3de51e55
|
remove non-determinism in number_chars/2 and numbercodes/2 (#1473)
|
2022-05-13 18:38:58 -06:00 |
|
Mark Thom
|
cea1353fbb
|
use must_be(chars) in number_chars/2 (#1470)
|
2022-05-12 01:09:06 -06:00 |
|
Mark Thom
|
bfbafd4168
|
Merge pull request #1467 from euanlacy/master
Completion of predicates in repl
|
2022-05-11 22:32:09 -06:00 |
|
Mark Thom
|
2dfa108034
|
unify partial string tail later in create_partial_string (#1462, #1465, #1427)
|
2022-05-08 14:52:22 -06:00 |
|
Mark Thom
|
4895cb7b22
|
fix culprit in stream_position permission_error (#1463)
|
2022-05-06 17:38:25 -06:00 |
|
Mark Thom
|
2d3eb8483f
|
correct cycle detection in unify_* (#1455)
|
2022-05-05 18:58:56 -06:00 |
|
Mark Thom
|
36ef988514
|
Merge pull request #1461 from triska/clpz_sign
ADDED: sign/1
|
2022-05-05 17:24:54 -06:00 |
|
Mark Thom
|
8dd7f51ae3
|
fix rnd_i fixnum casting bug (#1456, #1458)
|
2022-05-04 22:44:12 -06:00 |
|
Mark Thom
|
6030fae685
|
track f64 offsets in Literal (#1190)
|
2022-05-04 21:54:46 -06:00 |
|
Mark Thom
|
0f502fff84
|
compact lists of characters to partial strings in read_term_from_heap (#1452, #1453)
|
2022-05-03 19:12:16 -06:00 |
|
Mark Thom
|
789f662ec8
|
fix match_partial_string, compare_pstr_to_string (#1451)
|
2022-04-30 19:51:19 -06:00 |
|
Mark Thom
|
72536037ca
|
remove redundant register assignments in numeric comparisons (#1438, #1448)
|
2022-04-29 09:16:22 -06:00 |
|
Mark Thom
|
e4eefc92f4
|
remove redundant skip_stub_try_me_else condition (#1444)
|
2022-04-29 09:16:22 -06:00 |
|
Mark Thom
|
23c4e935b4
|
Merge pull request #1436 from triska/must_be_term
ADDED: can_be(term, ...) and must_be(term, ...)
|
2022-04-26 13:31:43 -06:00 |
|
Mark Thom
|
68b4951bc9
|
replace SliceDeque with VecDeque
|
2022-04-25 22:55:28 -06:00 |
|
Mark Thom
|
ed89c43e48
|
catch existence_error exceptions from top-level calls to attribute_goals/3 (#1432)
|
2022-04-24 20:59:00 -06:00 |
|
Mark Thom
|
16137ace0e
|
unify structures from left to right (#1396)
|
2022-04-22 19:00:42 -06:00 |
|
Mark Thom
|
b4ef7556da
|
update to crossterm 0.20.0 (#1439)
|
2022-04-21 18:41:07 -06:00 |
|
Mark Thom
|
9d5264c5a3
|
very minor optimizations
|
2022-04-17 20:10:13 -06:00 |
|
Mark Thom
|
66075bf45b
|
mark unsafe variables and substitute temporary variables in is/2 when appropriate (#1430)
|
2022-04-17 17:33:09 -06:00 |
|
Mark Thom
|
35b8f69f92
|
fix panic caused by jmp offset off by one error (#1429)
|
2022-04-17 12:22:34 -06:00 |
|
Mark Thom
|
2d5fe21b05
|
avoid writing chars to the atom table in several places
|
2022-04-17 12:20:00 -06:00 |
|
Mark Thom
|
b448681872
|
Merge pull request #1421 from gruhn/master
push Docker image on new release
|
2022-04-16 11:11:33 -06:00 |
|
Mark Thom
|
05c14d5780
|
fix comparisons to partial string tails (#1420)
|
2022-04-14 22:14:23 -06:00 |
|
Mark Thom
|
7595ec16e5
|
instantiate Module in definition of retract/1 (#1392)
|
2022-04-13 20:31:16 -06:00 |
|
Mark Thom
|
d8cf0f320d
|
mark cells that are about to be iterated in the stackful iterator (#1418)
|
2022-04-12 22:51:20 -06:00 |
|
Mark Thom
|
d644a3996e
|
use '$call' all throughout setup_call_cleanup/3
|
2022-04-12 17:27:48 -06:00 |
|
Mark Thom
|
525050c407
|
dereference head of list in is_continuable (#1417)
|
2022-04-11 17:01:47 -06:00 |
|
Mark Thom
|
468088fd6b
|
stop detecting cycles in compare_pstr_to_string
|
2022-04-10 19:46:34 -06:00 |
|
Mark Thom
|
95c192a988
|
mark variable referents in stackful iterator, fix tests (#1408)
|
2022-04-10 14:17:47 -06:00 |
|
Mark Thom
|
d6287fae06
|
Merge pull request #1415 from wkral/set_output-error
Fix reported source for set_output/1 error (#1407)
|
2022-04-10 14:11:43 -06:00 |
|
Mark Thom
|
56681af1b6
|
print dot after errors, fix tests (#1408)
|
2022-04-10 10:15:00 -06:00 |
|
Mark Thom
|
8bf3d4ea71
|
fix tests, use '$first_answer' to print indentation before errors (#1408)
|
2022-04-09 20:32:52 -06:00 |
|
Mark Thom
|
00eab4d415
|
print errors as goals (#1408)
|
2022-04-09 14:01:48 -06:00 |
|
Mark Thom
|
0876d46880
|
unmark dereferenced cells in term_variables/2 (#1412)
|
2022-04-09 12:15:46 -06:00 |
|
Mark Thom
|
ed803d30cd
|
dereference bindings returned by stackful iterator (#1410, #1411)
|
2022-04-09 11:47:54 -06:00 |
|
Mark Thom
|
b6504bf377
|
deduplicate variable list in term_variables/2 (#1409)
|
2022-04-08 21:18:59 -06:00 |
|
Mark Thom
|
85b4f235ef
|
throw errors on cyclic terms when evaluating is/2 expressions
|
2022-04-07 23:06:58 -06:00 |
|
Mark Thom
|
064bfa5e0d
|
fix loop in stackful iterator (#1405, #1384)
|
2022-04-07 20:48:40 -06:00 |
|
Mark Thom
|
4a6ffb6b9e
|
detect immediately cyclic lists (#1384)
|
2022-04-06 22:53:48 -06:00 |
|
Mark Thom
|
d952b7ace8
|
restore correct order to term_variables/2 (#1400, #1401)
|
2022-04-06 08:39:16 -06:00 |
|
Mark Thom
|
3b6138eaaa
|
limit use of stackless iterator to test suite
|
2022-04-05 21:02:39 -06:00 |
|
Mark Thom
|
f3167f6b5f
|
add forwarding bit to all heap cells (#1384)
|
2022-04-05 20:34:27 -06:00 |
|
Mark Thom
|
8c99d748e2
|
allocate floats in dedicated buffer
|
2022-04-05 20:34:27 -06:00 |
|
Mark Thom
|
0ab928063e
|
make marker into an iterators, recover post_order_iterator
|
2022-04-05 20:34:27 -06:00 |
|
Mark Thom
|
c9a34bde3f
|
removal of old stackless iterator, implementation of new more faithful one
|
2022-04-05 20:34:27 -06:00 |
|
Mark Thom
|
7f85c682b8
|
Merge pull request #1395 from wkral/fix-test-indentation
Fix indentation before false in tests (#676)
|
2022-04-05 10:58:12 -06:00 |
|
Mark Thom
|
01a9fd9e25
|
indent plain false (#676)
|
2022-04-03 20:35:11 -06:00 |
|
Mark Thom
|
3be00045cf
|
Merge pull request #1386 from triska/better_call_nth
ENHANCED: more memory efficient call_nth/2 (#1264)
|
2022-04-03 01:38:37 -06:00 |
|
Mark Thom
|
86176dce8d
|
compare complete strings to one another in write_literal_to_var (#1388)
|
2022-04-03 01:37:19 -06:00 |
|
Mark Thom
|
d5fe2e88d1
|
don't mark forwarded refs in stackless iterator/marker (#1384)
|
2022-04-02 01:29:51 -06:00 |
|
Mark Thom
|
9177dbce7f
|
be aware of temporary variables of stackless iterator in term_variables (#1383)
|
2022-03-31 18:20:41 -06:00 |
|
Mark Thom
|
55a896367d
|
Merge pull request #1381 from wkral/build-fmt-error
Improve rustfmt missing error during build (#1379)
|
2022-03-31 17:59:02 -06:00 |
|
Mark Thom
|
afa0bea1b1
|
Merge pull request #1380 from triska/as_is
as --> is
|
2022-03-30 13:56:25 -06:00 |
|
Mark Thom
|
c490d818fb
|
fix dif/2 crash (#1378)
|
2022-03-29 18:39:45 -06:00 |
|
Mark Thom
|
32bdedde6d
|
Merge pull request #1373 from aarroyoc/http-open
Add Hyper based `http_open/3`
|
2022-03-28 23:10:08 -06:00 |
|
Mark Thom
|
48960f1beb
|
print closed stream handle as '$dropped_value' (#1376)
|
2022-03-28 19:03:33 -06:00 |
|
Mark Thom
|
cf65cbe2f1
|
dereference numbervars terms (#1377)
|
2022-03-28 18:58:38 -06:00 |
|
Mark Thom
|
c45cdd6ea0
|
extend small_letter_char! to include all non-uppercase letters (#1364)
|
2022-03-27 13:34:29 -06:00 |
|
Mark Thom
|
f520c38b60
|
Stream::close() should close file handles (#1374)
|
2022-03-27 13:08:43 -06:00 |
|
Mark Thom
|
046a2175ab
|
use ryu to print floats with a modification for compatible syntax (#1368, #1372)
|
2022-03-27 11:28:10 -06:00 |
|
Mark Thom
|
83def95383
|
fix char comparison misordering (#1371)
|
2022-03-26 21:44:37 -06:00 |
|
Mark Thom
|
012fefa37e
|
retrieve F64 behind Cons tags properly (#1369)
|
2022-03-26 21:18:07 -06:00 |
|
Mark Thom
|
4878e42e07
|
Merge pull request #1370 from triska/files_must_be_chars
ENHANCED: use newly available must_be(chars, ...), which is very fast
|
2022-03-26 12:30:58 -06:00 |
|
Mark Thom
|
94d7c6dc5f
|
fix functor/3 arity check (#1366)
|
2022-03-25 18:07:22 -06:00 |
|
Mark Thom
|
23bfb4da50
|
advance arg in arithmetic comparison code (#1367)
|
2022-03-25 17:30:47 -06:00 |
|
Mark Thom
|
1f21a5fe62
|
detect float rounding overflows (#1365)
|
2022-03-24 10:25:42 -06:00 |
|
Mark Thom
|
2173a8e3cb
|
recognize missing syntax errors (#1354, #1361)
|
2022-03-22 22:48:51 -06:00 |
|
Mark Thom
|
067e2633af
|
compare TypedArenaPtr<T> by value not pointer (#1362)
|
2022-03-22 00:55:44 -06:00 |
|
Mark Thom
|
d916da9ba8
|
use Rust's native UTF-8 functions (#1355)
|
2022-03-19 16:52:27 -06:00 |
|
Mark Thom
|
c2fc33afec
|
correct float version of sign/1 (#1360)
|
2022-03-19 15:55:23 -06:00 |
|
Mark Thom
|
3d4e400ed2
|
accept remaining UTF-8 codepoints as alphabetic characters (#1355)
|
2022-03-18 17:49:54 -06:00 |
|
Mark Thom
|
75d719d204
|
print most characters directly ((#1355)
|
2022-03-17 18:43:30 -06:00 |
|
Mark Thom
|
172e3e9f34
|
check self.ignore_ops and max_depth in print_rational (#1359)
|
2022-03-17 18:08:30 -06:00 |
|
Mark Thom
|
8e32bdd8db
|
remove pstr offsets unconditionally from printer iteration stack, deal with fallout after the fact (#1357)
|
2022-03-16 19:11:39 -06:00 |
|
Mark Thom
|
895b02b641
|
improve length/2 (#1325)
|
2022-03-15 18:43:57 -06:00 |
|
Mark Thom
|
d06b5f7ab5
|
prepare for publishing to crates.io (#1335)
|
2022-03-15 00:07:42 -06:00 |
|
Mark Thom
|
e88ec6736c
|
add (:) meta-predicate argument indicator (#1302)
|
2022-03-13 13:54:58 -06:00 |
|
Mark Thom
|
922abf21e7
|
derefence target variable in check_sort_errors (#1350)
|
2022-03-13 13:54:58 -06:00 |
|
Mark Thom
|
c55bfa2c6e
|
throw errors on cycles in sort/2 and keysort/2 (#1350 and #1351)
|
2022-03-13 11:03:52 -06:00 |
|
Mark Thom
|
5463c1d47f
|
point code index to switch_on_term after appending indexed clause to single-clause predicate (#1346)
|
2022-03-12 20:44:09 -07:00 |
|
Mark Thom
|
3513a9c7ba
|
Merge pull request #1349 from Skgland/min-rust-version
Set minimum rust version in Cargo.toml (Attempt 2)
|
2022-03-12 13:12:03 -07:00 |
|
Mark Thom
|
64c9ac4071
|
Merge pull request #1348 from mthom/revert-1347-min-rust-version
Revert "Set minimum rust version in Cargo.toml"
|
2022-03-12 11:10:25 -07:00 |
|
Mark Thom
|
75fc922898
|
Revert "Set minimum rust version in Cargo.toml"
|
2022-03-12 11:10:17 -07:00 |
|
Mark Thom
|
59e2c3fd5e
|
Merge pull request #1347 from Skgland/min-rust-version
Set minimum rust version in Cargo.toml
|
2022-03-12 11:07:03 -07:00 |
|
Mark Thom
|
dfbdaa9dab
|
Merge pull request #1342 from wkral/no-add-history
Add --no-add-history flag
|
2022-03-11 18:25:47 -07:00 |
|
Mark Thom
|
eace0d9b37
|
print rationals that are integers as integers (#663)
|
2022-03-09 21:24:16 -07:00 |
|
Mark Thom
|
d83b32a200
|
print variables instead of offsets in setup_call_cleanup tests
|
2022-03-08 22:05:54 -07:00 |
|
Mark Thom
|
9cefb33388
|
correct loading of variable name strings in write_term/3
|
2022-03-08 22:00:12 -07:00 |
|