Recent

Author Topic: Lazarus Release Candidate 3 for 2.0  (Read 103488 times)

PeterX

  • Sr. Member
  • ****
  • Posts: 404
Re: Lazarus Release Candidate 3 for 2.0
« Reply #120 on: January 24, 2019, 11:26:19 am »
In 32-bit Lazarus 2.0 RC3 and FPC 3.0.5 on Win10x64, when I right click on some tab in source editor and choose 'Close Page' menu with item tab is not closed. With Ctrl+F4 or File / Close Page tab gets closed. Can someone confirm this?
My  32-bit Lazarus 2.0 RC3 and FPC 3.0.5 on Win10x64 - and on Win7 -
does not show this behaviore (System Language German).
As far as I can say up to today  ( I use RC3 since about two weeks .. ).

But I remember, in older versions of Laz I had this bug, too. Temporarily.
"Fix" was to delete all files in the project.lpi, under <Unit..>
and then starting opening files again ..
usually using latest Lazarus release version with Windows 10

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Lazarus Release Candidate 3 for 2.0
« Reply #121 on: January 30, 2019, 08:55:11 pm »
There is an old unresolved issue with Unit testing. I had reported it together with a patch in 2015, but it still seems to be unimplemented in Lazarus 2.0RC3. See https://bugs.freepascal.org/view.php?id=29283 for details.

I have now added a note with a new version of the patch, which supports Cocoa, too.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Cyrax

  • Hero Member
  • *****
  • Posts: 836
Re: Lazarus Release Candidate 3 for 2.0
« Reply #122 on: January 31, 2019, 12:41:14 am »
There is an old unresolved issue with Unit testing. I had reported it together with a patch in 2015, but it still seems to be unimplemented in Lazarus 2.0RC3. See https://bugs.freepascal.org/view.php?id=29283 for details.

I have now added a note with a new version of the patch, which supports Cocoa, too.

I suggest that you should create a proper patch and attach it to that bug report.

TraumTaenzerDieter

  • New Member
  • *
  • Posts: 28
Re: Lazarus Release Candidate 3 for 2.0
« Reply #123 on: February 05, 2019, 07:36:56 am »
Just installed the 2.0 release (from ftp.freepascal.org) and tested the
"Refactoring \ Unused Units" with the examples\jpeg\jpegexample.lpi
which leads to the error
'End of source not found' (util.inc(27,4) Error: Ende des Quelltexts nicht gefunden)
Can anyone confirm this?

wp

  • Hero Member
  • *****
  • Posts: 11830
Re: Lazarus Release Candidate 3 for 2.0
« Reply #124 on: February 05, 2019, 12:26:20 pm »
I cannot confirm (just installed the new v2.0.0 for it). Are there any unused units in this project at all?

Thaddy

  • Hero Member
  • *****
  • Posts: 14159
  • Probably until I exterminate Putin.
Re: Lazarus Release Candidate 3 for 2.0
« Reply #125 on: February 05, 2019, 12:43:28 pm »
'End of source not found' (util.inc(27,4) Error: Ende des Quelltexts nicht gefunden)
Can anyone confirm this?
Unless the includefile (util.inc(27,4) is included at the wrong place....... It's an include and gets parsed so there must be something wrong at your side.
Specialize a type, not a var.

TraumTaenzerDieter

  • New Member
  • *
  • Posts: 28
Re: Lazarus Release Candidate 3 for 2.0
« Reply #126 on: February 05, 2019, 12:45:54 pm »
Did another install and it first worked okay,
but after a rebuild with 'Optimized IDE' and 'clean all'
the error occurs again!
Even a rebuild with 'make.exe clean' and 'make.exe useride'
did not solve the problem.
(Never had that problem with Lazarus 1.8.x)

My system:
Windows 7 64 bit, Lazarus 32 bit with crosscompiler for 64 bit.
« Last Edit: February 05, 2019, 01:16:31 pm by TraumTaenzerDieter »

 

TinyPortal © 2005-2018