c89217903afix all the move errors
Fayeed Pawaskar
2023-07-24 10:12:14 +05:30
762e6d3ba4pop both pending redirections in format_bar_separator_op when max depth exceeded (#1903)
Mark
2023-07-23 15:02:27 -06:00
e9ae80e250fix list abbreviation (#1901)
Mark
2023-07-23 14:43:13 -06:00
fd7f24e265remove EMIT_NEWLINE (#1900)
Mark
2023-07-22 21:42:40 -06:00
24450a8827use ExitCode when halting so Drop is called, close terminal stream in rustyline Drop
Mark
2023-07-22 14:12:38 -06:00
57e8ed65b0Merge pull request #1050 from pmoura/add_float_integer_part_and_float_fractional_part_standard_functions
Mark Thom
2023-07-22 13:48:16 -06:00
3f819e2dfdadditional write fixes, use rustyline 12.0.0 (#1876, #1901)
Mark
2023-07-22 11:53:09 -06:00
9a7862c322correct max_depth option (#1876)
Mark
2023-07-21 15:05:27 -06:00
92c77cdff5Merge pull request #1899 from triska/master
Mark Thom
2023-07-21 23:26:20 -06:00
554e956ef5remove another !/0 which is now no longer necessary due to improved indexing
Markus Triska
2023-07-22 06:52:29 +02:00
9fd6e18d59Dedupe machine results
Nicolas Luck
2023-07-22 00:32:24 +02:00
d8a9475460Add missing list_last_item to lib_toplevel.pl and increase MaxDepth of write_eq to avoid truncation of results
Nicolas Luck
2023-07-22 00:30:51 +02:00
60d9d01a55Merge branch 'add_float_integer_part_and_float_fractional_part_standard_functions' of https://github.com/pmoura/scryer-prolog into pmoura-add_float_integer_part_and_float_fractional_part_standard_functions
Mark
2023-07-21 15:13:29 -06:00
cb79552dd0correct max_depth option (#1876)
Mark
2023-07-21 15:05:27 -06:00
f310ff24a5remove now unnecessary cut in lists.pl
Mark
2023-07-21 11:35:57 -06:00
b1963864d2Explicitly dereference pointer to avoid calling neg() on reference
Nicolas Luck
2023-07-21 17:07:40 +02:00
9e85be11feFix result parsing for complex string results
Nicolas Luck
2023-07-21 14:35:44 +02:00
b4e7000eb2Fixed missing functionality in dashu with their methods still has some issue with move
Fayeed Pawaskar
2023-07-21 14:21:32 +05:30
0b833bd2f3Add missing write_goal/3 to lib_toplevel.pl
Nicolas Luck
2023-07-21 00:23:35 +02:00
7c93450aa7type QueryResult = Result<QueryResolution, String>
Nicolas Luck
2023-07-20 22:31:20 +02:00
e529e7ba21improve goal expansion and (',') interpretation error handling
Mark
2023-07-20 14:27:10 -06:00
cae32d6a00Error handling
Nicolas Luck
2023-07-20 22:23:51 +02:00
836f6c1d5bDon't panic when parsing results fails
Nicolas Luck
2023-07-20 21:34:43 +02:00
1697cd5c7fadd log10, hyperbolic tan and inverse hyperbolic tan functions (#1898)
Mark
2023-07-20 12:33:23 -06:00
dcd7360b17add EMIT_NEWLINE to add newlines to readline input only after query terms begin to be read (#1074, #1897)
Mark
2023-07-20 09:39:06 -06:00
4fd247f881check for unexpected EOF in get_to_eof (#1897)
Mark
2023-07-19 17:13:47 -06:00
85bc544fb9dereference TermWriteResult variables sooner in read_term_body (#1894)
Mark
2023-07-18 15:39:51 -06:00
14646074beremove failing append choicepoint in atom_concat/3 special case (#1893)
Mark
2023-07-18 14:44:02 -06:00
1ba040c24dMerge pull request #1885 from mthom/setof_bagof_fixes
Mark Thom
2023-07-18 12:35:10 -06:00
56f6772422call write_read_term_options if read_term_from_chars/3 succeeds by unifying Term to end_of_file (#1892)
Mark
2023-07-18 12:15:20 -06:00
db43d461b9catch errors thrown from tabling Worker (#1526, #1888)
Mark
2023-07-18 12:10:27 -06:00
42a50474daremove read/{1,2} as a builtin, write read options upon EOF, throw better domain errors in parse_read_term_options/2
Mark
2023-07-17 16:45:03 -06:00
cf367024fdadd specialized EOF handling for user input (#1892)
Mark
2023-07-17 13:53:08 -06:00
644559b7f7Add back newline at end of toplevel.pl
Nicolas Luck
2023-07-17 21:52:17 +02:00
bb95ed3ad0Add back all needed predicates to lib_toplevel.pl
Nicolas Luck
2023-07-17 21:48:05 +02:00
3947390877Use lib constructor in lib tests
Nicolas Luck
2023-07-17 21:47:43 +02:00
e7f1e32ee3fmt machine/parsed_results.rs
Nicolas Luck
2023-07-17 21:35:00 +02:00
5f8cc3c64bWIP: refactor to generalize Machine::run_top_level()
Nicolas Luck
2023-07-17 21:34:26 +02:00
67d198ac77Merge branch 'read_term_eof_changes'
Mark
2023-07-17 13:22:51 -06:00
a154a34f87omit anonymous variables from read_term variable_names and singletons lists
Mark
2023-07-16 22:22:44 -06:00
86c90d77dddo a better job handling EOF in read_term (#1887)
Mark
2023-07-16 20:42:40 -06:00
4e1a4dae6cprint strings in tails of lists (#1890)
Mark
2023-07-17 11:38:50 -06:00