You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting that, I'll take a look once I have a bit of time. I suspect the behavior changed after a few fixes on the versioning flow and it is a bit hard to take a decision now without risking breaking any users. I will need to improve the tests and try to track down when this changed. But I would probably accept a PR to change the documentation to reflect this behavior in the meantime.
I'm not sure what to change the documentation to... But what I can do, later in the week or at the weekend, when I have a little time, is run git bisect to find the last commit where it doesn't call CR_LOAD on first step.
Hi,
In the documentation for
CR_LOAD
, it says:However, I'm observing that it gets called on initial call to
cr_plugin_update
. Is this the expected behaviour (and the documentation is wrong)?My test code:
Compiled with:
Running
./main
gives the output:The text was updated successfully, but these errors were encountered: