#20626 closed enhancement (fixed)
Update to OpeningHoursParser 0.23.2
Reported by: | simon04 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 21.03 |
Component: | Core validator | Version: | |
Keywords: | opening_hours | Cc: | SimonPoole |
Description
https://github.com/simonpoole/OpeningHoursParser/releases/tag/0.23.0
- The parser now supports limited restarting and can return multiple parse exceptions
- In non-strict mode minute value parsing is more lenient, in particular with respect to additional white space and superfluous leading zeros
- Fix list of date ranges with occurrence in month don't work
- Support of EM DASH (U+2014) as a hyphen character
Attachments (0)
Change History (11)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 4 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Update to OpeningHoursParser 0.23.0 → Update to OpeningHoursParser 0.23.1 |
https://github.com/simonpoole/OpeningHoursParser/releases/tag/0.23.1
- Use sonatype / maven central for publishing
https://josm.openstreetmap.de/nexus/content/repositories/public/ch/poole/OpeningHoursParser/0.23.1/
comment:6 by , 4 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Update to OpeningHoursParser 0.23.1 → Update to OpeningHoursParser 0.23.2 |
https://github.com/simonpoole/OpeningHoursParser/releases/tag/0.23.2
- Updated / additional translations
The artifact has been published to https://repo1.maven.org/maven2/ch/poole/OpeningHoursParser/0.23.2/, but is missing on https://josm.openstreetmap.de/nexus/content/repositories/public/ch/poole/OpeningHoursParser/ – am I too impatient?
follow-up: 9 comment:8 by , 4 years ago
This appears to have broken/disabled the automatic fixing that worked in previous versions. Was this intentional?
comment:9 by , 4 years ago
Replying to skquinn:
This appears to have broken/disabled the automatic fixing that worked in previous versions.
An example, please. Note that not all warnings are auto-fixable.
comment:10 by , 4 years ago
Three character weekdays and am/pm were automatically fixable before, and are not now.
I get that some of the more complicated ways people have found to screw up opening_hours and related tags will not be automatically fixable; these were trivial fixes (but very tedious to do by hand).
In 17590/josm: