Skip to content
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

which version of a module is installed? #50

Open
macMikey opened this issue Sep 22, 2022 · 4 comments
Open

which version of a module is installed? #50

macMikey opened this issue Sep 22, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@macMikey
Copy link
Owner

if i update a module in lc, do instances of that module in unbuilt stacks auto-update, or do they have to be manually updated?
how do you tell what version of a module is installed in a stack?

@macMikey macMikey added the documentation Improvements or additions to documentation label Sep 22, 2022
@macMikey macMikey moved this to Todo in LCB-missing-manual Sep 22, 2022
@macMikey
Copy link
Owner Author

macMikey commented Sep 22, 2022

if we discover that we do have multiple versions, the PI for the module should also display the version

@macMikey
Copy link
Owner Author

i just modified the code to navrad to add a little version property:

constant kVersion is "2.6.0"
property widgetVersion get returnVersion 
handler returnVersion ()
	return kVersion
end handler

a brand new one has the property. the existing one (it can tell me its version) in the navrad editor stack has the old one (it can't tell me its version).
this kind-of affirms what i suspected because of the appearance of the navbar in the editor stack.

@macMikey
Copy link
Owner Author

@macMikey
Copy link
Owner Author

in 2018, i say "nope, i was wrong"
so twice i have tested this and at some point during the test, come to the conclusion that the codebase did not update when the widget updated. the question is what recipe is leading to that situation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

No branches or pull requests

1 participant