V0.19: layout restructure and test basis - #1399
Open
vyzo wants to merge 95 commits into
Open
Conversation
This started as a rework of the logging system, but it has expanded to touch some other aspects... to the point that it kickstarted the v0.19 development branch. Lot's of things changing, this is just the base --------- Co-authored-by: François-René Rideau <fare@tunes.org>
✅ Deploy Preview for elastic-ritchie-8f47f9 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mechanically: - contracts are pushed at call site - interfaces are unpacked at call site, avoiding a cross module calls to unpack this has multiple benefits: - compiler can hoist interface unpacking out of loops - compiler can peval contracts compiler changes will be implemented in a subsequent commit. Note that it is also worth considering doing the same for procedure with contacts -- turn them into macros that check contracts at call site (where they can be pevaled) and then dispatch directly to the unchecked method.
vyzo
marked this pull request as ready for review
February 9, 2026 18:17
Bug fix thanks to Claude
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creates the new std layout with the objective to have a working gxtest.