87ef3519d9Merge pull request #972 from pmoura/add_pid_predicate
Mark Thom
2021-05-19 14:09:21 -06:00
9002c33046leave the expansion of incomplete goals in meta-predicates to call/N (#967, #970)
Mark Thom
2021-05-19 14:07:46 -06:00
b9ad6f4fd2Add pid/1 predicate to the os library
Paulo Moura
2021-05-18 19:35:35 +01:00
57db17853eMerge pull request #971 from pmoura/add_rename_file_predicate
Mark Thom
2021-05-18 12:49:52 -06:00
58555d598bAdd rename_file/2 predicate to the files library
Paulo Moura
2021-05-18 18:08:30 +01:00
0eeae24049Merge pull request #968 from pmoura/add_make_directory_path_predicate
Mark Thom
2021-05-18 10:26:06 -06:00
3def7c66adMerge pull request #969 from pmoura/add_delete_directory_predicate
Mark Thom
2021-05-18 10:25:52 -06:00
eeac3bc436Add delete_directory/1 predicate to the files library
Paulo Moura
2021-05-18 08:41:19 +01:00
bdebc7f32eAdd make_directory_path/1 predicate to the files library
Paulo Moura
2021-05-18 00:21:11 +01:00
e7d6811948Merge pull request #965 from pmoura/fix_current_predicate_error_checking
Mark Thom
2021-05-16 23:37:20 -06:00
0e263dd753Fix current_predicate/1 predicate error checking
Paulo Moura
2021-05-16 23:49:21 +01:00
56bbcb1cb3Merge pull request #956 from pmoura/fix_subsumes_term_predicate
Mark Thom
2021-05-13 23:18:58 -06:00
f02648022aMerge pull request #960 from triska/master
Mark Thom
2021-05-13 23:18:47 -06:00
9bb1f4e6f8Merge pull request #958 from pmoura/fixes_for_retract_predicates
Mark Thom
2021-05-13 23:18:36 -06:00
d219f0bdc6Merge pull request #957 from pmoura/fix_at_end_of_stream_predicate_missing_check_for_instantiation_error
Mark Thom
2021-05-13 23:17:59 -06:00
c8d0f6ff20Merge pull request #955 from pmoura/fix_abolish_predicate_throw_of_instantiation_error
Mark Thom
2021-05-13 23:17:30 -06:00
2813c75292Merge pull request #954 from pmoura/fix_set_stream_position_exception_term_missing_argument
Mark Thom
2021-05-13 23:17:12 -06:00
581e055359FIXED: correct propagation of tuples_in/2 (#929)
Markus Triska
2021-05-13 21:48:18 +02:00
88a2cfc5e1Fix retract_clause/2 internal predicate to correctly handle module qualification and no lose body bindings
Paulo Moura
2021-05-12 23:48:12 +01:00
fb29830521Fix retractall/1 predicate to retract both facts and rules
Paulo Moura
2021-05-12 23:46:05 +01:00
6540fea4daFix at_end_of_stream/1 predicate missing check for instantiation error
Paulo Moura
2021-05-12 21:17:11 +01:00
4fd33b015eFix subsumes_term/2 predicate to use unify_with_occurs_check/2 instead of (=)/2
Paulo Moura
2021-05-12 20:02:09 +01:00
d2fcdb3b6cFix abolish/1 predicate throw of instantiation_error
Paulo Moura
2021-05-12 19:39:20 +01:00
c2fe0876c2Fix set_stream_position/2 predicate missing argument in exception term
Paulo Moura
2021-05-12 19:32:24 +01:00
39aebd7144Merge pull request #952 from panasenco/dockerfile
Mark Thom
2021-05-12 11:02:38 -06:00
6a7d0b8c0aMade rust version in Dockerfile static, this seems to have really fixed the cache issues
panasenco
2021-05-11 22:46:05 -07:00
7b92bee596Merge pull request #951 from pmoura/add_max_arity_prolog_flag
Mark Thom
2021-05-11 19:22:38 -06:00
f7eda362c7Add max_arity Prolog flag
Paulo Moura
2021-05-12 00:34:47 +01:00
0fb8459bc1Merge pull request #948 from pmoura/fix_bounded_and_integer_rounding_function_flags_for_current_prolog_flag
Mark Thom
2021-05-11 16:55:36 -06:00
42d9b57733Fix querying bounded and integer_rounding_function flag values
Paulo Moura
2021-05-11 12:08:11 +01:00
ebe143d9c9Merge pull request #946 from pmoura/fix_char_code_predicate_error_term_on_bould_non_atom_first_argument
Mark Thom
2021-05-10 14:42:13 -06:00
8acbdfbf1dFix char_code/2 predicate wrong error term when the first argument is bound but is not an atom
Paulo Moura
2021-05-10 21:27:04 +01:00