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

raw.orca cleanup #314

Merged
merged 11 commits into from
Jul 21, 2022
Merged

raw.orca cleanup #314

merged 11 commits into from
Jul 21, 2022

Commits on Jul 3, 2022

  1. Merge pull request legend-exp#305 from jasondet/refactor

    merge main including build_raw exception for ReferenceErrors in obj checking
    jasondet authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2772938 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. [raw] update docstring format

    gipert committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c9ded66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52af4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request legend-exp#311 from gipert/raw

    Fix docstrings and add missing type hints in `raw`
    gipert authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9cfea80 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    683517a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4fa3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5544a04 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    96b416e View commit details
    Browse the repository at this point in the history
  2. [raw] bug fix: do not use mutables as function argument defaults

    Do not use mutable data structures for argument defaults. They are
    created during function definition time. All calls to the function reuse
    this one instance of that data structure, persisting changes between
    them.
    gipert committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    557df07 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    e8f729d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5806ee1 View commit details
    Browse the repository at this point in the history