this is not about the next version of Löve (0.10.0) but 1.0.0.
Okay so what would be required for Löve to be considered 1.0.0 ? (is there a roadmap ?)
questions about 1.0.0 (not 0.10.0)
Re: questions about 1.0.0 (not 0.10.0)
I remember reading something about "total world domination".
Re: questions about 1.0.0 (not 0.10.0)
If the Love guys are using Semantic Versioning, or something like it, then the leftmost number is how many times they've rewritten or massively refactored the code (or significantly broken any source compatibility if being used as a library). So, ideally they wouldn't ever reach 1.0.0, if that were the case.
Re: questions about 1.0.0 (not 0.10.0)
Since that will never happen the next version should be called Löve 10.0Inny wrote:If the Love guys are using Semantic Versioning, or something like it, then the leftmost number is how many times they've rewritten or massively refactored the code (or significantly broken any source compatibility if being used as a library). So, ideally they wouldn't ever reach 1.0.0, if that were the case.
Didn't Rude know that lua had 1 based indexing??? Maybe Löve 1.10.0 is better.
Artal, A .PSD loader: https://github.com/EvineDev/Artal
Re: questions about 1.0.0 (not 0.10.0)
Ummm I am not entirely sure if you being serious here... The two are very different. Lua has tables start from 1. This doesn't mean that the standard is to start program version numbers from 1. In fact just the opposite is true. version 0.x usually either represents some sort of beta or an official release. On the other hand, 1.x usually represents an official release.Evine wrote:Since that will never happen the next version should be called Löve 10.0Inny wrote:If the Love guys are using Semantic Versioning, or something like it, then the leftmost number is how many times they've rewritten or massively refactored the code (or significantly broken any source compatibility if being used as a library). So, ideally they wouldn't ever reach 1.0.0, if that were the case.
Didn't Rude know that lua had 1 based indexing??? Maybe Löve 1.10.0 is better.
There isn't any reason to start the version numbers from zero (in fact there is only reason to do just that because it would be confusing otherwise).
Lua chooses to start indexing from 1 (in tables; not version numbers) for a variety of reasons. If I understand correctly there are two main reasons.
1. At first there was no standard. Those who wrote programs in lua simply just used indexing that started from 1 not zero. So the authors made it official. (I might be wrong about this one... but I am pretty sure I remember right.)
2. There is no penalty in wasted space like there would be in an array in c/c++ so why not?
EDIT:
I like this versioning style. There are a few issues with it though. (Mainly it is harder to differentiate between bigger releases.)Inny wrote:If the Love guys are using Semantic Versioning, or something like it, then the leftmost number is how many times they've rewritten or massively refactored the code (or significantly broken any source compatibility if being used as a library). So, ideally they wouldn't ever reach 1.0.0, if that were the case.
My Tox ID: 0F1FB9170B94694A90FBCF6C4DDBDB9F58A9E4CDD0B4267E50BF9CDD62A0F947E376C5482610
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: questions about 1.0.0 (not 0.10.0)
That's not how semver works.
I don't know whether the devs will use semver once 1.0.0 is released, though.
- The major version (the x in x.y.z) is increased for every version that is backwards incompatible with the previous version. Rewrites have nothing to do with it: going from 1.2.4 to 2.0.0 could be a trivial change in the code base (as long as the API changes), and going from 1.2.3 to 1.2.4 could be a complete rewrite (as long as the API stays the same)
- For versions where the major version is 0, like LÖVE is on now, the above doesn't hold, and 0.2.0 could break the API from 0.1.0, or it could not.
I don't know whether the devs will use semver once 1.0.0 is released, though.
Help us help you: attach a .love.
Re: questions about 1.0.0 (not 0.10.0)
It looks to me like they're using x.y.z where x is 0, y is semver's x and z is semver's y. Then semver's z should be reserved for LÖVE bugfixes, I think, but those don't get a release (like the infamous "print space on ATI" 0.8.0 bug).
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: questions about 1.0.0 (not 0.10.0)
There was going to be a LÖVE 0.8.1, but it got rolled into 0.9.0 instead.Nixola wrote:It looks to me like they're using x.y.z where x is 0, y is semver's x and z is semver's y. Then semver's z should be reserved for LÖVE bugfixes, I think, but those don't get a release (like the infamous "print space on ATI" 0.8.0 bug).
Re: questions about 1.0.0 (not 0.10.0)
I'd always interpreted it asRobin wrote:That's not how semver works.
[source]
- The major version (the x in x.y.z) is increased for every version that is backwards incompatible with the previous version. Rewrites have nothing to do with it: going from 1.2.4 to 2.0.0 could be a trivial change in the code base (as long as the API changes), and going from 1.2.3 to 1.2.4 could be a complete rewrite (as long as the API stays the same)
- For versions where the major version is 0, like LÖVE is on now, the above doesn't hold, and 0.2.0 could break the API from 0.1.0, or it could not.
I don't know whether the devs will use semver once 1.0.0 is released, though.
- Patch Version: Safe to replace binary, ABI is stable.
- Minor Version: Not safe for binary replace, recompilation necessary, but API is stable.
- Major Version: Not safe for recompilation, API changed, developers need to fix code.
Re: questions about 1.0.0 (not 0.10.0)
I think it makes sense to call it 1.0.0 when the API is more or less frozen. And I think that should happen pretty soon, because Löve already has by far the best API among game frameworks.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Who is online
Users browsing this forum: Ahrefs [Bot], Semrush [Bot] and 2 guests