Skip to content

Conversation

char0n
Copy link
Member

@char0n char0n commented Mar 18, 2025

Refs #13

@char0n char0n requested a review from Copilot March 18, 2025 13:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces support for realm composition in the evaluation process.

  • Adds a CompositeEvaluationRealm class to compose multiple evaluation realms.
  • Introduces tests in test/evaluate/compose.js for realm composition and empty composition scenarios.
  • Updates documentation and import paths across related files to support the new functionality.

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/evaluate/compose.js New tests verifying realm composition and error throwing on empty composition
src/evaluate/compose.js New CompositeEvaluationRealm implementation
README.md Documentation update for realm composition
src/evaluate/realms/json.js Fix import path update
src/evaluate/realms/map-set.js Fix import path update
src/index.js Export updates for EvaluationRealm and composeRealms
src/evaluate/EvaluationRealm.js Fix import path update

@char0n char0n merged commit 567ae9d into main Mar 18, 2025
4 checks passed
@char0n char0n deleted the char0n/13 branch March 18, 2025 14:21
char0n pushed a commit that referenced this pull request Mar 18, 2025
# [1.5.0](v1.4.0...v1.5.0) (2025-03-18)

### Features

* **evaluate:** add support for evaluation realm composition ([#16](#16)) ([567ae9d](567ae9d)), closes [#13](#13)
@char0n
Copy link
Member Author

char0n commented Mar 18, 2025

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant