Re: Nim 1.0.6 is out!

2020-01-29 Thread miran
> Wasn't the weird 1.0.99 thing used for the in-development 1.1 version?

It was.

But Araq didn't like it, and it wouldn't play nice with the `.since` pragma and 
devel.


Re: Nim 1.0.6 is out!

2020-01-29 Thread miran
> the next version with minor change published should be normaly 1.1.0 or 1.1.2 
> now that the 1.1.1 version already exists.

What difference does it make to you personally if the next stable version is 
called 1.1 or 1.2?


Re: Nim 1.0.6 is out!

2020-01-29 Thread AMoura
Yes me too, the next version with minor change published should be normaly 
1.1.0 or 1.1.2 now that the 1.1.1 version already exists.


Re: Nim 1.0.6 is out!

2020-01-29 Thread dom96
To be honest I'm now confused about 1.1 being skipped. We've always only 
skipped odd numbers in the "patch" number (i.e. last number in the version). 
Wasn't the weird 1.0.99 thing used for the in-development 1.1 version?


Re: Nim 1.0.6 is out!

2020-01-28 Thread AMoura
Thank for the link. I didn’t know this version process and I’m not the only.


Re: Nim 1.0.6 is out!

2020-01-28 Thread sschwarzer
Here's a thread on the version numbering: 
[https://forum.nim-lang.org/t/5606](https://forum.nim-lang.org/t/5606)


Re: Nim 1.0.6 is out!

2020-01-28 Thread AMoura
Yes explain me why patches version are incremented every time by 2, there is 
certainly a logic behind this. And the minor version are incremented by 1 
(0.19.6 -> 0.20.0) or it has changed since v1.0.0 ?


Re: Nim 1.0.6 is out!

2020-01-28 Thread kaushalmodi
Oops! In hurry, I pointed to a 1.0.6 nightly build.


Re: Nim 1.0.6 is out!

2020-01-28 Thread didlybom
Thanks. That one did not have a Windows build either, but an older one did.


Re: Nim 1.0.6 is out!

2020-01-28 Thread kaushalmodi
Windows builds are also done. Try this few days older nightly build which has 
windows too: 
[https://github.com/nim-lang/nightlies/releases/tag/2020-01-23-version-1-0-89b39ee](https://github.com/nim-lang/nightlies/releases/tag/2020-01-23-version-1-0-89b39ee)


Re: Nim 1.0.6 is out!

2020-01-28 Thread didlybom
Is there no windows nightly build?


Re: Nim 1.0.6 is out!

2020-01-27 Thread Araq
For ARC you can download a nightly build here: 
[https://github.com/nim-lang/nightlies/releases/tag/2020-01-27-devel-a716543](https://github.com/nim-lang/nightlies/releases/tag/2020-01-27-devel-a716543)


Re: Nim 1.0.6 is out!

2020-01-27 Thread miran
> I don’t understand why the next version will be 1.2 whereas the version 1.1.1 
> hasn’t been published officially.

Do you understand why the current release is 1.0.6 (the previous was 1.0.4), 
"whereas the version 1.0.5 hasn’t been published officially"?


Re: Nim 1.0.6 is out!

2020-01-27 Thread juancarlospaco
`devel` is never published as an `stable` version by definition. 


Re: Nim 1.0.6 is out!

2020-01-27 Thread AMoura
I don’t understand why the next version will be 1.2 whereas the version 1.1.1 
hasn’t been published officially.


Re: Nim 1.0.6 is out!

2020-01-27 Thread miran
> I think it's headed for the 1.1 release.

Minor fix: Current devel is already v1.1.1, the next officially released 
feature release will be 1.2.0.


Re: Nim 1.0.6 is out!

2020-01-27 Thread leorize
I think it's headed for the 1.1 release. Patch releases never get new features.


Re: Nim 1.0.6 is out!

2020-01-27 Thread didlybom
Does this include the new --gc:arc option? I guess not?


Nim 1.0.6 is out!

2020-01-27 Thread federico3
Details at 
[https://nim-lang.org/blog/2020/01/24/version-106-released.html](https://nim-lang.org/blog/2020/01/24/version-106-released.html)