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

Refactor generic_data_handle. #2467

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 18, 2023

  1. Refactor generic_data_handle.

    The commit changes the `generic_data_handle` as follows:
    
      * Common sanitizing logic is consolidated in two methods `assert_*`.
      * The logic explicitly deals with the 'literal' and 'data_handle'
        cases separately.
      * Hides the `type_name` method, by making it private.
      * Adds assignment from a `data_handle`.
      * Improves documentation.
    1uc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5dfa16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6025a9b View commit details
    Browse the repository at this point in the history