Open alexandrevicenzi opened 5 months ago
Can you please share a full reproducer of this bug, if you have one?
It appears that you are running an older version of the package, could you please use osc buildinfo
to figure out which version it is?
The issue has been caught in the BCI project in OBS, it seems to fail in SLE only, not in Factory.
In SP6 the package version is: obs-service-replace_using_package_version-0.0.3-3.6.1 In Tumbleweed the package version is: obs-service-replace_using_package_version-0.0.9-1.3
A reproducer can be found here: https://build.opensuse.org/package/show/home:avicenzi/replace_using_package_version
Alexandre Vicenzi @.***> writes:
The issue has been caught in the BCI project in OBS, it seems to fail in SLE only, not in Factory.
In SP6 the package version is: obs-service-replace_using_package_version-0.0.3-3.6.1 In Tumbleweed the package version is: obs-service-replace_using_package_version-0.0.9-1.3
A reproducer can be found here: https://build.opensuse.org/package/show/home:avicenzi/replace_using_package_version
I have submitted https://build.suse.de/request/show/332647 to fix this
This should have been fixed, can you please recheck @alexandrevicenzi?
@dcermak the reproducer I have in OBS still fails, once that works I would consider fixed.
The script fails if the text to be replaced contains non-ascii or UTF-8 characters.
For example, the following symbol
—
will cause:—
is not-
, but it is commonly used to split a sentence.’
is not'
, but it can be a hard-to-spot typo and also causes the script to fail.