added devcontainer w python + rust - #2
Merged
Conversation
krypticmouse
added a commit
that referenced
this pull request
Aug 14, 2026
…ked TypeId caches RFC 0002 IR-1 groundwork: - FieldType, ClassDef, EnumDef, EnumValueDef, FieldDef, Constraint, and ConstraintKind gain Serialize/Deserialize (purely additive, §1.3). - New typesys::TypeTable — the owned class/enum registry a program owns in the dynamic lane. OutputSchema is now target + TypeTable. - render::type_name/schema_block and coerce::coerce take &TypeTable. - Leaked cache #2 (blanket Schema::output_schema TypeId cache) deleted: the trait now returns an owned OutputSchema; the only repeat consumer (SignatureSchema) caches it in its own entry. - Leaked cache #3 (internal_name_for_shape string intern) deleted: the name is a trivial format!, returned owned. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
a small devcontainer with python + Rust, helps some contributors get up and running quicker.