mirror of
https://github.com/corda/corda.git
synced 2025-03-25 13:27:58 +00:00
Squashed commit messages: * Nested schema creation now works with dependencies recursvly created in the carpenter * 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 * Fix merge issue where types weren't being seen as Prims * IntelliJ auto code cleanup / reformat * Whitespace changes * Add comment blocking as I like seeing it in files
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.