-
Notifications
You must be signed in to change notification settings - Fork 123
spec implicit global position #1499
Comments
So currently spec+validation plugins do not work together? Is this a step towards #1291? |
i think there are some issues with the placements and init/foreach/maxonce but i'm not really sure. i just noticed that by default spec gets called after all other postgetstorage plugins, with foreach before (+ after when also using postgetcleanup as placement) |
@mpranj Can you comment on this? We certainly need documentation what the placements are for and test cases which specify how they should behave. |
I'm pretty sure there are some issues since it is unfinished. Example: Regarding The proposal ( When I Regarding the placement names and semantics, I tried to clarify that in #677. Maybe it's better to start with a short list of global positions that are very clear in their meaning. It's trivial to add positions later if you know where you need them. If you could give me a more concrete example of what you did, what you expected to see and what actually happened I can look a bit more into it. |
that might be the issue, because spec gets mounted in mount.c using
the global |
Thanks! I'll add the |
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. |
it seems like the spec plugin currently only gets called after all normal (validation) plugins were called which doesn't make much sense because the validation plugins need the metadata copied by spec
with FOREACH everything works as expected
The text was updated successfully, but these errors were encountered: