]>
Repositorios git - scryer-prolog.git/log
Mark Thom [Fri, 1 Aug 2025 05:10:32 +0000 (22:10 -0700)]
Merge pull request #2961 from rotu/patch-5
Document `when/2` Condition
Mark Thom [Fri, 1 Aug 2025 05:09:54 +0000 (22:09 -0700)]
Merge pull request #3017 from triska/adapt_link
adapt link to Scryer Prolog Meetup 2024
Markus Triska [Mon, 28 Jul 2025 16:54:03 +0000 (18:54 +0200)]
adapt link to Scryer Prolog Meetup 2024
An update of the site has caused a change in the address.
Mark Thom [Mon, 14 Jul 2025 04:22:24 +0000 (21:22 -0700)]
Merge pull request #3003 from rotu/patch-8
CI: run clippy even if fmt fails
Dan Rose [Tue, 8 Jul 2025 23:03:16 +0000 (18:03 -0500)]
Merge branch 'mthom:master' into patch-5
Dan Rose [Tue, 8 Jul 2025 16:51:13 +0000 (11:51 -0500)]
CI: run clippy even if fmt fails
Mark Thom [Tue, 8 Jul 2025 04:30:04 +0000 (21:30 -0700)]
throw syntax error after parsing infinite floats (#2998)
Mark Thom [Tue, 8 Jul 2025 04:28:07 +0000 (21:28 -0700)]
don't skip '.' char in parse_number_from_string (#2997)
Mark Thom [Sat, 5 Jul 2025 07:58:28 +0000 (00:58 -0700)]
modify number_token to produce partial lexing results (#2986)
Mark Thom [Wed, 2 Jul 2025 01:40:49 +0000 (18:40 -0700)]
be more careful about concatenating '.' in parse_number_from_string (#2986)
Mark Thom [Tue, 17 Jun 2025 04:02:38 +0000 (21:02 -0700)]
Merge pull request #2970 from notoria/clpz
Make `(mod)/2` stronger in CLP(Z)
Mark Thom [Tue, 17 Jun 2025 04:02:20 +0000 (21:02 -0700)]
Merge pull request #2980 from triska/hophrase
use nonterminal indicators, correct meta_predicate/1 for higher-order phrase//N
Markus Triska [Sat, 14 Jun 2025 20:43:35 +0000 (22:43 +0200)]
use nonterminal indicators, correct meta_predicate/1 for higher-order phrase//N
Noted by @UWN in https://github.com/mthom/scryer-prolog/discussions/2872.
Many thanks!
Mark Thom [Wed, 28 May 2025 05:18:47 +0000 (22:18 -0700)]
Merge pull request #2965 from rotu/zygomorphic-puma
Remove obsolete compatibility for Rust<1.80
notoria [Sun, 25 May 2025 11:39:31 +0000 (13:39 +0200)]
Strengthened `(mod)/2` in CLP(Z)
?- 8 #= -1 mod #Y.
clpz:(Y in 9..sup), clpz:(-1 mod#Y#=8). % unexpected
Expected: Y = 9
?- 8 #= -12 mod #Y.
clpz:(Y in 9..sup), clpz:(-12 mod#Y#=8). % unexpected
Expected `Y` with finite domain
notoria [Sun, 25 May 2025 11:38:56 +0000 (13:38 +0200)]
Strengthened `(mod)/2` in CLP(Z)
?- 0 #= 2 mod #Y.
clpz:(Y in inf.. -1\/1..sup), clpz:(2 mod#Y#=0). % unexpected
Expected: clpz:(Y in-2.. -1\/1..2), clpz:(2 mod Y#=0)
notoria [Sun, 25 May 2025 11:37:28 +0000 (13:37 +0200)]
Strengthened `(mod)/2` in CLP(Z)
?- Z = 8, X = 9, #Z #= #X mod #Y.
Z = 8, X = 9, clpz:(Y in 9..sup), clpz:(9 mod#Y#=8). % unexpected
Expected: false
Dan Rose [Thu, 22 May 2025 18:57:55 +0000 (13:57 -0500)]
Remove obsolete compatibility for Rust<1.80
Mark Thom [Tue, 20 May 2025 05:47:41 +0000 (22:47 -0700)]
Merge pull request #2955 from rotu/radical-cockroach
Remove xor as a builtin infix operator
Dan Rose [Sun, 18 May 2025 21:46:28 +0000 (16:46 -0500)]
Document `when/2` Condition
Mark Thom [Wed, 14 May 2025 04:26:29 +0000 (21:26 -0700)]
Merge pull request #2956 from bakaq/update_arcu_libffi
Update dependencies and fix breaking changes in libffi-sys and arcu
Dan Rose [Tue, 13 May 2025 20:00:00 +0000 (15:00 -0500)]
xor is not a standard operator
bakaq [Tue, 13 May 2025 22:53:13 +0000 (19:53 -0300)]
Update dependencies and fix breaking changes in libffi-sys and arcu
Mark Thom [Fri, 9 May 2025 05:53:04 +0000 (22:53 -0700)]
Merge pull request #2950 from triska/meetups
link to Scryer Prolog Meetup 2025 page and its announcement
Markus Triska [Fri, 9 May 2025 05:38:13 +0000 (07:38 +0200)]
link to Scryer Prolog Meetup 2025 page and its announcement
Mark Thom [Fri, 2 May 2025 00:35:30 +0000 (17:35 -0700)]
Merge pull request #2802 from adri326/null-stream-safety
Fix UB when interacting with Stream::Null(_)
Mark Thom [Thu, 1 May 2025 01:51:43 +0000 (18:51 -0700)]
Merge pull request #2930 from triska/meetups
ADDED: Section about Scryer Prolog Meetups.
Markus Triska [Wed, 30 Apr 2025 17:53:33 +0000 (19:53 +0200)]
correct grammar
Markus Triska [Wed, 30 Apr 2025 17:53:10 +0000 (19:53 +0200)]
ADDED: Section about Scryer Prolog Meetups.
Mark Thom [Wed, 30 Apr 2025 06:32:48 +0000 (23:32 -0700)]
Merge branch 'null-stream-safety' of https://github.com/adri326/scryer-prolog into adri326-null-stream-safety
Mark Thom [Wed, 30 Apr 2025 04:41:07 +0000 (21:41 -0700)]
Merge pull request #2901 from matteob8/patch-1
Update http_server.pl
Mark Thom [Wed, 23 Apr 2025 06:28:19 +0000 (23:28 -0700)]
use loader:strip_subst_module/4 in second module check of retract/1 (#2891, #2893)
Mark Thom [Wed, 23 Apr 2025 05:28:02 +0000 (22:28 -0700)]
Merge pull request #2905 from bakaq/bump-msrv
Bump MSRV and update flake.lock
bakaq [Tue, 22 Apr 2025 20:32:36 +0000 (17:32 -0300)]
Remove Ubuntu 20.04 runner
bakaq [Tue, 22 Apr 2025 20:10:29 +0000 (17:10 -0300)]
Bump MSRV and update flake.lock
Mark Thom [Tue, 22 Apr 2025 05:11:43 +0000 (22:11 -0700)]
Merge pull request #2895 from hakujin/master
Update `libffi` and `libffi-sys` dependencies to fix aarch64 macOS build
matteob8 [Mon, 21 Apr 2025 18:54:43 +0000 (20:54 +0200)]
Update http_server.pl
changed top/0 to the more meaningful run/0 name.
matteob8 [Mon, 21 Apr 2025 17:13:20 +0000 (19:13 +0200)]
Update http_server.pl
Avoid overwriting of predicate and made explicit reference to the loading of library(http/http_server).
Colin King [Sat, 19 Apr 2025 02:40:29 +0000 (21:40 -0500)]
Update `libffi` and `libffi-sys` dependencies to fix aarch64 macOS build
Pulls in latest `libffi` and `libffi-sys` dependencies to fix a
compilation error on aarch64 macOS builds.
Mark Thom [Sun, 13 Apr 2025 04:09:40 +0000 (21:09 -0700)]
Merge pull request #2873 from constraintAutomaton/doc/update-readme-wasm-example
update of the WebAssembly example in README
Mark Thom [Sun, 13 Apr 2025 04:09:20 +0000 (21:09 -0700)]
Merge pull request #2879 from triska/ad4m
enumerate applications, add AD4M by @coasys
Markus Triska [Sat, 12 Apr 2025 07:05:28 +0000 (09:05 +0200)]
enumerate applications, add AD4M by @coasys
constraintAutomaton [Sat, 12 Apr 2025 05:18:00 +0000 (07:18 +0200)]
Example update to use iterable.
constraintAutomaton [Sat, 12 Apr 2025 05:00:14 +0000 (07:00 +0200)]
Merge branch 'master' into doc/update-readme-wasm-example
Mark Thom [Sat, 12 Apr 2025 03:52:45 +0000 (20:52 -0700)]
Merge pull request #2875 from constraintAutomaton/feature/wasm-result-iterator
Make `WasmQueryState` Iterable in JavaScript
Mark Thom [Fri, 11 Apr 2025 05:39:35 +0000 (22:39 -0700)]
mark cyclic lists with ellipses at the head (#2635)
constraintAutomaton [Thu, 10 Apr 2025 17:02:04 +0000 (19:02 +0200)]
Made WasmQueryState an iterable.
Mark Thom [Thu, 10 Apr 2025 15:47:21 +0000 (08:47 -0700)]
Merge pull request #2874 from triska/read_from_chars_instantiated
generalize read_from_chars/2 and read_term_from_chars/3 to allow instantiated Term
Markus Triska [Wed, 9 Apr 2025 20:23:12 +0000 (22:23 +0200)]
generalize read_from_chars/2 and read_term_from_chars/3 to allow instantiated Term
This addresses part of #2871, raised by @haijinSk. Many thanks!
constraintAutomaton [Tue, 8 Apr 2025 18:13:02 +0000 (20:13 +0200)]
Fix DOM manipulation to avoid deprecated functions in Sudoku solver example.
constraintAutomaton [Tue, 8 Apr 2025 17:29:34 +0000 (19:29 +0200)]
better identation of the knowledge base.
constraintAutomaton [Tue, 8 Apr 2025 17:17:20 +0000 (19:17 +0200)]
Useless console.log in the example deleted.
constraintAutomaton [Tue, 8 Apr 2025 17:12:27 +0000 (19:12 +0200)]
Update README with working WebAssembly usage example.
Mark Thom [Sun, 6 Apr 2025 22:31:59 +0000 (15:31 -0700)]
Merge pull request #2869 from triska/format_w
ENHANCED: format specifier ~w more faithfully emulates write/1
Markus Triska [Sat, 5 Apr 2025 08:01:22 +0000 (10:01 +0200)]
move ~w to least prominent position, point to more suitable specifiers
In particular, "~q" is a safe better choice.
Markus Triska [Sat, 5 Apr 2025 07:47:29 +0000 (09:47 +0200)]
ENHANCED: format specifier ~w more faithfully emulates write/1
In particular, variables now start with "_".
Example:
?- format("~w", [X]).
%@ _A true.
Found thanks to a discussion initiated by @haijinSk:
https://github.com/mthom/scryer-prolog/discussions/2863
Mark Thom [Tue, 1 Apr 2025 02:49:54 +0000 (19:49 -0700)]
Merge pull request #2861 from averms-forks/update-deps
Update and clean up dependencies.
Mark Thom [Tue, 1 Apr 2025 02:49:46 +0000 (19:49 -0700)]
Merge pull request #2860 from averms-forks/push-spzqsznlnlnm
Use backticks when referencing predicate in docs.
Aman Verma [Mon, 31 Mar 2025 09:03:31 +0000 (04:03 -0500)]
Install correct locked version of iai-callgrind-runner in CI.
Aman Verma [Fri, 28 Mar 2025 19:05:45 +0000 (14:05 -0500)]
Update lexical.
The previous versions of lexical and lexical-core we were using were
subject to the following security advisories:
- https://rustsec.org/advisories/RUSTSEC-2023-0086
- https://rustsec.org/advisories/RUSTSEC-2023-0055
Aman Verma [Fri, 28 Mar 2025 02:11:21 +0000 (21:11 -0500)]
Remove unused deps: regex, assert_cmd, predicates-core.
regex was introduced in commit
9e85be11fecd00b3d0be8b828eb0dd5cfb57e60a
but isn't used anymore.
assert_cmd and predicates-core were introduced in
e1c681fffead4d63caa0d0b902196224b651f465 for tests but aren't used
anymore.
Dependency count in Cargo.lock drops from 428 to 421.
Aman Verma [Fri, 28 Mar 2025 02:02:14 +0000 (21:02 -0500)]
Update ordered-float to 5.0.0.
Aman Verma [Fri, 28 Mar 2025 01:35:01 +0000 (20:35 -0500)]
Update scraper and ego-tree.
This gets rid of 4 dependencies, as verified by the output of
yj -tj < Cargo.lock | jq -c '.package | length'
Previously it was 432, now it is 428.
Aman Verma [Fri, 28 Mar 2025 01:20:46 +0000 (20:20 -0500)]
Bump dependencies except for arcu v0.1.1 and half 2.4.1.
arcu is not updated for reasons laid out in issue #2749.
half is not updated because going to 2.5.0 would require an MSRV bump 1.81.
Previous versions of idna, openssl, and ring were subject to the
following security advisories:
- https://rustsec.org/advisories/RUSTSEC-2025-0009
- https://rustsec.org/advisories/RUSTSEC-2025-0004
- https://rustsec.org/advisories/RUSTSEC-2024-0421
Aman Verma [Thu, 27 Mar 2025 23:49:03 +0000 (18:49 -0500)]
Use backticks when referencing predicate in docs.
Trivial change but this prevents the HTML output from being erroneously italicized.
Mark Thom [Sun, 9 Mar 2025 20:21:25 +0000 (13:21 -0700)]
Merge pull request #2847 from triska/call_with_error_context
ADDED: type pair
Markus Triska [Sat, 8 Mar 2025 13:42:48 +0000 (14:42 +0100)]
ADDED: type pair
Mark Thom [Sat, 8 Mar 2025 08:39:03 +0000 (00:39 -0800)]
Merge pull request #2846 from triska/call_with_error_context
ADDED: call_with_error_context/2
Markus Triska [Sat, 8 Mar 2025 08:12:17 +0000 (09:12 +0100)]
ADDED: call_with_error_context/2
See https://github.com/mthom/scryer-prolog/discussions/2839 for more information.
Mark Thom [Sat, 1 Mar 2025 21:40:09 +0000 (13:40 -0800)]
Merge pull request #2837 from notoria/next
Fix conversion from float to rational
Mark Thom [Sat, 1 Mar 2025 09:45:55 +0000 (01:45 -0800)]
Merge pull request #2836 from triska/format_floats
Correct handling of floats in format/2 and portray_clause/1
Markus Triska [Fri, 28 Feb 2025 07:22:54 +0000 (08:22 +0100)]
FIXED: portray_clause/1 for numbers
Markus Triska [Fri, 28 Feb 2025 07:14:34 +0000 (08:14 +0100)]
correct handling of floats with N digits (~f and ~Nf)
This addresses #2771. Many thanks to @tmerr for reporting the issue!
The code was posted by @UWN in:
https://github.com/mthom/scryer-prolog/discussions/2805
Many thanks! With additional inputs by @adri326 and @notoria, who also
posted interesting approaches which could help to increase precision
in cases that are currently not ideally handled. Thank you all!
Please see the issue and discussion for more information.
notoria [Fri, 28 Feb 2025 07:00:00 +0000 (08:00 +0100)]
Fix conversion from float to rational
Mark Thom [Fri, 28 Feb 2025 05:38:58 +0000 (21:38 -0800)]
Merge pull request #2835 from thierrymarianne/fix-http_open-hanging-on-top-of-main-branch
Prevent http_open/3 from hanging
Mark Thom [Fri, 28 Feb 2025 05:26:40 +0000 (21:26 -0800)]
Merge pull request #2792 from triska/must_be_chars
FIXED: instantiation and type check for string arguments
Mark Thom [Fri, 28 Feb 2025 05:26:20 +0000 (21:26 -0800)]
Merge pull request #2825 from bakaq/wasm_rework
Wasm rework
revue_2_presse [Tue, 25 Feb 2025 19:19:14 +0000 (20:19 +0100)]
Replace futures::executor::block_on with tokio::block_in_place
bakaq [Thu, 20 Feb 2025 03:48:51 +0000 (00:48 -0300)]
Documentation
bakaq [Thu, 20 Feb 2025 03:33:11 +0000 (00:33 -0300)]
Consult modules
bakaq [Thu, 20 Feb 2025 03:12:30 +0000 (00:12 -0300)]
Send pure objects instead of classes
bakaq [Thu, 20 Feb 2025 01:50:41 +0000 (22:50 -0300)]
MachineBuilder constructor
bakaq [Fri, 31 Jan 2025 12:24:39 +0000 (09:24 -0300)]
Rework Wasm interface
bakaq [Fri, 31 Jan 2025 12:24:39 +0000 (09:24 -0300)]
Make Wasm compilable
Mark Thom [Mon, 17 Feb 2025 06:47:49 +0000 (22:47 -0800)]
Merge pull request #2817 from adri326/fix-2815-run_module_predicate-backtrack
Fix backtracking on the topmost predicate triggering UB in run_module_predicate
Mark Thom [Mon, 17 Feb 2025 06:47:34 +0000 (22:47 -0800)]
Merge pull request #2799 from bakaq/callback_streams
Callback streams for use as library
bakaq [Wed, 5 Feb 2025 15:07:28 +0000 (12:07 -0300)]
Add builder style configuration of user input, output and error
bakaq [Fri, 31 Jan 2025 16:14:45 +0000 (13:14 -0300)]
More stream tests
bakaq [Fri, 31 Jan 2025 10:45:13 +0000 (07:45 -0300)]
Disallow null streams in output
bakaq [Fri, 31 Jan 2025 10:23:39 +0000 (07:23 -0300)]
Make input and output stream configuration public
bakaq [Thu, 30 Jan 2025 12:20:28 +0000 (09:20 -0300)]
Configure streams separately
bakaq [Thu, 30 Jan 2025 09:14:38 +0000 (06:14 -0300)]
Refactor UserInput to use channels
bakaq [Wed, 29 Jan 2025 20:09:48 +0000 (17:09 -0300)]
Test for callback streams
bakaq [Wed, 29 Jan 2025 14:35:04 +0000 (11:35 -0300)]
Add input stream channel
bakaq [Tue, 28 Jan 2025 20:58:40 +0000 (17:58 -0300)]
Add callback streams
Mark Thom [Thu, 13 Feb 2025 07:25:21 +0000 (23:25 -0800)]
Merge pull request #2791 from Skgland/patch-1
Expand the build/install section of the readme
Mark Thom [Thu, 13 Feb 2025 07:23:44 +0000 (23:23 -0800)]
Merge pull request #2804 from dnmfarrell/line-count-off-by-one
Line numbers start at 1
Mark Thom [Thu, 13 Feb 2025 07:23:11 +0000 (23:23 -0800)]
Merge pull request #2818 from adri326/stream-cleanup
Fix various issues around close/1 and stream realiasing
Mark Thom [Thu, 13 Feb 2025 07:19:34 +0000 (23:19 -0800)]
Merge pull request #2812 from bakaq/attr_vars_arity_fix
Fix bug in finding arity for verify attributes
Emilie Burgun [Fri, 7 Feb 2025 13:59:32 +0000 (14:59 +0100)]
Remove redundant alias resolution in at_end_of_stream/1, add corresponding tests for null streams
Also fixed at_end_of_stream/0 leaving a choicepoint.