Sven/Sarah Barth
|
c994b5efe8
* fix #39447: when checking whether the parameters are valid for pointer arithmetic check the *correct* parameter for being valid pointer-like type (I'd say that this was a copy&paste mistake...)
|
hace 2 años |
Sven/Sarah Barth
|
a20e8b9a3d
* fix #40095: when searching a suitable constructor for the custom attribute don't allow the return of a procvar which can happen in Mac/TP procvar modes (like Delphi)
|
hace 2 años |
Sven/Sarah Barth
|
78025d90b3
+ add a tcallnodeflag value that prohibits the tcallnode.pass_typecheck to return a procvar in case of a call without parameters with a found symbol, but no suitable procdef
|
hace 2 años |
Sven/Sarah Barth
|
c7776d899b
* in case there hasn't been an error generated with an invalid attribute declaration then print at least "illegal expression" error
|
hace 2 años |
Sven/Sarah Barth
|
3dc64dd67e
* fix typo in comment
|
hace 2 años |
Sven/Sarah Barth
|
d5c1533377
* fix #40331: for enumeration with holes (that don't have type information) use the binary comparers
|
hace 2 años |
Sven/Sarah Barth
|
82857174cc
* move check for whether to use binary comparer functionality to a static function of TComparerService
|
hace 2 años |
Sven/Sarah Barth
|
574d07041e
* ensure that the ATypeInfo parameter is valid before checking it
|
hace 2 años |
Sven/Sarah Barth
|
8592d42afa
* test added for #40332 is supposed to fail
|
hace 2 años |
Sven/Sarah Barth
|
d97d34ee9c
* fix #40332: apply patch by Rika to avoid a crash when an overload can't be picked outside of a function (e.g. when using intrinsics inside constants)
|
hace 2 años |
Michaël Van Canneyt
|
9cc08940dd
* Small fix by Alexey Torgashin. Fixes issue #40335
|
hace 2 años |
Michaël Van Canneyt
|
c7109674d1
* Small optimization of WriteIdent. fixes issue #40334
|
hace 2 años |
Michaël Van Canneyt
|
e776368ac8
* Fix compilation.
|
hace 2 años |
Nikolay Nikolov
|
adf843196a
Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration
|
hace 2 años |
Sven/Sarah Barth
|
f721210638
* fix #40142 and #40324: don't alias the function name to the $result variable for anonymous functions unless an explicit result name is provided
|
hace 2 años |
Sven/Sarah Barth
|
34f1a3ee28
* don't insert anonymous functions into a withsymtable
|
hace 2 años |
Sven/Sarah Barth
|
251af216ce
* fix typo in comment
|
hace 2 años |
Sven/Sarah Barth
|
7133ad7ecc
* a type helper that inherits from another type helper may extend a unique type helper of the parent's extended type (thus allowing to make the type helper of the original type available for the aliased type)
|
hace 2 años |
Sven/Sarah Barth
|
62cc594ca4
* for unique type aliases keep track of the original def
|
hace 2 años |
Nikolay Nikolov
|
420766f263
Merge remote-tracking branch 'origin/main' into wasm_js_promise_integration
|
hace 2 años |
mattias
|
74e24a3864
fcl-web: TWSFramePayload.ReadData: check for endless loop and wait for new data
|
hace 2 años |
mattias
|
f047c40bca
fcl-net: fixed range check error
|
hace 2 años |
mattias
|
977d123b32
fcl-web: less hints
|
hace 2 años |
mattias
|
dea9aa56a7
fcl-web: added TCustomWebsocketUpgrader.OnConnect
|
hace 2 años |
Michael VAN CANNEYT
|
34f11a7a14
* Remove unused KnownArchitectures tryout
|
hace 2 años |
Michael VAN CANNEYT
|
49d8a3e3f5
* Handle ARCH_TARGET/ARCH_SOURCE
|
hace 2 años |
Michael VAN CANNEYT
|
54dd32805e
* Remove unused KnownArchitectures tryout
|
hace 2 años |
Michaël Van Canneyt
|
b9aeeaa6e3
* Initialize result string
|
hace 2 años |
mattias
|
8f32a8190e
fcl-pdf: fixed dump hexstring
|
hace 2 años |
mattias
|
3ef91538f9
fcl-pdf: less hints
|
hace 2 años |