1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Alex Palaistras 7eedd28d28 Update to latest GoPy version, fix issues
This fixes issues related to breaking changes in latest versions of
GoPy, which will now return concrete instances of corresponding classes
in iterators; previously, only a "pointer" would be returned, which
would've then needed to be set as the handle for a newly created
instance of a relevant class.

Closes: #17
2023-12-14 18:57:27 +00:00
Alex Palaistras ce1526bc6d Pin installed GoPy versions to 0.4.7
GoPy 0.4.8 and beyond introduce breaking changes related types returned
in function calls (e.g. slice element types). Previously, these would be
a pointer handle which would then need to be set into a concrete
instance of the type required by callers; GoPy will now return concrete
instances itself.

Moving to the new semantics requires changes to code, and additional
testing; pinning the version helps us migrate on our own timeline.
2023-12-14 13:49:39 +00:00
nicoco f0ffdaa0be Initial commit (split from slidge core) 2023-05-02 16:35:30 +02:00