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

Ensure user-defined preconditions run after speced.def's #90

Open
vemv opened this issue Oct 8, 2019 · 0 comments
Open

Ensure user-defined preconditions run after speced.def's #90

vemv opened this issue Oct 8, 2019 · 0 comments
Labels

Comments

@vemv
Copy link
Contributor

vemv commented Oct 8, 2019

Problem statement

Given a speced defn with user-provided :preconditions:

  • both sources of preconditions will be correctly merged; but
  • the user ones take precedence.

This means that more opaque errors can pop up: type (speced's) errors are more straightfoward than a business-specific one (user's) that failed for 'type' reasons.

Task

Merge preconditions in a specific order.

@vemv vemv added the core label Oct 9, 2019
@vemv vemv mentioned this issue Dec 8, 2019
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant