-
Notifications
You must be signed in to change notification settings - Fork 3
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
Better Error Messages #190
base: develop
Are you sure you want to change the base?
Conversation
|
220d75e
to
c1a2ce1
Compare
This explainer is a remnant of upstream, and is no longer relevant.
Factory tuples are an anti-pattern, as they can't be type-checked, and any invalid references cannot be detected at build time.
5746f01
to
6c9afbd
Compare
This PR introduces a new development mode setting, which can be enabled at build-time
to create a build of the Container which emits more detailed error messages, along with
informational messages pertaining to anti-patterns or the usage of non-recommended features.
Fixes #179.