[fpc-devel] Library announcement: Generics.Collections

2013-05-22 Thread Maciej Izak
Hi Free Pascal community! I'm pleased to announce the generic library, compatible with Delphi Generics.Collections (almost ;) ). Homepage https://code.google.com/p/fpc-generics-collections/ SVN http://fpc-generics-collections.googlecode.com/svn/trunk/ === modules === Generics.Defaults G

Re: [fpc-devel] Library announcement: Generics.Collections

2013-05-23 Thread Sven Barth
Am 22.05.2013 21:44, schrieb Maciej Izak: Hi Free Pascal community! I'm pleased to announce the generic library, compatible with Delphi Generics.Collections (almost ;) ). Homepage https://code.google.com/p/fpc-generics-collections/ SVN http://fpc-generics-collections.googlecode.com/svn/tru

Re: [fpc-devel] Library announcement: Generics.Collections

2013-05-23 Thread Maciej Izak
Nice. Now I know where all those bug reports come from :P > :D It's my pleasure. Aren't you happy? Are those available in Delphi as well? If not I see no use in them. Consider this code: > > === code begin === > > procedure SomeProc(aValue: Int32); > var > p: Pointer; > begin >p := GetRef

Re: [fpc-devel] Library announcement: Generics.Collections

2013-05-23 Thread Sven Barth
Am 23.05.2013 12:22, schrieb Maciej Izak: Nice. Now I know where all those bug reports come from :P :D It's my pleasure. Aren't you happy? Depends. On the one hand I'm happy that someone stresses the generics implementation to its limits (like JC Chu does as well), but on the other ha

Re: [fpc-devel] Library announcement: Generics.Collections

2013-05-23 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > https://code.google.com/p/fpc-generics-collections/ > > > > SVN > > > > http://fpc-generics-collections.googlecode.com/svn/trunk/ > > > Nice. Now I know where all those bug reports come from :P While playing a bit with this code using some minor stuff

Re: [fpc-devel] Library announcement: Generics.Collections

2013-05-23 Thread Sven Barth
Am 23.05.2013 12:59, schrieb Marco van de Voort: In our previous episode, Sven Barth said: https://code.google.com/p/fpc-generics-collections/ SVN http://fpc-generics-collections.googlecode.com/svn/trunk/ Nice. Now I know where all those bug reports come from :P While playing a bit with thi