feat(ecosystem): morphir-moonbit v4 classic IR types & ecosystem updates#620
Open
DamianReeves wants to merge 8 commits intomainfrom
Open
feat(ecosystem): morphir-moonbit v4 classic IR types & ecosystem updates#620DamianReeves wants to merge 8 commits intomainfrom
DamianReeves wants to merge 8 commits intomainfrom
Conversation
Add mise tasks to build and test MoonBit packages from the top-level repo: - build:morphir-moonbit: builds all packages for wasm and wasm-gc targets - test:morphir-moonbit: runs tests for all packages Both tasks accept optional package name arguments to filter which packages to build/test. Valid packages: morphir-sdk, morphir-core, morphir-moonbit-bindings Update documentation in AGENTS.md and ecosystem/ to reflect new tasks.
Add morphir-elm as a submodule in ecosystem/, tracking the remixed branch which uses Mise + Bun for builds instead of Gulp. morphir-elm is the reference implementation containing: - IR definition - Elm compiler for authoring Morphir applications - Visualization components and developer tools - Backend processors (Scala, JSON Schema, TypeScript, etc.) Update ecosystem documentation to include morphir-elm.
…th, QName, ModuleName, PackageName)
✅ Deploy Preview for angry-raman-7c44f6 canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR bundles sets of ecosystem submodule updates and integrates recent changes.
1. \morphir-moonbit\ v4 classic IR work
2. Ecosystem tooling updates
(Note: Also cleanly resolves merges with the newly added \morphir-python\ tracking from \main)