wren-lang / wren-cli

A command line tool for the Wren programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release a 0.4.0 version?

Techcable opened this issue · comments

Hi! I maintain the AUR package for wren. I include the wren cli distribution along with the main wren library.

Could you please release a 0.4.0 version? I can't just download the master branch, because that would break AUR conventions.

Thanks for your time!

This would be great.

I'd just ask that we please discuss/consider a few additional PRs before we release 0.4... If our release cycle is intended to be super slow/deliberate there are a few things (bug fixes, etc) that would really be helpful for the Exercism Wren track I'm building which depends on the CLI. And we'd love it if students could use the official CLI vs needing us to maintain our own fork.

Right now I'm thinking of mostly:

  • #74 Process.exit() to allow test runners to return non-zero statuses
  • #105 Fix: do not treat bob.wren and bob.spec.wren as the same module

Though there are currently lots of small PRs in-flight. This would be of lesser concern if we could follow up 0.4 with 0.4.1, 0.4.2 some short time afterwards, etc, but that hasn't been the trend historically.


I can't just download the master branch, because that would break AUR conventions.

Pretty sure I've used aur packages that build from a projects master branch... the CLI project is still very young... perhaps a wren-cli-master package is needed, or however AUR typically handles that?

0.4.0 was released nearly two years ago so this should probably be closed.