-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing compilation for most up to date RIDDL version (#73)
* feat: first pass at fixing compilation for updated riddl * removing unnecessary comments * removing unnecessary comments * fixing after RIDDL update for comments bug * commenting out interactions * commenting out examples, fixing bugs accordingly * Modernize the build * Fix options and LocationId errors * Fix remaining parsing errors * various changes * Enable the group-messages-by-kind option * lots of error fixes * Fix some validation errors * Fix various undefined references and ambiguities * applicatioon & organization fixes * event, order, reservation, tenant fixes * store fixes * product, event fixes * no errors left * Correct RIDDL input to resolve remaining issues per riddlc 0.39 * Upgrade to riddlc 0.39.0 release --------- Co-authored-by: reidspencer <[email protected]>
- Loading branch information
1 parent
7e18157
commit b1294b4
Showing
69 changed files
with
743 additions
and
1,982 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
context Calendars is { | ||
//Thinking of "outsourcing" this feature to google calendar. As such, this domain is an integration | ||
//to the 3rd party app. It would be a good chance to teach the focuser pattern. There might also be | ||
//some light customization (TBD). | ||
//The google calendar API can be found here: https://developers.google.com/calendar/api | ||
??? | ||
??? | ||
} | ||
|
||
//Thinking of "outsourcing" this feature to google calendar. As such, this domain is an integration | ||
//to the 3rd party app. It would be a good chance to teach the focuser pattern. There might also be | ||
//some light customization (TBD). | ||
//The google calendar API can be found here: https://developers.google.com/calendar/api | ||
|
This file contains 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
This file contains 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
This file contains 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
9 changes: 5 additions & 4 deletions
9
...l/Gateway/MemberGateway/memberEpics.riddl → src/main/riddl/Epics/memberEpics.riddl
This file contains 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
Oops, something went wrong.