Skip to content

Commit

Permalink
Merge pull request #538 from coasys/fix-long-literal-parsing
Browse files Browse the repository at this point in the history
Fix parsing of long literal properties
  • Loading branch information
lucksus authored Dec 16, 2024
2 parents 8bfb36c + 37327b1 commit ba6f1e3
Show file tree
Hide file tree
Showing 9 changed files with 249 additions and 452 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This project _loosely_ adheres to [Semantic Versioning](https://semver.org/spec/
- Fix problems with Subject Classes created by other non-progenitor agents, and make isSubjectInstance() more stable agains race conditions [PR#521](https://github.com/coasys/ad4m/pull/521)
- Avoid high CPU load when idling by deactivating V8's code optimization [PR#531](https://github.com/coasys/ad4m/pull/531)
- Enable high-throughput of perspective mutations by debouncing commits to link languages and coalesce them into aggregated perspective diffs [PR#533](https://github.com/coasys/ad4m/pull/533)
- Fix for long Flux messages (and too long subject class properties in general) being broken [PR#538](https://github.com/coasys/ad4m/pull/538)

### Added
- Prolog predicates needed in new Flux mention notification trigger:
Expand Down
Loading

0 comments on commit ba6f1e3

Please sign in to comment.