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: ✨ various improvements on move and copy statements #822

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    43bf1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45fb7b5 View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 statements to copy contents of objects in tables now accept al…

    …so arrays and open schemas as destination
    
    Improve also checks on not averwriting existing variables
    matteo-cristino committed May 7, 2024
    Configuration menu
    Copy the full SHA
    14ed604 View commit details
    Browse the repository at this point in the history
  4. feat: ✨ add correct statement to move element from object to variable

    If destionation element already exist a custom error is thrown to let the user know the right statement to use since till now this statement was use to move stuff in a object
    matteo-cristino committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0436fcd View commit details
    Browse the repository at this point in the history
  5. feat: ✨ add statement to copy element from object in new_object

    In this way we have the same statements both for move and copy
    matteo-cristino committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9af05e2 View commit details
    Browse the repository at this point in the history
  6. feat(table): ✨ statement to move or copy in a table with a certain en…

    …coding
    
    This statements support also schema as encoding
    matteo-cristino committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1318042 View commit details
    Browse the repository at this point in the history
  7. feat(when): ✨ add statement to move or copy to an element with a cert…

    …ain encoding
    
    remove some debug leftover and move the fucntion to apply a new encoding in zencode_data.lua
    matteo-cristino committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ae57c94 View commit details
    Browse the repository at this point in the history