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: spiraldb/ziggy-pydust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: spiraldb/ziggy-pydust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.2
Choose a head ref
  • 18 commits
  • 56 files changed
  • 3 contributors

Commits on Sep 1, 2023

  1. Initial docs with mkdocs (#9)

    Co-authored-by: Robert Kruszewski <github@robertk.io>
    gatesn and robert3005 authored Sep 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a678da3 View commit details

Commits on Sep 4, 2023

  1. Add PyDict (#15)

    gatesn authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    eb5c158 View commit details
  2. Immutable strings (#17)

    I was mistaken in #6 - strings are in fact immutable but the
    (undocumented) PyUnicode_Append function steals a reference to the LHS.
    gatesn authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8b04b98 View commit details
  3. Use pytest.build.zig in debug example (#18)

    Fixes Debug Example
    delta003 authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c57300d View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    096f3f9 View commit details
  5. Pytest Plugin (#19)

    The pytest plugin collects Zig tests and runs them alongside other
    pytests.
    gatesn authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6081386 View commit details
  6. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e6a4b6e View commit details
  7. Add support for tp_finalize (#24)

    Allows a user to specify a `__del__` method corresponding to the
    tp_finalize slot.
    As a side note, this also enables running our pytest plugin against our
    example directory.
    
    Fixes #20
    gatesn authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    01be932 View commit details

Commits on Sep 5, 2023

  1. Add PyBool (#26)

    gatesn authored Sep 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5802de1 View commit details
  2. Exceptions (#27)

    gatesn authored Sep 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    669d5d3 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    51dc3dd View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d6da8dc View commit details
  5. Support __len__ (#25)

    This seems like too much code. I think we'll end up simplifying over
    time, but I want to see a few more slots implemented first.
    gatesn authored Sep 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ac6eef View commit details
  6. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    843b38a View commit details
  7. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ab60cf3 View commit details
  8. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d12b784 View commit details
  9. constCast in self (#32)

    instead of assuming non-const
    delta003 authored Sep 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    10a1113 View commit details

Commits on Sep 6, 2023

  1. Fix caching in GH Actions (#34)

    ![Screenshot 2023-09-06 at 12 43
    17](https://github.com/fulcrum-so/ziggy-pydust/assets/6834061/950418f8-1c58-4e72-9896-77aa97a3ae5e)
    
    We don't cache anything, which is why publish fails
    https://github.com/fulcrum-so/ziggy-pydust/actions/runs/6095833041/job/16540181567
    
    Trying this config first, but the issue is that .venv path is wrong.
    delta003 authored Sep 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2bc4b17 View commit details
Loading