Recent

Author Topic: Lazarus Release 2.0.10  (Read 84529 times)

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Lazarus Release 2.0.10
« Reply #15 on: July 12, 2020, 06:55:33 am »
Congrats, team...
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

bonmario

  • Sr. Member
  • ****
  • Posts: 346
Re: Lazarus Release 2.0.10
« Reply #16 on: July 12, 2020, 08:03:39 am »
Thanks !!!

paweld

  • Hero Member
  • *****
  • Posts: 970
Re: Lazarus Release 2.0.10
« Reply #17 on: July 12, 2020, 09:36:32 am »
Thank you very much
Best regards / Pozdrawiam
paweld

willbprog9933

  • Jr. Member
  • **
  • Posts: 93
  • Big guy, tiny brain :P
    • BrainOut!
Re: Lazarus Release 2.0.10
« Reply #18 on: July 13, 2020, 08:34:52 am »
Cheers and thank you so much for your hard work!  :D
macOS, Linux, FreeBSD and sometimes OpenIndiana.

Blessed, loved and forgiven! :D

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
Re: Lazarus Release 2.0.10
« Reply #19 on: July 13, 2020, 09:09:02 am »
Great  ;D ;D ;D ;D ;D
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

MAndreato

  • New member
  • *
  • Posts: 9
Re: Lazarus Release 2.0.10
« Reply #20 on: July 13, 2020, 09:17:33 am »
Thanks to everyone who contributes to making this important software

Igor Kokarev

  • Sr. Member
  • ****
  • Posts: 370
Re: Lazarus Release 2.0.10
« Reply #21 on: July 13, 2020, 11:38:24 am »
Congratulation for Lazarus and FPC team for your work! Thanks!

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Lazarus Release 2.0.10
« Reply #22 on: July 13, 2020, 03:53:10 pm »
Cheetos celebration  ;)
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

BeniBela

  • Hero Member
  • *****
  • Posts: 905
    • homepage
Re: Lazarus Release 2.0.10
« Reply #23 on: July 13, 2020, 06:52:26 pm »
Windows users should be careful with -O3 or higher optimization, due to bug https://bugs.freepascal.org/view.php?id=37305.
-O4 can also cause issues due to: https://bugs.freepascal.org/view.php?id=35991

These releases need better QA and testing.

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1186
    • Burdjia
Re: Lazarus Release 2.0.10
« Reply #24 on: July 13, 2020, 07:23:10 pm »
I've seen it fixed the bug that prevents to open the configuration dialog on my Xubuntu. Thanks. ;)
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

jmnj

  • Newbie
  • Posts: 4
Re: Lazarus Release 2.0.10
« Reply #25 on: July 13, 2020, 08:19:39 pm »
 :)  Thank you for all your hard work!  We appreciate it!  :D

PascalDragon

  • Hero Member
  • *****
  • Posts: 5446
  • Compiler Developer
Re: Lazarus Release 2.0.10
« Reply #26 on: July 14, 2020, 09:31:07 am »
Windows users should be careful with -O3 or higher optimization, due to bug https://bugs.freepascal.org/view.php?id=37305.
-O4 can also cause issues due to: https://bugs.freepascal.org/view.php?id=35991

These releases need better QA and testing.

We can't find every problem, cause more often than not users think about code that we didn't think about. Though these users don't seem to have used trunk or the 3.2 fixes branch or RC1, cause SEH has been enabled for Win32 for some months now and in Win64 even for the whole lifetime of 3.0!

Also the second bug is a problem of the user (in this case the author of TProcessUTF8) not protecting their code against field reordering (though that had been improved in Lazarus Trunk, but not merged back to 2.0.x).

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release 2.0.10
« Reply #27 on: July 14, 2020, 12:22:26 pm »
Someone said these releases needs better testing.
I wholehardedly agree.
This is basically useless...
Reverting to 2.0.8...

Yes, there's always "someone" to blame and that someone is always someone else, eh?  Did you do any testing? Lodge any bug reports against trunk?

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4459
  • I like bugs.
Re: Lazarus Release 2.0.10
« Reply #28 on: July 14, 2020, 12:34:13 pm »
"Circular Depedency"?
Reverting to 2.0.8...
AFAIK there are no changes in the layout engine between 2.0.8 and 2.0.10.
You can double-check from here :
 https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Fixes_for_2.0.10_.28merged.29
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

Birger52

  • Sr. Member
  • ****
  • Posts: 309
Re: Lazarus Release 2.0.10
« Reply #29 on: July 14, 2020, 12:42:34 pm »
1. Seems the problem exists in 2.0.8 as well. Not with "fresh" component, but with existing ones - reuse or redesigning - even when previous anchors are removed.
2. I was not blaming anybody - just hate to fight the tools, rather than solving the problems I need solved. And I am not the one having released this version.
3. I am probably not qualified for testing. Out of date, one could say. And even if I was qualified, I do not have the time.

Definitely not intending to demeaning or criticize all the hard work done.
Lazarus 2.0.8 FPC 3.0.4
Win7 64bit
Playing and learning - strictly for my own pleasure.

 

TinyPortal © 2005-2018