Skip to content

Conversation

@bryceatmoderne
Copy link
Contributor

@bryceatmoderne bryceatmoderne commented Nov 17, 2025

What's changed?

Various updates to compile with the current rewrite-core codebase. Support running unit tests on Windows.

What's your motivation?

Current main branch is failing ci

Anything in particular you'd like reviewers to focus on?

No

Anyone you would like to review specifically?

@jkschneider

Have you considered any alternatives or workarounds?

No

Any additional context

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've read and applied the recipe conventions and best practices
  • I've used the IntelliJ IDEA auto-formatter on affected files

// Merge generated marketplace into existing one
// This ensures existing data is preserved and updated with generated data
existing.merge(generated);
existing.getRoot().merge(generated.getRoot());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jkschneider not sure if you wish to do this another way

@timtebeek timtebeek marked this pull request as draft November 20, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants