Recent

Author Topic: Preparing FPC 3.2.4, point out road blocks now  (Read 96191 times)

ccrause

  • Hero Member
  • *****
  • Posts: 989
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #75 on: June 03, 2024, 10:07:16 am »
The machinery is moving again: Freeze of fixes for 3.2.4 by 9th June

TRon

  • Hero Member
  • *****
  • Posts: 3797
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #76 on: June 03, 2024, 10:20:47 am »
Does that freeze imply that the 3.2.4 release will (again) not contain a fix for #40701

I ask beforehand because it seems to be a problem for a lot of people so many questions will arise (again) when this is released without a fix for it.
I do not have to remember anything anymore thanks to total-recall.

ccrause

  • Hero Member
  • *****
  • Posts: 989
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #77 on: June 03, 2024, 11:17:01 am »
Does that freeze imply that the 3.2.4 release will (again) not contain a fix for #40701

That issue appears to be specific to FPC 3.3.1. If the same issue is triggered with FPC 3.2.2 or current 3.2.3 (fixes), then it is a relevant concern to this specific fixes release.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11993
  • FPC developer.
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #78 on: June 03, 2024, 02:24:45 pm »
That issue appears to be specific to FPC 3.3.1. If the same issue is triggered with FPC 3.2.2 or current 3.2.3 (fixes), then it is a relevant concern to this specific fixes release.

Yes, that is what I understood too.

TRon

  • Hero Member
  • *****
  • Posts: 3797
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #79 on: June 03, 2024, 04:11:49 pm »
As far as my knowledge goes it was reported by people on the forum with the release of Lazarus 3.2 as well, and according to that same knowledge that included the Lazarus fix for that issue (the original issue was two-fold, the FPC part still open)

I would have to have a closer look to see if it (still) appears with latest Lazarus release (with 3.2.2 FPC release). Mind that as long as you do not install Lazarus in a restricted directory the issue will most probably never appear (never ran into it myself unless forced).
I do not have to remember anything anymore thanks to total-recall.

wp

  • Hero Member
  • *****
  • Posts: 12525
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #80 on: June 03, 2024, 04:18:47 pm »
As far as laz.VirtualTreeView is concerned, the issue could be avoided by rearranging the units in interface and implementation sections. This is in Laz/main (and fixes, it was too late vor 3.4), and Laz/main now compiles fine with fpc 3.3.1. (https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/3635aa304475f4f66374d723c7fedf8309c8fac8).

TRon

  • Hero Member
  • *****
  • Posts: 3797
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #81 on: June 04, 2024, 01:18:16 am »
@wp, yes indeed (though in my memory it was already fixed because it was a re-introduced bug from way earlier).

fwiw you can circumvent this particular vtv issue by installing Lazarus in a directory with enough access-rights so that the fallback to the config directory does not happen.

The underlying issue is rebuilding the IDE and the compiler indicating the need for recompilation (while it shouldn't). Also easy enough to circumvent by turning off the checksum check but that is not how things are suppose to work  :)

What I do not know is if any of the changes in trunk that caused the behaviour are going to be present in 3.2.4 in which case the issue will persist, hence the question.

fwiw: I haven't kept a close eye to this particular issue as it was taking too long for my liking (and therefor used fixed hashes) so perhaps it has been (properly) addressed already but I haven't noticed any mention of it so far.
« Last Edit: June 04, 2024, 01:30:18 am by TRon »
I do not have to remember anything anymore thanks to total-recall.

PascalDragon

  • Hero Member
  • *****
  • Posts: 5815
  • Compiler Developer
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #82 on: June 04, 2024, 10:04:55 pm »
What I do not know is if any of the changes in trunk that caused the behaviour are going to be present in 3.2.4 in which case the issue will persist, hence the question.

No, they're are not, because they were very invasive changes that have no place in a fixes release.

TRon

  • Hero Member
  • *****
  • Posts: 3797
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #83 on: June 05, 2024, 05:51:41 am »
Thank you for clearing that up PascalDragon.
I do not have to remember anything anymore thanks to total-recall.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11993
  • FPC developer.
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #84 on: June 05, 2024, 09:21:04 am »
Also, even in trunk the rearrangement of virtualtrees is a workaround, not a fix I think?

zeljko

  • Hero Member
  • *****
  • Posts: 1689
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #85 on: June 08, 2024, 10:36:57 am »
Yes, it's just workaround.

440bx

  • Hero Member
  • *****
  • Posts: 4901
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #86 on: June 09, 2024, 12:43:21 am »
maybe I missed the obvious but...

what is the issue (or issues) that are holding up the release of FPC v3.2.4 ?

No matter how many times I read the posts in this thread I cannot manage to see the issue or issues responsible for the delay.

A short, concise, clear and unequivocal answer would be greatly appreciated ... thank you. :)
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

TRon

  • Hero Member
  • *****
  • Posts: 3797
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #87 on: June 09, 2024, 12:56:22 am »
A short, concise, clear and unequivocal answer would be greatly appreciated ... thank you. :)
arm target has/had some issues that needs to be addressed before a release can happen. afaik that is the only hold-up.
I do not have to remember anything anymore thanks to total-recall.

440bx

  • Hero Member
  • *****
  • Posts: 4901
Re: Preparing FPC 3.2.4, point out road blocks now
« Reply #88 on: June 09, 2024, 01:05:29 am »
arm target has/had some issues that needs to be addressed before a release can happen. afaik that is the only hold-up.
Thank you TRon.  At least that is clear.
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

zeljko

  • Hero Member
  • *****
  • Posts: 1689
    • http://wiki.lazarus.freepascal.org/User:Zeljan

 

TinyPortal © 2005-2018