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

Add structref as a mutable struct that is pass-by-ref #5978

Merged
merged 19 commits into from
Jul 15, 2020

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    5059d14 View commit details
    Browse the repository at this point in the history
  2. Cast incoming val to field type

    sklam committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    effdbfa View commit details
    Browse the repository at this point in the history
  3. Fix test

    sklam committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    3abf6ee View commit details
    Browse the repository at this point in the history
  4. Add auto-defined constructor

    sklam committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    72a7d0f View commit details
    Browse the repository at this point in the history
  5. Refactor

    sklam committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    2913429 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9575df View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    8b60aaf View commit details
    Browse the repository at this point in the history
  2. Docstrings and cleanup

    sklam committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    70f0c11 View commit details
    Browse the repository at this point in the history
  3. Add caching test

    sklam committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    63049a9 View commit details
    Browse the repository at this point in the history
  4. More tests and cleanup

    sklam committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    df47eba View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Apply suggestions from code review

    Co-authored-by: stuartarchibald <stuartarchibald@users.noreply.github.com>
    sklam and stuartarchibald committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    0095b76 View commit details
    Browse the repository at this point in the history
  2. Move structref to experimental

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    f9dd9ea View commit details
    Browse the repository at this point in the history
  3. Add docstring

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4c7cf61 View commit details
    Browse the repository at this point in the history
  4. Fix test

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    d28f537 View commit details
    Browse the repository at this point in the history
  5. Update tests

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    acae125 View commit details
    Browse the repository at this point in the history
  6. Add guards and tests

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    eac38a0 View commit details
    Browse the repository at this point in the history
  7. Update docs/source/developer/repomap.rst

    Co-authored-by: stuartarchibald <stuartarchibald@users.noreply.github.com>
    sklam and stuartarchibald committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    db72a71 View commit details
    Browse the repository at this point in the history
  8. Fix

    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3a2dbad View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into enh/mut_struct

    # Conflicts:
    #	numba/core/types/containers.py
    sklam committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    5c2ee95 View commit details
    Browse the repository at this point in the history