Logtalk 3.57.0 released #149
Unanswered
pmoura
asked this question in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Logtalk 3.57.0 is now available for downloading at:
https://logtalk.org/
This release improves the linter tool with new and refined warnings; improves the compilation of Prolog modules as objects; refines compiler error reporting; improves support for making predicates listed in
uses/2
anduse_module/2
directives available as scoped predicates for the entities containing the directives; adds Handbook sections on documenting predicate exceptions and on ports and contributions distributed with Logtalk; improves Handbook sections on Prolog integration and migration; adds links from library APIs documentation to the Handbook library descriptions; adds agenint
library supporting application global and object local named generators for increasing positive integers; updates thegensym
library with support for both global and object local symbol generators; adds new predicates to thetypes
andstatistics
libraries; includes fixes and improvements to thecsv
library; adds new parametric objects to thehook_objects
library; fixes thearbitrary
library implementation of shrinkers when passed terms of unexpected types; includes an improvedpacks
tool with new predicates, refined semantics, and support for registries that require personal token authorizations for access; fixeslgtdoc
generated Sphinx documentation cross-referencing between applications and Logtalk distribution libraries; improvestutor
tool feedback on some common linter reports; fixesdiagrams
tool cases where files listed as excluded would still be included in generated diagrams; adds new tests for Logtalk and Prolog features; and includes portability updates for CxProlog, LVM, SICStus Prolog, SWI-Prolog, and XSB.For details and a complete list of changes, please consult the release notes at:
https://github.com/LogtalkDotOrg/logtalk3/blob/master/RELEASE_NOTES.md
Beta Was this translation helpful? Give feedback.
All reactions