-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pubid algebra: is new edition of #49
Comments
Agree with use case. |
@ronaldtse for Identifier.parse("ISO 22610:2018").new_edition_of?("ISO/PRF 6709:2022") But also can be provided even identifier from different provider: Identifier.parse("ISO 22610:2018").new_edition_of?("BS 7121-3:2017") What should we do in these cases? Returning @andrew2net any thoughts? |
I think it's just |
@ronaldtse should we also compare supplements, drafts editions? |
Or maybe we throw an error that it cannot be compared?
|
@ronaldtse I can just throw an error when identifiers doesn't match without edition |
Or we can just return |
@andrew2net it's quite uncommon to return anything else except true or false for |
After talking with @andrew2net we decided not to compare identifiers without year or edition because it's not correct, |
@mico actually we do need comparison IDs without year in Relaton, but it's not like in this issue. |
related #47
The text was updated successfully, but these errors were encountered: