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

Fix aggregate functions #1325

Merged
merged 9 commits into from
Jun 21, 2024
Merged

Fix aggregate functions #1325

merged 9 commits into from
Jun 21, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5887b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb6a6a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    1aedc76 View commit details
    Browse the repository at this point in the history
  2. Updated .clang-format

    trueqbit committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    845db3c View commit details
    Browse the repository at this point in the history
  3. Strengthened validation of pointer values in a function call

    Additionally validate the data type of a pointer value in a function call.
    Until now, only the type (tag) of a pointer value was checked, but not the real data type.
    trueqbit committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1bbc0f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c9e907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d181823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68ba295 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43d3103 View commit details
    Browse the repository at this point in the history