mirror of
https://github.com/corda/corda.git
synced 2025-03-25 13:27:58 +00:00
A complete amqp schema can now be used to generate a set of carpetner schemas representing all of the classes not found on the deserialzing end. A dependency and depdendent chain is setup such that all classes are created in the order required Squashed commit messages: * IntelliJ reformat of the code * Merge the interface synthesis changes and rebase onto the tip of master Somethign is very broken in the AMQP -> Carpenter schema code but want a commit so I at least know the actual carpenter is merged * Nested schema creation now works with dependencies recursvly created in the carpenter * Unit test fixes * Remove spurious prints from tests * Remove warnings * Don't add cladd member dep by name Since that's the name of the field, not the type we depend on. If we do we'll never actually be able to craft the type as the dependency chain will be horribly broken Various bug fixes
Experimental module
The purpose of this module is to hold code that isn't yet ready for code review, but which still wants to be refactored and kept compiling as the underlying platform changes. Code placed into experimental must eventually either be moved into the main modules and go through code review, or be deleted.
Code placed here can be committed to directly onto master at any time as long as it doesn't break the build (no compile failures or unit test failures). Any commits here that break the build will simply be rolled back.