Admit generic Edict pure-program contracts - #724
Draft
flyingrobots wants to merge 3 commits into
Draft
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
9 tasks
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.
Goal
Admit and execute compiler-produced generic pure Edict programs without adding
application ontology to Echo.
Progresses #684.
Plan
compiler-produced-bounded-pure/v1target configuration.Current status
The generic package-and-verification slice is complete. The real Jedit
ReplaceRange.edictapplication build now reaches the checked Echo lowerer,which emits a distinct compiler-produced pure package retaining the exact Core,
lawpack exports, Target IR, and result projection. Echo's structurally separate
verifier reconstructs that relation without calling the lowerer and emits an
accepted report.
The zero-choice target configuration contains only Echo's API version and
generic program kind. It carries no application operation, policy, budget
override, graph patch, or runtime authority. Both checked provider components
were rebuilt twice in the designated Linux/amd64 environment; each pair was
byte-identical before promotion.
The real Jedit build is package conformance evidence only. This draft does not
claim generic program evaluation, graph mutation, runtime settlement, rope
mutation, or end-to-end Jim behavior. Echo production code and ABI surfaces
remain free of Jim, Jedit, rope, buffer, range, and editor semantics.
Documentation accuracy gate: reviewed the repository entrances and canonical
provider-hosting owners. Updated contract provenance, target-configuration and
package posture, both checked component identities, package identity closure,
and the changelog. No superseded application-specific execution path was
documented or introduced.