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 new functions add_array and add_hash #374 #379

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

Commits on Oct 16, 2024

  1. Add new function add_array and add_hash #374

    The are a copy of the current implementation of set_array and set_hash. This is a preparation for #309
    TobiasNx committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    618844a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e45e9 View commit details
    Browse the repository at this point in the history
  3. Use add_array instead of set_array in integration tests #374

    As a preliminary work for #309 since set_array will change its behaviour but add_array will keep the functionality.
    TobiasNx committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    19051fb View commit details
    Browse the repository at this point in the history
  4. Use add_hash instead of set_hash in integration tests #374

    As a preliminary work for #309 since set_array will change its behaviour but add_array will keep the functionality.
    TobiasNx committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    00838b6 View commit details
    Browse the repository at this point in the history
  5. Change further use of set_array to add_array and set_hash to set_hash #…

    …374
    
    Additional preliminary work for #309 when the set-fixes change their functionality.
    TobiasNx committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aea03a8 View commit details
    Browse the repository at this point in the history