fix: defer validation for unresolved conditional branches#701
fix: defer validation for unresolved conditional branches#701Stefanqn wants to merge 4 commits intoreagento:developfrom
Conversation
|
Actually, I would check as much as possible at graph building stage. Probably, we should have a toggle to enable this behavior |
c9e3f73 to
481ce05
Compare
|
both is fine for me |
|
Looks like we have 2 options here:
|
|
like that? |
6e4f4d9 to
8b5b95c
Compare
|
I also added a toggle per factory in my latest commit Should alias(...) and from_context(...) support the same override as well? |
|
Isn't per factory setting too much? Do we have any UseCase for that? |
|
if it's too much, drop the last commit :) |
|
Can I accelerate merging any kind of bugfix for |
|
Do you have any particular usecase for this specific PR? I am not sure if I am satisfied with the API changes here though it has some sense here. Do you need this together with #696 at this moment? |
|
In terms of configuring validation is see these cases:
For me it is not clear how should we let user decide whether to skip checks. In #696 I went with simple logic: cases 1,2,3 disable validation, others are always validated. |
|



No description provided.