-
Notifications
You must be signed in to change notification settings - Fork 374
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
Gnopher hole: Module VS Pkg VS Path VS Dir VS SubPkg VS SubModule VS SubDir VS SubPath ... #1024
Comments
IMO:
|
Agreed, I thought this |
Since package is commonly used in Go, I think what's the most confusing is the fact that Maybe the rename should be :
Wtih this kind of rename, we can keep package/pkg to designate both |
Uploading a However, with Decisions on incorporating Modules (Realms with subpaths) into GnoVM and enabling resource sharing remain pending. Note that Without this feature, expecations may vary and inconsistencies could arise when uploading a realm with subpaths. A temporary solution is to validate and trigger -> #1041
So we only have packages, some of them are pure and some of them are realms. Like in go where you can have library packages or main packages. -> #1043 |
After yesterday's discussion, I would expect that a |
Concerning versioning, components can exist in varied versions, each with distinct use and migration characteristics. Ideally, continue using an earlier version of /p if it's working well. Encourage p/ developers to create smaller libraries for occasional updates or new optional features—like adding a fresh UI component to a UI library. In the realm, only the latest version matters; previous versions might be deprecated or paused. For better user experience, it's logical for a Personally, I'll forgo traditional versioning, opting for competing versions like For more insights, check issue #694 on versioning. |
Closing, there is no ongoing action. You are welcome to continue referring to this issue or reopening it if any uncertainties regarding those names arise again. |
I'd argue this is resolved when we have a definitions document with these defined? |
Topic to discuss during an upcoming deep dive meeting.
To define:
Related discussions:
gno test
for_test.gno
and_filetest.gno
files #945To do:
The text was updated successfully, but these errors were encountered: