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

Attempt FALLBACK_SET/GET on failure to find field via SET/GET #440

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 19, 2022

  1. Update vm.rs

    Made it possible to fallback to Protocol::INDEX_GET on failure to find a field via Protocol::GET, same applies to Protocol::INDEX_SET and Protocol::SET
    LoopyAshy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5f25c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c5471 View commit details
    Browse the repository at this point in the history
  3. Separated fallback

    Separated fallback into its own protocol.
    LoopyAshy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d5d3325 View commit details
    Browse the repository at this point in the history
  4. Renamed fallback protocols

    Renamed fallback protocols to be consistent with INDEX_GET and INDEX_SET.
    LoopyAshy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e08900d View commit details
    Browse the repository at this point in the history
  5. Update vm.rs

    LoopyAshy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2f617dd View commit details
    Browse the repository at this point in the history
  6. Fixed formatting.

    LoopyAshy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    70ca8e0 View commit details
    Browse the repository at this point in the history