ab
ab
Sounds like a Delphi bug to me. This code is just correct, and works fine on FPC and all other Delphi revisions: ``` class procedure TDocVariant.NewFast(out aValue: variant; aKind: TDocVariantKind);...
What if we change: ```` class procedure TDocVariant.NewFast(out aValue: variant; aKind: TDocVariantKind); begin PVarData(@aValue)^ := DV_FAST[aKind]; end;
Do you have an Embarcadero link about the issue?
I tried to circumvent the issue. Should not change much in terms of performances.
The bug is still not fixed by Embarcadero. Marco wrote it was not their priority, because we made a workaround.
If only...
Please try with today's commit. ObjectToIni() should be paired with IniToObject() unserialization level now. As paired with [those tests](https://github.com/synopse/mORMot2/commit/4c4ac498b).
Good idea. See above.
Most of it is implemented. What is missing is - [ ] integrated PeerCache, especially when run on the loopback, for the remote HEAD/GET `https://srvorigin.ad.company.com` - [ ] to use...
Some hints: - The FPC trunk is required to have the aarch64-win64 target; - The FPC trunk seems broken and require -O1 at most (not -O2 or -O3 due to...