Skip to content

Conversation

liviuconcioiu
Copy link
Collaborator

This is a follow up to #7652.

oss.yml - was missing from the script (#7752).
clienthints.yml - I forgot to clean this file in the initial PR.

The other commits are cleanups for commits merged after the initial PR.

@sanchezzzhak sanchezzzhak merged commit 9118719 into matomo-org:master Aug 1, 2024
15 checks passed
@liviuconcioiu liviuconcioiu deleted the cleanup branch August 1, 2024 10:22
@@ -5188,9 +5188,9 @@
client:
type: browser
name: CCleaner
version: "99.0.4844.51"
version: 99.0.4844.51
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might actually cause problems for some of the forks to other languages. If I remember correctly some yaml parsers try to handle that as number when the " are left away.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was me who reported a problem with float values for versions #7633

version: 99.0 nodejs convert to number result 99
version: 99.1 nodejs convert to number result 99.1
version: "99.1" nodejs convert to string result 99.1
version: 99.0.4844.51 nodejs convert to string result 99.0.4844.51

we have long replaced the versions for the formats and there were no complaints that something was broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants