Skip to content

Correct breaking change description in commit history#16

Closed
Copilot wants to merge 2 commits intochore/update-dataset-wrapperfrom
copilot/sub-pr-14-again
Closed

Correct breaking change description in commit history#16
Copilot wants to merge 2 commits intochore/update-dataset-wrapperfrom
copilot/sub-pr-14-again

Conversation

Copy link

Copilot AI commented Feb 12, 2026

Commit 1407704 incorrectly states "BREAKING CHANGE: remove match methods from DatasetCoreBase" but the actual changes removed matchSubjectsOf and matchObjectsOf from DatasetWrapper. The match method in DatasetCoreBase remains unchanged.

Changes

  • Added clarifying commit that documents the actual breaking changes:
    • Removed matchSubjectsOf from DatasetWrapper
    • Removed matchObjectsOf from DatasetWrapper
    • Replaced with simpler subjectsOf and objectsOf methods using toTerm helper

This ensures the changelog accurately reflects what was modified.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

The previous commit message stated "BREAKING CHANGE: remove match methods
from DatasetCoreBase" but this was inaccurate. The actual breaking changes were:

- BREAKING CHANGE: Removed `matchSubjectsOf` method from `DatasetWrapper`
- BREAKING CHANGE: Removed `matchObjectsOf` method from `DatasetWrapper`

The `match` method in `DatasetCoreBase` was NOT removed and remains unchanged.

The removed methods were replaced with simpler `subjectsOf` and `objectsOf`
methods that internally use a `toTerm` helper function for better code clarity.

Fixes the PR description mismatch noted in review feedback.
Copilot AI changed the title [WIP] Update dataset wrapper based on feedback from PR #14 Correct breaking change description in commit history Feb 12, 2026
Copilot AI requested a review from jeswr February 12, 2026 15:03
@jeswr jeswr closed this Feb 13, 2026
@jeswr jeswr deleted the copilot/sub-pr-14-again branch February 13, 2026 16:42
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