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

bug: fixed couple of bugs in the DSL functions #1372

Merged
merged 11 commits into from
Dec 15, 2021
Merged

bug: fixed couple of bugs in the DSL functions #1372

merged 11 commits into from
Dec 15, 2021

Conversation

forgedhallpass
Copy link
Contributor

@forgedhallpass forgedhallpass commented Dec 14, 2021

bug: fixed couple of bugs in the DSL functions

Input number parameters are stored as float64 types, hence the type conversion should happen accordingly. Affected functions:

  • rand_int
  • wait_for
  • unix_time
  • rand_text_numeric

Added tests for all functions.
Related: #1261, but it does not (intentionally) solve it completely.

Sort the output signatures
Sort the output signatures.
Lint: simplified the sorting.
Input number parameters are stored as float64 types, hence the type conversion should happen accordingly. Affected functions:
* rand_int
* wait_for
* unix_time
* rand_text_numeric

Added tests for all functions.
Related: #1261
@forgedhallpass forgedhallpass marked this pull request as draft December 14, 2021 14:07
@forgedhallpass forgedhallpass marked this pull request as ready for review December 14, 2021 14:12
@forgedhallpass forgedhallpass linked an issue Dec 14, 2021 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 85e0b96 into dev Dec 15, 2021
@ehsandeep ehsandeep deleted the dsl_signatures branch December 16, 2021 10:58
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.

Can't use charset in helper functions
3 participants