-
Notifications
You must be signed in to change notification settings - Fork 93
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
[NU-1836] Move converters from CONV util to extension methods. Implement generic conversion extension methods: is, to and toOrNull. #7063
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
3 times, most recently
from
October 24, 2024 12:28
284c362
to
494a0c7
Compare
lukasz-bigorajski
changed the title
[NU-1836] Rename casting methods
[NU-1836] Move converters from CONV util to extension methods. Implement generic conversion extension methods: is, to and toOrNull.
Oct 24, 2024
arkadius
reviewed
Oct 28, 2024
components-api/src/main/scala/pl/touk/nussknacker/engine/api/typed/typing.scala
Show resolved
Hide resolved
designer/server/src/test/scala/pl/touk/nussknacker/ui/api/ExpressionSuggesterSpec.scala
Show resolved
Hide resolved
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
...o-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CollectionConversionExt.scala
Outdated
Show resolved
Hide resolved
...o-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CollectionConversionExt.scala
Outdated
Show resolved
Hide resolved
...o-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CollectionConversionExt.scala
Outdated
Show resolved
Hide resolved
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Oct 28, 2024
arkadius
reviewed
Oct 28, 2024
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
from
October 28, 2024 15:08
494a0c7
to
2b5f1d9
Compare
arkadius
reviewed
Oct 28, 2024
components-api/src/main/scala/pl/touk/nussknacker/engine/api/generics/MethodTypeInfo.scala
Outdated
Show resolved
Hide resolved
...o-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CollectionConversionExt.scala
Outdated
Show resolved
Hide resolved
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
from
October 29, 2024 14:42
a78d58b
to
600b3e2
Compare
arkadius
reviewed
Oct 29, 2024
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
...rio-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CastOrToConversionExt.scala
Outdated
Show resolved
Hide resolved
...rio-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CastOrToConversionExt.scala
Outdated
Show resolved
Hide resolved
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
2 times, most recently
from
October 29, 2024 21:12
c61be12
to
08b5370
Compare
arkadius
reviewed
Oct 29, 2024
scenario-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/Conversion.scala
Outdated
Show resolved
Hide resolved
...compiler/src/main/scala/pl/touk/nussknacker/engine/extension/ToBigDecimalConversionExt.scala
Outdated
Show resolved
Hide resolved
...rio-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/CastOrToConversionExt.scala
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Oct 30, 2024
...io-compiler/src/main/scala/pl/touk/nussknacker/engine/extension/ToBooleanConversionExt.scala
Outdated
Show resolved
Hide resolved
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
from
October 30, 2024 11:40
73c6ef5
to
2c13786
Compare
…ent generic conversion extension methods: is, to and toOrNull. # Conflicts: # docs/Changelog.md # Conflicts: # docs/Changelog.md # Conflicts: # scenario-compiler/src/test/scala/pl/touk/nussknacker/engine/extension/ExtensionMethodsSpec.scala # Conflicts: # scenario-compiler/src/test/scala/pl/touk/nussknacker/engine/spel/SpelExpressionSpec.scala
lukasz-bigorajski
force-pushed
the
nu.1836.rename.casting.methods
branch
from
October 30, 2024 12:06
2c13786
to
5562246
Compare
arkadius
approved these changes
Oct 30, 2024
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.
Good job
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Checklist before merge