Skip to content

feat: complete core standard library support#45

Merged
nedanwr merged 5 commits into
developfrom
feat/core-stdlib-completion
Jul 10, 2026
Merged

feat: complete core standard library support#45
nedanwr merged 5 commits into
developfrom
feat/core-stdlib-completion

Conversation

@nedanwr

@nedanwr nedanwr commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

Complete the core standard library surface for 0.6.0 with VM builtins, LSP completions, tests, and API documentation.

Changes

  • Add core standard library builtins for math, string, collections, JSON, time, and OS/runtime helpers
  • Add VM support for process arguments and clean exit requests
  • Register new builtins for global and module-qualified access
  • Expose core stdlib functions in LSP completion results
  • Add unit coverage for math/string, collections, JSON round-tripping, time/OS helpers, and clean exits
  • Document the new API functions in the website docs
  • Mark core stdlib completion progress in the roadmap

Testing

  • Added VM unit tests for core stdlib behavior

  • Added LSP completion coverage for representative 0.6.0 stdlib functions

  • All existing tests pass

  • New tests added (if applicable)

  • Examples updated (if applicable)

  • Memory leak checks pass (if applicable)

Documentation

  • Added API docs for collection aggregation functions

  • Added API docs for math transcendental functions

  • Added API docs for string finding and casing functions

  • Added runtime API docs to the API docs nav

  • Examples updated (if applicable)

  • README/docs updated (if applicable)

Breaking Changes

None

@nedanwr nedanwr self-assigned this Jul 10, 2026
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f0579778-953e-487a-aec0-3d5a7b1e4cd2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/core-stdlib-completion

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added documentation Improvements or additions to documentation test vm lsp code labels Jul 10, 2026
@nedanwr nedanwr merged commit 1da19c9 into develop Jul 10, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code documentation Improvements or additions to documentation lsp test vm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant