Skip to content

Release 1.1.1#8

Merged
matheusamazonas merged 3 commits into
mainfrom
develop
May 29, 2026
Merged

Release 1.1.1#8
matheusamazonas merged 3 commits into
mainfrom
develop

Conversation

@matheusamazonas

Copy link
Copy Markdown
Owner

External changes

Internal changes

  • Move declarations around to adhere to code style.

Cause: a `DeviceInstallations` instance was being created and added to the return vector even if no packages matched.
Fix: skip the device if no packages match.
Other changes: initialize the packages vector with the known capacity.
Closes #7.
According to the following rules:
- Keep functions that are strongly tied to a type inside its `impl` block.
- Within a module, declare the following in order:
	- `use` declarations.
	- Module-level constants / statics.
	- Type aliases.
	- For each type:
		- Type definition.
		- Inherent `impl` block
		- Trait `impl` blocks for that type.
	- Loose functions that are either not strongly tied to a type, or used by multiple types.
@matheusamazonas matheusamazonas merged commit fdedb16 into main May 29, 2026
2 checks passed
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