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

Allow architectures to be created from expressions #399

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

hgraca
Copy link
Contributor

@hgraca hgraca commented Jul 27, 2023

This will allow for composable and more complex rules.

DEPENDS ON #394 #395

Only the last commit is relevant for this PR.

@hgraca hgraca force-pushed the feat/architecture_from_expression branch 2 times, most recently from b4ef086 to 38d4a4a Compare July 29, 2023 08:51
@fain182
Copy link
Collaborator

fain182 commented Aug 5, 2023

That's really cool, it is much more coherent with the rest of design than the way we are doing it now...

@hgraca hgraca mentioned this pull request Aug 5, 2023
This will allow for complex nested expressions, like ANDs inside ORs.
This will reduce the amount of expressions needed
and allow for complex expressions (within an OR
or an AND) to be negated.
@hgraca hgraca force-pushed the feat/architecture_from_expression branch from 38d4a4a to 7c34636 Compare August 5, 2023 20:43
@hgraca hgraca force-pushed the feat/architecture_from_expression branch from 7c34636 to 134765d Compare September 5, 2023 12:09
@hgraca
Copy link
Contributor Author

hgraca commented Sep 5, 2023

@fain182 the issues should be fixed (cant tell cozz the build isn't running) can you check if there's something more to do pls?

hgraca and others added 6 commits September 18, 2023 16:59
To improve understanding of mayDependOnComponents
and shouldOnlyDependOnComponents
This simplifies expressions and makes them more predictable.
This will allow for composable and more complex rules.
@hgraca hgraca force-pushed the feat/architecture_from_expression branch from 134765d to 2f39bc5 Compare September 18, 2023 14:59
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.

None yet

2 participants