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

Alternative implementation of a magic framework. #45

Merged
merged 4 commits into from
Nov 9, 2021

Commits on Oct 29, 2021

  1. Alternative implementation of a magic framework.

    * docstring_parser for extracting argument description.
    * determine type using annotations instead of docstring.
    * deprecation of --bindto argument; Picatrix magic expect `line`
      argument to be in a following format:
    
      `{bind_variable} -- {magic_arguments}`
    
      e.g. `%example var -- 1 2 3 --a=1` will run an `example` magic with
      positional paramters set to `1`, `2` and `3` and keyword argument `a`
      set to `1`. Results will be saved to `var` variable.
    mariuszlitwin committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    95f352e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    be570a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    4866fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591255d View commit details
    Browse the repository at this point in the history