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
|
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
|
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
|
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 |
|
Adrián Arroyo Calle
|
45c35eca3e
|
Add close handling of http stream
|
2022-03-28 21:04:46 +02:00 |
|
Adrián Arroyo Calle
|
bb2a8c9090
|
http_open/3 try_or_throw
|
2022-03-28 20:38:55 +02:00 |
|
Adrián Arroyo Calle
|
6798b22b49
|
http_open/3 with headers and data
|
2022-03-28 20:38:55 +02:00 |
|
Adrián Arroyo Calle
|
3acbe2a418
|
http_open/3 with method option
|
2022-03-28 20:38:52 +02:00 |
|
Mark Thom
|
f520c38b60
|
Stream::close() should close file handles (#1374)
|
2022-03-27 13:08:43 -06:00 |
|
Mark Thom
|
83def95383
|
fix char comparison misordering (#1371)
|
2022-03-26 21:44:37 -06:00 |
|
Mark Thom
|
94d7c6dc5f
|
fix functor/3 arity check (#1366)
|
2022-03-25 18:07:22 -06:00 |
|
Mark Thom
|
067e2633af
|
compare TypedArenaPtr<T> by value not pointer (#1362)
|
2022-03-22 00:55:44 -06:00 |
|
Mark Thom
|
c2fc33afec
|
correct float version of sign/1 (#1360)
|
2022-03-19 15:55:23 -06:00 |
|
Mark Thom
|
895b02b641
|
improve length/2 (#1325)
|
2022-03-15 18:43:57 -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 |
|
William Kral
|
5f1f07e5a1
|
Add --no-add-history flag
Flag prevents the input stream from saving terms to ~/.scryer_history
when set. Use the flag when running tests to increase test isolation.
|
2022-03-10 21:48:41 -08:00 |
|
Mark Thom
|
9cefb33388
|
correct loading of variable name strings in write_term/3
|
2022-03-08 22:00:12 -07:00 |
|
Mark Thom
|
bd5d6d0686
|
fix parser bounds check bug (#1333, #1301)
|
2022-03-08 21:25:19 -07:00 |
|
Mark Thom
|
ecebaf8216
|
unify empty list to '' in atom_chars/2 (#1334, #1336)
|
2022-03-08 18:25:40 -07:00 |
|
Mark Thom
|
8762647b55
|
wrap meta-predicate specifications in functors (#1330)
|
2022-03-07 22:36:52 -07:00 |
|
Mark Thom
|
664c0ee77c
|
fix float formatting (#1331)
|
2022-03-07 19:44:39 -07:00 |
|
Mark Thom
|
bd594e0c05
|
fix number/1 (#1329)
|
2022-03-06 19:17:52 -07:00 |
|
Mark Thom
|
1808597258
|
compare functor arity first (#1327)
|
2022-03-06 16:37:21 -07:00 |
|
Mark Thom
|
2744989cf1
|
fix compare/3 (#1327)
|
2022-03-06 15:49:01 -07:00 |
|
Mark Thom
|
66c209f9e4
|
reset ReadlineStream from read_query_line (#1317, #1285)
|
2022-03-05 17:39:13 -07:00 |
|
Mark Thom
|
0c25ffc26e
|
dereference list link in delete_attribute (#1148)
|
2022-03-05 17:39:03 -07:00 |
|
Mark Thom
|
a38f7c8524
|
save arguments to delayed goal before calling verify_attrs (#1304)
|
2022-03-01 23:59:41 -07:00 |
|
Markus Triska
|
1bec1b7002
|
FIXED: load_html/3: use str_loc_as_cell! to store attribute structures
|
2022-03-01 20:21:08 +01:00 |
|
Mark Thom
|
1b4b4807a5
|
refer to structures using str_loc_as_cell! (#1311)
|
2022-02-28 18:28:13 -07:00 |
|
Mark Thom
|
d55d5f15ae
|
compare '[]' in pstr_comparator of compare_term_test (#1299)
|
2022-02-25 23:57:27 -07:00 |
|
Mark Thom
|
775bd3a08b
|
unify '' to [] in unify_complete_string (#1292, #1288)
|
2022-02-25 23:01:08 -07:00 |
|
Mark Thom
|
d92d8bce89
|
recognize [] as equivalent to "" in unify_atom (#1288)
|
2022-02-22 23:45:58 -07:00 |
|
Markus Triska
|
d1372d9b3b
|
FIXED: library(sgml): load_html/3 and load_xml/3 now both work again.
This addresses #1249.
|
2022-02-23 00:03:27 +01:00 |
|
Mark Thom
|
063f0da565
|
correct '$skip_max_list/4' for non-lists (#1276)
|
2022-02-20 23:44:18 -07:00 |
|
Mark Thom
|
a5adcfff4c
|
adjust dynamic external indices upon retraction, reset dynamic_mode to Next regardless of success or failure
|
2022-02-19 01:00:02 -07:00 |
|
Mark Thom
|
d3583276b3
|
throw instantiation_error on variables from (#1283)
|
2022-02-19 01:00:02 -07:00 |
|
Mark Thom
|
55d8de1b23
|
delay callable errors in control predicates (#1282)
|
2022-02-19 00:59:59 -07:00 |
|