relaton / relaton-iso

RelatonIso: ISO Standards metadata using the BibliographicItem model
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Fetching `ISO/IEC/IEEE FDIS 42010` returns mistaken warning #117

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago
[relaton-iso] ("ISO/IEC/IEEE FDIS 42010") fetching...
[relaton-iso] WARNING: no match found online for ISO/IEC/IEEE FDIS 42010:2022. The code must be exactly like it is on the standards website.
[relaton-iso] (There was no match for 2022, though there were matches found for .)
[relaton-iso] If you wanted to cite all document parts for the reference, use "ISO/IEC/IEEE FDIS 42010 (all parts)".
If the document is not a standard, use its document type abbreviation (TS, TR, PAS, Guide).

Look at this particular line:

[relaton-iso] (There was no match for 2022, though there were matches found for .)

This line does not make sense. We need to fix this.

andrew2net commented 2 years ago

fixed in v 1.12.4

relaton fetch 'ISO/IEC/IEEE FDIS 42010:2021'
[relaton-iso] ("ISO/IEC/IEEE FDIS 42010:2021") fetching...
[relaton-iso] (There was no match for 2021, though there were matches found for 2022.)
[relaton-iso] WARNING: no match found online for ISO/IEC/IEEE FDIS 42010:2021. The code must be exactly like it is on the standards website.
[relaton-iso] If you wanted to cite all document parts for the reference, use "ISO/IEC/IEEE FDIS 42010:2021 (all parts)".
[relaton-iso] If the document is not a standard, use its document type abbreviation (TS, TR, PAS, Guide).
No matching bibliographic entry found
ronaldtse commented 2 years ago

Confirm fixed. Thanks!