Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify prelude loading #524

Merged
merged 1 commit into from
Aug 7, 2020
Merged

Simplify prelude loading #524

merged 1 commit into from
Aug 7, 2020

Conversation

mtdowling
Copy link
Member

The previous loading implementation required the prelude to be defined
before loading could occur. This had the consequence that much of the
prelude had to be defined in Java code rather than a prelude model.
Because loading was refactored recently, we can now define the entire
prelude in a Smithy model and simplify Prelude.java.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The previous loading implementation required the prelude to be defined
before loading could occur. This had the consequence that much of the
prelude had to be defined in Java code rather than a prelude model.
Because loading was refactored recently, we can now define the entire
prelude in a Smithy model and simplify Prelude.java.
@mtdowling mtdowling requested a review from kstich August 7, 2020 05:46
@mtdowling mtdowling merged commit d9461d1 into master Aug 7, 2020
@mtdowling mtdowling deleted the simplify-prelude branch September 14, 2020 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants