-
Notifications
You must be signed in to change notification settings - Fork 7
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
partial compile for facts #4760
Comments
Central problems
Interaction core/lsm
attributing and unknown to a slice
Overall
|
"its resource" -> afaik we propagate |
(Attributing an unknown to a slice shouldn't be too difficult, attributing an unknown to a fact could be more so.) |
I prefer the other option: adding it to the param service. Third option would be to make this an optional capability of an extension, where the param service has to ask the extension manager if it needs to delegate. I still prefer your first proposal though. |
When a fact comes in we currently trigger a full compile. In case facts are used in conjunction with lsm (or far less likely, with a custom partial compile tool/extension), this could be a big impediment. It would be better if we could retrigger partial compiles for each partial that had an unknown for this fact.
The text was updated successfully, but these errors were encountered: