Logtalk 3.80.0 released #215
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.80.0 is now available for downloading at:
https://logtalk.org/
This release changes the debugging API to allow multiple debug handlers to be loaded simultaneously; updates the compiler to support for using backend proprietary directives when dynamically creating objects and categories; updates the reflection API to better support developer tools; fixes a regression preventing linter warnings for duplicated clauses and grammar rules; fixes reporting of the number of compilation warnings that failed to count some of the warnings; fixes the
phrase/2-3
built-in methods to properly handle a runtime bound first argument when called from a meta-predicate (thanks to Alex Kouznetsov for the bug report); updates the documentation of the embedding scripts; adds ewsequential_occurrences/2-3
list predicates to thetypes
library; updates thedebugger
andports_profiler
tools for the new debug API; adds support for log points to thedebugger
tool; improves thedebugger
tool integration with other developer tools; improves thepacks
tool reporting when a pack is available from multiple registries; includes fixes for themissing_data
example; includes new and improved VSCode/VSCodium support predicates; and provides portability updates for LVM and SWI-Prolog.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