Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Message generation bombs for multiple package versions #14

@stonier

Description

@stonier

Problem: If there's a deb installed version of a package and a source installed version, it will sometimes pull the older version.

Reason: message generation's StringFileProvider stores information in a google concurrentmap (hashmap) which provides no guarantees about ordering. When generating sources, it will then ignore the second message file found in that map...A comment from MessageDefinitionFileProvider:

// First definition wins.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions