Closed david-waltermire closed 2 weeks ago
[!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.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This is broken, since it depends on metaschema-framework/metaschema#41
Do we not need to worry about the code build failures in CI/CD? Other than that, amazing work!
We do. I was waiting on approval of https://github.com/metaschema-framework/metaschema/pull/41 to fix this.
Committer Notes
This PR is the result of a significant refactor of the module loading and data binding layers of the library. The result is a much cleaner API that should perform better overall, due to shorter code paths. This version is much more expansible and enabled dynamic compilation of module classes to be disabled by default. Some of these changes are backwards compatibility breaking and will likely require a major release.
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
Changes to Core Features: