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

feat: Add TO_<CHAR,STRING> functions #1355

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

feat: Add TO_<CHAR,STRING> functions #1355

wants to merge 8 commits into from

Commits on Nov 12, 2024

  1. feat: Add TO_<CHAR,STRING> functions

    This commit introduces the `TO_CHAR`, `TO_WCHAR`, `TO_STRING` and `TO_WSTRING` functions, all
    making use of already existing `X_TO_Y` functions.
    volsa committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ebf4b0e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ab7c65a View commit details
    Browse the repository at this point in the history
  2. test: Refactor lit code

    volsa committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9d028ee View commit details
    Browse the repository at this point in the history
  3. Re-enable validations

    volsa committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a659e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ffaa9 View commit details
    Browse the repository at this point in the history
  5. remove trace logs, too bloaty

    volsa committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    445b19b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1671f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15bdf13 View commit details
    Browse the repository at this point in the history