Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Testing #32

Merged
merged 13 commits into from
Sep 14, 2023
Merged

Testing #32

merged 13 commits into from
Sep 14, 2023

Commits on Jul 27, 2023

  1. Delete PyEncodable.swift

    psychowasp committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e3aa1aa View commit details
    Browse the repository at this point in the history
  2. pycall generics update

    psychowasp committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e2b14b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. PyCall updates

    psychowasp committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f03789a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. ...

    psychowasp committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c67c7fd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update Package.swift

    psychowasp committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d23abb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. pycall fixes

    * PyPointer is no longer considered a PyDecodable, since it caused issues with the generics PyCall handlers, and a independent -> PyPointer already existed to handle cases where raw PyPointer is the return value.
    
    * Fix of the issue where "as Void" was needed because swift compiler couldn't tell apart if PyPointer or Void was returned, functions with -> PyPointer have now been marked with "@_disfavoredOverload" which makes swift compiler pick the other 2 options before this, and return type PyPointer must be used to force this version over the others.
    psychowasp committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5059fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b16ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad53a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08b4d4 View commit details
    Browse the repository at this point in the history
  5. Testing file update

    psychowasp committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e736de4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c8d529 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. test changes

    using a global repo called "PythonTestSuite" to enable python for tests
    psychowasp committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1c24f9 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    psychowasp committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    45063fe View commit details
    Browse the repository at this point in the history