You are not logged in.
Pages: 1
The FPC devs have released FPC 3.2.4 RC1.
https://forum.lazarus.freepascal.org/in … .msg558684
This will be the next stable release of FPC.
If possible, please test this release with the mORMot[1/2].
Thanks.
Offline
@ab
Yes, that should work.
Method.
Run fpcupdeluxe.
Select (and/or create) a brand new and empty install directory.
Select the tags tab. Upon selection, it should fill itself with FPC and Lazarus release tags.
Select 3.2.4_rc1. Click "Add Tag".
Select basic tab. The FPC versions list should now contain an extra entry named "release_3_2_4_rc1".
Select this version and install this FPC and Lazarus stable.
Sidenote.
GIT needs to be installed to retrieve the tags-list.
Offline
With your instructions, I was able to install the 3.2.4 RC1 version.
Thanks a lot!
Since I tested the FPC trunk a few weeks ago, I was confident.
I run the mORMot tests without any problem:
https://gist.github.com/synopse/a43b0ec … 6ab8862fc5
But I was surprised to see that the compiler is listed as a FPC 3.2.3 from 14th July 2024:
$ ./fpc
Free Pascal Compiler version 3.2.3-ae0f84fd [2024/07/14] for x86_64
Copyright (c) 1993-2024 by Florian Klaempfl and others
$ git log
commit ae0f84fdd59477abda85687bbdb1f164e16e9a22 (grafted, HEAD, tag: release_3_2_4_rc1)
Author: florian <florian@freepascal.org>
Date: Sun Jul 14 14:47:17 2024 +0200
* patch Peter Blackman to fix .po file headers, resolves #40853
Offline
As some might have noticed, we have placed the first release candidate of the Free Pascal Compiler version 3.2.4 on our download servers already for some time.
That "some time" was actually 11 months ago.
Offline
What is weird is that this FPC 3.2.4 RC has not the VER3_2_4 define set.
I expect a RC to be a true version, in which VER3_2_4 should be defined.
Or did I get something wrong?
Anyway, I have added some explicit test of VER3_2_4 conditional:
https://github.com/synopse/mORMot2/commit/13b1a073f
It sounds like if this 3.2.4 branch will have the new DB fields (like ftOraTimeStamp or ftSingle).
Offline
Pages: 1