-
Notifications
You must be signed in to change notification settings - Fork 18
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
fixes #259 allowing trailing Z for all variants of time parts #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found some mostly minor issues here, and would be glad to hear what you think about our level of ISO standard compliance. 😊
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java
Outdated
Show resolved
Hide resolved
ah, @mcauer – it seems like you did not yet add the email Also, it would be superb if you could perhaps set up signing of your git commits using gpg: https://docs.github.com/en/github/authenticating-to-github/signing-commits 😃 |
@tyrasd thanks for pointing me on it. Added my email and created a gpg key for future commits. |
looks like it is not yet working 100% correctly on your side, since 4eb0dc6 seems to be unsigned, AFAICs. 😉 |
I used IntelliJ UI to commit. Can this be configured in IntelliJ? |
Ok now it worked. puh. :) |
👍 a few unit tests for the class would be nice, if you don't mind… |
ok, still working on that. |
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java
Outdated
Show resolved
Hide resolved
f3789c5
to
f8148b1
Compare
f8148b1
to
77c0085
Compare
a49b2e1
to
87b5338
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think some tests with valid ISO 8601 timestrings but with a not supported timezone (non-UTC) are missing. And the Changelog is missing!
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParserTest.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/IsoDateTimeParser.java
Outdated
Show resolved
Hide resolved
done |
* rename class "ISO" to "Iso" * fix too long lines * improve javadocs * some light refactoring
* throw errors in constructor * fix code style and javadoc issues * refactor to (hopefully) simpify things
Co-authored-by: Johannes Visintini <johannes.visintini@heigit.org>
765be03
to
682b2ff
Compare
Changes proposed in this pull request:
Type of change
Please delete if not relevant:
Description
Corresponding issue
Closes #259
New or changed dependencies:
Checklist