Skip to content

Close #52: mark dynamic string construction as resolved#194

Merged
aallan merged 1 commit into
mainfrom
close/52-dynamic-string-docs
Mar 4, 2026
Merged

Close #52: mark dynamic string construction as resolved#194
aallan merged 1 commit into
mainfrom
close/52-dynamic-string-docs

Conversation

@aallan

@aallan aallan commented Mar 4, 2026

Copy link
Copy Markdown
Owner

Summary

Closes #52

Context

All 8 string built-in operations were implemented in WASM codegen across v0.0.50 (PR #173, #134) and v0.0.60 (#174). The issue remained open because the documentation still listed "String constants only" as a limitation. This is a documentation-only cleanup. GC for string memory (#51) is tracked separately.

Unblocks #106 (Show/Display).

Test plan

  • check_version_sync.py passes
  • check_examples.py passes (15/15)
  • pytest tests/ passes (1,380 tests)
  • mypy vera/ clean
  • All 11 pre-commit hooks pass

Generated with Claude Code

@aallan aallan force-pushed the close/52-dynamic-string-docs branch from c9a6626 to 7da3f10 Compare March 4, 2026 15:39
All 8 string built-in operations (string_concat, to_string, string_slice,
strip, parse_nat, parse_float64, char_code, string_length) were implemented
in WASM codegen across v0.0.50 (PR #173) and v0.0.60 (#174). This updates
limitation tables in spec/11, spec/12, README, and vera/README to reflect
that #52 is complete. Also fixes stale #53 and #110 rows in spec/12-runtime
to match spec/11-compilation. GC for string memory remains in #51.

Co-Authored-By: Claude <noreply@anthropic.invalid>
@aallan aallan force-pushed the close/52-dynamic-string-docs branch from 7da3f10 to 3c3b599 Compare March 4, 2026 15:42
@aallan aallan merged commit 5285099 into main Mar 4, 2026
10 checks passed
@aallan aallan deleted the close/52-dynamic-string-docs branch March 4, 2026 15:44
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.

Dynamic string construction in WASM codegen

1 participant