Ticket #451 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Python broken by PackageDepSpec changes in r4057

Reported by: ciaranm Owned by: peper
Priority: MinorRelease Milestone:
Component: bindings/python Version: scm
Keywords: Cc:
Blocked By: Blocking: 445
Distribution:

Description

I broke Python. PackageDepSpec? now no longer has a useful public constructor. Instead, parse_user_package_dep_spec is used. For Ruby, we implement the second parameter as an array, which is either empty or contains only :allow_wildcards.

There's also make_package_dep_spec, which isn't Rubyified. It may or may not be worth implementing for Python.

Change History

comment:1 Changed 5 years ago by peper

  • Status changed from new to closed
  • Resolution set to fixed

r4060

Note: See TracTickets for help on using tickets.