-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
reinstate help text, version #648
Comments
@frankiebee found unexpected results for I realize that causes complications with: ssbc/secret-stack#36 (multiple versions in one Also, secret-stack actually allows a plugin without a name... it just becomes "core" so the methods provided by |
@dominictarr Why would compound plugins in secret-stack affect this? |
@staltz the problem is that it if you did Oh, maybe when you load a bundle, each plugin should get a "parent" which points back to the bundle it came from. then the output can at least tell you what bundle it came in? |
@dominictarr I'm still trying to understand, you think compound plugins need versions too? |
@staltz yes I do. for example, ssb-server now doesn't do anything by it self - it's just a distribution of other things I guess it could be the thing which has the version? but I think knowing the version of each plugin would be very useful, and if something came with other things, I think that should be explicit too. |
Ok, I think I understand. One way to implement this is by changing secret-stack's support for arrays, and instead use an object |
It looks like the main (only?) difference between |
@jedahan yeah, I think some sort of pointer back to the bundle that loaded it would be enough to resolve any ambiguity. then you could do an output like
imagine the |
I'm testing gitlo (github/trello integration) sorry everyone |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Stale's robot closed this pull-request but in the documentation (ssb-db Readme.md) mentions it as something possible to be merged. If it's definitely closed we can remove the mention in the Readme, otherwise it should open again. |
when we refactored everything, we (I mean I) removed help because sbot was managing it centrally and now it needs to be for each plugin.
#634
#647
but we should put that back...
The text was updated successfully, but these errors were encountered: