Skip to content

added devcontainer w python + rust - #2

Merged
krypticmouse merged 1 commit into
krypticmouse:mainfrom
papaymaguire:feat/devcontainer
Aug 12, 2025
Merged

added devcontainer w python + rust#2
krypticmouse merged 1 commit into
krypticmouse:mainfrom
papaymaguire:feat/devcontainer

Conversation

@papaymaguire

Copy link
Copy Markdown
Collaborator

a small devcontainer with python + Rust, helps some contributors get up and running quicker.

@krypticmouse
krypticmouse merged commit eb6c6cc into krypticmouse:main Aug 12, 2025
5 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants