Recent

Author Topic: Lazarus Release Candidate 1 of 2.2.0  (Read 102829 times)

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #60 on: August 01, 2021, 10:26:04 am »
If you can not apply the milestone yourself, post the link to the issue in this thread here.
I will then apply the milestone. It will then be reviewed by a team member who maintains the relevant code section (so if found not a 2.2 issue, it will be removed again)

1. https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39296

2. https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39295

The GitLab Issue Tracker gives me a blank screen in SeaMonkey and Firefox; in Safari it doesn't let me upload images. I can also not set any properties or whatever the items in the right-side list are called.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #61 on: August 01, 2021, 10:59:45 am »
The GitLab Issue Tracker gives me a blank screen in SeaMonkey and Firefox; in Safari it doesn't let me upload images. I can also not set any properties or whatever the items in the right-side list are called.

It works well in Firefox for me.

But this is not in our control.

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #62 on: August 01, 2021, 12:08:52 pm »
Another issue for 2.2 RC1 (About dialog shows SVN line with GIT hash appended)

* https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39297

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #63 on: August 01, 2021, 03:34:50 pm »
Another issue for 2.2 RC1 (About dialog shows SVN line with GIT hash appended)

* https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39297

@trev: I can open all 3 issues you mentioned in Vivaldi, Opera, Edge, Chromium, Maxthon and Firefox and see everything I suppose should be there. Tested on Win10 x64.
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

paweld

  • Hero Member
  • *****
  • Posts: 966
Best regards / Pozdrawiam
paweld

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #65 on: August 03, 2021, 09:47:56 am »
I just installed Lazarus 2.2 RC1 on the latest Intel Monterey macOS developer beta and Lazarus asked for access to:

* Photos;
* Desktop folder;
* Contacts; and
* Calendar.

I'm assuming this is due to some new Apple privacy protections that I've yet to track down.


c600g

  • New Member
  • *
  • Posts: 38
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #66 on: August 03, 2021, 04:38:07 pm »
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39306

Couldn't set the milestone to 2.2, nor could I add any labels.

For me, this issue is a must-fix before 2.2 is released, or else I'll have to use an older version. I've lost too much work due to the complete Lazarus freeze.

dsiders

  • Hero Member
  • *****
  • Posts: 1045
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #67 on: August 03, 2021, 05:05:45 pm »
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39306

Couldn't set the milestone to 2.2, nor could I add any labels.

For me, this issue is a must-fix before 2.2 is released, or else I'll have to use an older version. I've lost too much work due to the complete Lazarus freeze.

The GitLab stuff is still kind of new to me... but I think the labels and such are only maintainable by project members. I could be wrong. IAC, I added the obvious stuff to the Issue. The Assignee can always tweak it.
Preview Lazarus 3.99 documentation at: https://dsiders.gitlab.io/lazdocsnext

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #68 on: August 03, 2021, 07:39:18 pm »
Afaik, only developers can change milestones/lables on existing issues.
A reporter can apply an initial value when creating the issue (aka suggesting values).

We are still sorting out which Labels to keep.

As far as version goes, only the "Version: ..." indicating in what version the reporter found the issue are currently deemed to stay.
For target, the milestone will serve.

As for any sort of priority, those existed in Mantis but were not used there. So unsure if they are going to be kept, and even if, they will probably have little impact.


trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #69 on: August 08, 2021, 08:46:19 am »
Just added:

https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39318

Summary: man pages not found because located in non-standard location /Applications//Lazarus/install/man/man1/ instead of /usr/local/share/man/man1/.

m.argenti

  • Newbie
  • Posts: 5
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #70 on: August 09, 2021, 07:02:07 pm »
Hello,
attached 2 little projects
with laz 2.0.12/3.2.0 it works fine but with laz 2.2.0/3.2.2 it doesn't
The first form load (OnFormClick) a second modal form where there is inside a TImage.
If the mouse it's inside image (OnMouseEnter/OnMouseLeave) it should change the cursor (user defined)

Thank you for any hint

Have a good day :)
Massimiliano
« Last Edit: August 10, 2021, 10:04:43 am by m.argenti »

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #71 on: August 12, 2021, 07:16:44 am »

c600g

  • New Member
  • *
  • Posts: 38
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #72 on: August 15, 2021, 10:03:35 pm »
The Lazarus debugger (using the GDB backend) seems to be extremely slow on my fixes_2_2 build (Kubuntu 21.04 on x86_64). When I place a breakpoint and the debugger stops on it, if I press F8 to step over to the next statement, it will take 7-8 seconds before moving to the next line and displaying the local variables.

command used to build the IDE from source:

make bigide LCL_PLATFORM=qt5

UPDATE: If I compile the IDE with the default GTK2 LCL platform, then the debugger performs as expected without unexpected delays.
« Last Edit: August 16, 2021, 05:00:39 pm by c600g »

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #73 on: August 21, 2021, 01:48:36 pm »
If you report new issues, you may have the option to set the milestone yourself as a suggestion.

Any properties (milestone, labels, ...) are treated as suggestions, and will be reviewed and removed if not agreed on by a developer.
Because issues are often "high prior" to their reporter, any such "importance" properties will usually just be removed. Those fields are reserved for developers only.

If you can not apply the milestone yourself, post the link to the issue in this thread here.
I will then apply the milestone. It will then be reviewed by a team member who maintains the relevant code section (so if found not a 2.2 issue, it will be removed again)

I know this quote was for Lazarus, but I am facing the issue of not being able to apply suggestion labels and linked issues to a new FPC gitlab issue so looking for help anywhere.

As discussed at https://forum.lazarus.freepascal.org/index.php/topic,55924.0.html, I could not find a way to apply labels and linked issues, since there were no (+) and (Edit) buttons that gitlab tutorials mention. Either I am doing something wrong, or it is a permission problem. Could anyone point me in the right direction?
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release Candidate 1 of 2.2.0
« Reply #74 on: August 21, 2021, 02:12:47 pm »
Afaik, once an issue is created, only members of the team can set/add/edit certain attributes (such as milestone and label).

Reporters in that case can only add a note, asking for it to be done.

 

TinyPortal © 2005-2018