Package Details: ponyup 0.6.5-1

Git Clone URL: https://aur.archlinux.org/ponyup.git (read-only, click to copy)
Package Base: ponyup
Description: The Pony language toolchain multiplexer
Upstream URL: https://github.com/ponylang/ponyup
Keywords: pony ponylang
Licenses: BSD
Submitter: superherointj
Maintainer: superherointj
Last Packager: bbsl
Votes: 1
Popularity: 0.000000
First Submitted: 2019-12-23 01:00 (UTC)
Last Updated: 2021-11-26 09:48 (UTC)

Required by (0)

Sources (1)

Latest Comments

superherointj commented on 2020-07-30 13:57 (UTC)

I'm sorry +ckafi . I'm aware the package is now broken. I'm not being able to keep it updated. I'll disown the package. So somebody more capable/available can keep it. Thanks for reporting.

ckafi commented on 2020-07-30 10:42 (UTC)

I'm getting a build error:

Error:
/home/tobias/.cache/yay/ponyup/src/ponyup-0.5.1/cmd/ponyup.pony:252:7: type does not implement its provides list
      object iso is ProcessNotify
      ^
    Info:
    /usr/lib/pony/packages/process/_process.pony:135:28: Exited val is not a subtype of I32 val
    type ProcessExitStatus is (Exited | Signaled)
                            ^
    /usr/lib/pony/packages/process/_process.pony:135:28: not every element of (Exited val | Signaled val) is a subtype of I32 val
    type ProcessExitStatus is (Exited | Signaled)
                               ^
    /home/tobias/.cache/yay/ponyup/src/ponyup-0.5.1/cmd/ponyup.pony:258:9: parameter I32 val is not a supertype of (Exited val | Signaled val)
            fun dispose(p: ProcessMonitor, exit: I32) =>
            ^
    /home/tobias/.cache/yay/ponyup/src/ponyup-0.5.1/cmd/ponyup.pony:258:9: object literal ref is not a subtype of ProcessNotify ref: method 'dispose' has an incompatible signature
            fun dispose(p: ProcessMonitor, exit: I32) =>
            ^
make: *** [Makefile:82: build/ponyup] Error 1