8000 update library terminology (beta-3.0) by mortend · Pull Request #440 · fuse-open/uno · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update library terminology (beta-3.0) #440

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

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

mortend
Copy link
Member
@mortend mortend commented Jan 8, 2023

Referring to Uno libraries as "packages" doesn't seem right anymore, since Uno Package Manager was removed in 2019.

This patch starts to fix this in the compiler source code by replacing the word "package" with either "library" or "bundle" (collection of files needed by a library).

Referring to Uno libraries as "packages" doesn't seem right anymore,
since Uno Package Manager was removed in 2019.

This patch starts to fix this in the compiler source code by replacing
the word "package" with either "library" or "bundle" (collection of
files needed by a library).
@mortend mortend merged commit 1e8073b into fuse-open:beta-3.0 Jan 8, 2023
@mortend mortend deleted the net6-library branch January 8, 2023 16:35
mortend added a commit to mortend/uno that referenced this pull request Mar 27, 2023
* In the Bundle class, deprecate the PackageName property and add Name
  instead.
* Deprecate the CallerPackageName attribute and add CallerBundleName
  instead.
* Update the compiler to use the new attribute.
* Update related variable names.

Related to fuse-open#440
mortend added a commit to mortend/uno that referenced this pull request Mar 27, 2023
We want to stop saying "packages" when referring to Uno libraries
(fuse-open#440), so this renames the following unoconfig properties:

* Packages.SearchPaths -> SearchPaths
* Packages.SourcePaths -> SearchPaths.Sources

(The old names are deprecated but still work)
mortend added a commit to mortend/uno that referenced this pull request Jul 20, 2023
This replaces remaining instances of the word "package" with either
"bundle" or "library".

Related to fuse-open#440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0