Skip to content
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

Add UUID provided function #253

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

fuchsst
Copy link
Contributor

@fuchsst fuchsst commented Mar 30, 2022

added uuid build-in function

  • tests are only present for call with both parameter, as the other calls don't return a deterministic value and the QueryTests expect a constant as expected value - tested manually (worked for all three constellations with none, one and two parameter), let me know if i should add an extra test, that validates against a regex
  • MR is based on MR Update dependency versions #251 & Remove unused imports #252
  • solves Issue Generate UUID #203

@larsga
Copy link
Collaborator

larsga commented Apr 6, 2022

let me know if i should add an extra test, that validates against a regex

Yes, please. I think that would be very valuable. It would at least prove that the code produces something that is syntactically correct.

You could also generate two UUIDs and verify that they are different from each other.

functions.md Outdated Show resolved Hide resolved
functions.md Outdated Show resolved Hide resolved
@larsga
Copy link
Collaborator

larsga commented Apr 6, 2022

Overall this looks good. My comments are just nitpicks, really. Great work! 👍

@larsga
Copy link
Collaborator

larsga commented Apr 12, 2022

I think this looks good now. At least I don't know of any actual problems preventing a merge.

Could you rebase it on master so I can verify that everything is OK and merge it without including the other PR?

@fuchsst fuchsst force-pushed the add-uuid-provided-function branch from 5987af0 to 138f217 Compare April 12, 2022 16:45
@fuchsst fuchsst force-pushed the add-uuid-provided-function branch from 138f217 to a6652d6 Compare April 12, 2022 17:02
@fuchsst
Copy link
Contributor Author

fuchsst commented Apr 12, 2022

I think this looks good now. At least I don't know of any actual problems preventing a merge.

Could you rebase it on master so I can verify that everything is OK and merge it without including the other PR?

done...now it's just the added new function...looking forward to see the new version on maven central :-)

Copy link
Collaborator

@larsga larsga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks great now. Thank you very much for doing this, and for adapting the design so quickly based on feedback. Several times you changed your proposal exactly the way I was thinking you should before I had time to suggest it. 👍

@larsga larsga merged commit 6377fcc into schibsted:master Apr 13, 2022
@fuchsst fuchsst deleted the add-uuid-provided-function branch April 13, 2022 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants