Ponzu 0 Posted May 6, 2020 Rapid generics for Delphi2010+ https://github.com/sglienke/Rapid.Generics I get an error when I compile the code below. uses Rapid.Generics; type TTestDictionary = TDictionary<Integer, String>; Rapid.Generics.pas(2157): F2084 Internal Error: D7837 I am using Delphi XE and Win10 64bit. Share this post Link to post
David Heffernan 2345 Posted May 6, 2020 Do you have any particular reason to believe that XE is a supported compiler? Share this post Link to post
Lars Fosdal 1792 Posted May 6, 2020 https://github.com/sglienke/Rapid.Generics does state "Rapid generics/defaults equivalent classes for Delphi (2010+)" But yeah... there have been a lot of changes to Generics code generation since XE. Share this post Link to post
David Heffernan 2345 Posted May 6, 2020 Those links are to Stefan's clone. What about the author's repo? Share this post Link to post
Lars Fosdal 1792 Posted May 6, 2020 Is it relevant? OP referred to the clone as well. Share this post Link to post
Ponzu 0 Posted May 6, 2020 Thanks Author's repository https://github.com/d-mozulyov/Rapid.Generics It only supports XE8+ Share this post Link to post
Stefan Glienke 2002 Posted May 6, 2020 Some of the benchmark results are just eyewash fwiw 1 Share this post Link to post