Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: APrioriInvestments/typed_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: APrioriInvestments/typed_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: will-testlooper
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 105 files changed
  • 3 contributors

Commits on Sep 21, 2023

  1. typed_python testlooper config

    fix dockerfile typo
    wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a591b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ebced View commit details
    Browse the repository at this point in the history
  3. Fix an issue causing us to hit the interpreter when converting OneOf(…

    …'someString', 'someOtherString') to str.
    braxtonmckee authored and wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d600a02 View commit details
    Browse the repository at this point in the history
  4. Make sure we can compile expressions like 'x, y = OneOf(None, Tuple(i…

    …nt, int))((1, 2))'.
    braxtonmckee authored and wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ff70b1c View commit details
    Browse the repository at this point in the history
  5. Use 'Expression.MakeStruct' rather than a sequence of cast operations…

    … to construct lists.
    braxtonmckee authored and wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f335db8 View commit details
    Browse the repository at this point in the history
  6. Don't allow (Named)Tuple to coerce objects to 'object' representation…

    … during conversion.
    
    Looks like this was a leftover pathway that we no longer need. The type wrapper for
    PythonObjectOfType is supposed to do this coersion.
    braxtonmckee authored and wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2df9fca View commit details
    Browse the repository at this point in the history
  7. Fix quarter attribute of Date

    aaronmlAP authored and wllgrnt committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    dce4ffa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9259894 View commit details
    Browse the repository at this point in the history
Loading