Skip to content

Commit

Permalink
FIXED: Preserve incremental property when creating a saved state.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Dec 18, 2024
1 parent f59d071 commit 21264b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/qsave.pl
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
functor(Term, Name, Arity).

attrib_name(dynamic, dynamic, true).
attrib_name(incremental, incremental, true).
attrib_name(volatile, volatile, true).
attrib_name(thread_local, thread_local, true).
attrib_name(multifile, multifile, true).
Expand Down

1 comment on commit 21264b8

@JanWielemaker
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on SWI-Prolog. There might be relevant details there:

https://swi-prolog.discourse.group/t/incremental-tabling-in-compiled-code-not-working-as-i-expect/8679/3

Please sign in to comment.