You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated code generation logic to it's own crate (#890)
* Migrated code generation logic to it's own crate
* Skip javy-codegen during CI test command.
* Skip javy-codegen during CI lint command.
* Correct various typo's and updated CI flows and Makefiles
* Added integration testing for codegen and cleaned up documentation.
* Corrected minor formatting issue in README.md
* Updated feature documentation to no longer include javy_unstable
* Added missing newline in documentation.
* Updated integration tests to use the default plugin.
* Updated test comment
* Support using Cow instead of Vec<u8> for Plugins
* Upgrade codegen to vet approved version of convert_case
* Updated cargo lock and vetting information
* Revert "Updated cargo lock and vetting information"
This reverts commit fc91898.
* Fixed up vetting information.
0 commit comments