Re: [fpc-devel] Re: Testing for..in feature

2009-11-05 Thread Vinzent Höfler
Von: Michael Van Canneyt mich...@freepascal.org: Like I said, we should not have named it enums. They are not enums. They're a hack to support some C construct in a type-safe way. No more, no less. IBTD. -- 8 -- with Ada.Text_IO; use Ada.Text_IO; with Ada.Unchecked_Conversion; procedure

Re: [fpc-devel] Dynamically Loading Libraries

2009-11-05 Thread Luiz Americo Pereira Camara
Ivo Steinmann escreveu: are you also on irc in #fpc @freenode? I'm often online there with nick Aison I don't use irc often, but should do if necessary. I will try to do the tool this weekend and keep you informed even if is not used. Luiz

Re: [fpc-devel] Dynamically Loading Libraries

2009-11-05 Thread Ivo Steinmann
Luiz Americo Pereira Camara schrieb: Ivo Steinmann escreveu: are you also on irc in #fpc @freenode? I'm often online there with nick Aison I don't use irc often, but should do if necessary. I will try to do the tool this weekend and keep you informed even if is not used. Luiz

Re: [fpc-devel] Re: Testing for..in feature

2009-11-05 Thread Alexander Klenin
On Fri, Nov 6, 2009 at 05:51, Vinzent Höfler jellyfish.softw...@gmx.net wrote: Von: Michael Van Canneyt mich...@freepascal.org: Like I said, we should not have named it enums. They are not enums. They're a hack to support some C construct in a type-safe way. No more, no less. IBTD. [skip

Re: [fpc-devel] Re: Testing for..in feature

2009-11-05 Thread Florian Klaempfl
Alexander Klenin schrieb: The best Succ(X) algorithm I can think of that works correctly on sparse enums is O(log enum_size). It depends how much memory one wastes ;) ___ fpc-devel maillist - fpc-devel@lists.freepascal.org