Recent

Author Topic: What versions are bug fixes implemented in ?  (Read 3371 times)

440bx

  • Hero Member
  • *****
  • Posts: 4029
What versions are bug fixes implemented in ?
« on: March 08, 2019, 04:01:45 pm »
Hello,

On Mantis I see that most bug fixes state that it is fixed in v3.3.1.

I was wondering if the bugs are also fixed in v3.2 or will v3.2 be released with bugs that have only been fixed in v3.3.1 ?

Here is a "random" thought for the developers.  I think it would be practical (and desirable too) to "feature freeze" one version of FPC and only apply bug fixes (and possibly optimizations) to it.  That way, there would be one version whose goal is simply to be as bug-free as possible and, if optimizing is included, as high performance as possible.

Thank you for your help.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

rvk

  • Hero Member
  • *****
  • Posts: 6163
Re: What versions are bug fixes implemented in ?
« Reply #1 on: March 08, 2019, 04:20:06 pm »
Here is a "random" thought for the developers.  I think it would be practical (and desirable too) to "feature freeze" one version of FPC and only apply bug fixes (and possibly optimizations) to it.  That way, there would be one version whose goal is simply to be as bug-free as possible and, if optimizing is included, as high performance as possible.
Isn't that what's already being done with the fixes branche?

There already is a Fixes 3.2.
Some fixes to 3.3.1 will also be applied to Fixes 3.2 if they are important enough.

440bx

  • Hero Member
  • *****
  • Posts: 4029
Re: What versions are bug fixes implemented in ?
« Reply #2 on: March 08, 2019, 04:59:21 pm »
Isn't that what's already being done with the fixes branche?
I don't know the answer to that, that's why I'm asking.  I'd like one (or more) of the FPC developers to make it clear.

There already is a Fixes 3.2.
Some fixes to 3.3.1 will also be applied to Fixes 3.2 if they are important enough.
Aren't all bugs "important" ?  your use of the word "some", gives the impression that there will be known bugs that won't be fixed in v3.2.  I'd like one of the developers to confirm that.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: What versions are bug fixes implemented in ?
« Reply #3 on: March 08, 2019, 06:04:47 pm »
When fixes 3.2 is tagged, there is a feature freeze for the 3.2 branch.
All new features and improvements go into trunk (3.3.1).
Only bugfixes get merged into 3.2.

It's the same for Lazarus.

Bart

440bx

  • Hero Member
  • *****
  • Posts: 4029
Re: What versions are bug fixes implemented in ?
« Reply #4 on: March 08, 2019, 06:08:32 pm »
Only bugfixes get merged into 3.2.
Thank you Bart.  I read that to mean that all reported bugs are fixed in v3.2 and v3.3.1 until it is decided to "freeze and release" v3.2.  Can you confirm that I've understood this correctly ?

Thanks!.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: What versions are bug fixes implemented in ?
« Reply #5 on: March 08, 2019, 06:31:50 pm »
At some point it is decide that trunk has matured enough (after the last release) to warrant a next release.
At this point the new release is tagged: 3.2 in this case.
Nothing is release yet.
Trunk then gets 3.3.1 (was 3.1.1).

As of that moment there is a feature freeze on the 3.2 (3.2 fixes branch).
All bugs are fixed in trunk (any bug that is in 3.2 by definition also is in trunk at the moment 3.2 was tagged).

Now trunk will develop further and have bugs on features that are not in 3.2 (fixes).
Patches are merged to 3.2 if the issue is present in 3.2 as well (unless there is some reason not to).

Clear enough?

Bart

440bx

  • Hero Member
  • *****
  • Posts: 4029
Re: What versions are bug fixes implemented in ?
« Reply #6 on: March 08, 2019, 06:39:34 pm »
Clear enough?

Bart

yes! :) thank you.

I can't wait for v3.2.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11452
  • FPC developer.
Re: What versions are bug fixes implemented in ?
« Reply #7 on: March 08, 2019, 07:07:27 pm »
Note that the fields of the bugtracker are not really an indication of what is going to be merged or not.

Like Bart says, the merge decision is more about features vs fixes, and the intrusiveness of the fixes (IOW the likeliness that something else breaks).

Isolated fixes (like your windows header fixes) are much more likely to be merged than whole rearrangements of the compiler.

440bx

  • Hero Member
  • *****
  • Posts: 4029
Re: What versions are bug fixes implemented in ?
« Reply #8 on: March 08, 2019, 07:15:54 pm »
Isolated fixes (like your windows header fixes) are much more likely to be merged than whole rearrangements of the compiler.
Ok... I guess that means the possibility exists that a bug that was found in v3.0.4 is fixed only in v3.3.1 if the fix required modifications that were considered too "extensive" to be "back ported" into v3.2.   Is this right ?

(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Thaddy

  • Hero Member
  • *****
  • Posts: 14373
  • Sensorship about opinions does not belong here.
Re: What versions are bug fixes implemented in ?
« Reply #9 on: March 08, 2019, 09:07:39 pm »
Ok... I guess that means the possibility exists that a bug that was found in v3.0.4 is fixed only in v3.3.1 if the fix required modifications that were considered too "extensive" to be "back ported" into v3.2.   Is this right ?
You are ignorant.
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

440bx

  • Hero Member
  • *****
  • Posts: 4029
Re: What versions are bug fixes implemented in ?
« Reply #10 on: March 08, 2019, 09:14:13 pm »
Ok... I guess that means the possibility exists that a bug that was found in v3.0.4 is fixed only in v3.3.1 if the fix required modifications that were considered too "extensive" to be "back ported" into v3.2.   Is this right ?
You are ignorant.
I consider myself very lucky, I'm not like you.  see... it could be a lot worse.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11452
  • FPC developer.
Re: What versions are bug fixes implemented in ?
« Reply #11 on: March 08, 2019, 09:15:43 pm »
Ok... I guess that means the possibility exists that a bug that was found in v3.0.4 is fixed only in v3.3.1 if the fix required modifications that were considered too "extensive" to be "back ported" into v3.2.   Is this right ?

"Certainly". Though to precise it will be fixed only in the version that 3.3.1 becomes when the next release branch is branched off.  Like 3.4.0 or 4.0.0.

 

TinyPortal © 2005-2018