IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.67k stars 299 forks source link

New release of Io? #428

Closed nathanmsmith closed 5 years ago

nathanmsmith commented 5 years ago

Given that there have been a lot of new additions to the codebase since the last official Io release in 2017, would it be possible to create a new tagged release soon? This would allow users from package managers such as Homebrew to take advantage of these newer features.

Related: Homebrew/homebrew-core#40082

ales-tsurko commented 5 years ago

I think Io isn't ready for a stable release, before we at least update documentation and fix this. But I agree that we ready for a tagged release marked as unstable.

We should determine how we're going to version Io, because as per current release system, stability of releases isn't clear. We can move into semantic versioning or just provide a suffix to the current system (i.e. 2019.20.05-alpha).

Waiting for your thoughts, @stevedekorte

stevedekorte commented 5 years ago

@AlesTsurko Your suggestions sound good to me. Please feel free to push those.

ales-tsurko commented 5 years ago

@nathunsmitty @stevedekorte done.

stevedekorte commented 5 years ago

Thanks @AlesTsurko. And thanks to @nathunsmitty for the suggestion.