Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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