[Felix-language] Release

2013-02-03 Thread john skaller
On 03/02/2013, at 9:28 AM, john skaller wrote: > This cannot be done at run time because the "tree" structure > of structs is not represented (at the moment). So if I have to rework the RTTI structure and the GC Felix will probably stop working for a while. So perhaps time to fork a branch or cu

Re: [Felix-language] release 1.1.3

2007-04-23 Thread skaller
On Tue, 2007-04-24 at 02:01 +0200, Rhythmic Fistman wrote: > On 4/23/07, skaller <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-04-23 at 16:57 +1000, skaller wrote: > > > On Mon, 2007-04-23 at 05:38 +1000, skaller wrote: > > > > OK, svn webserver should now work 'properly' with epoll (linux) > > > > a

Re: [Felix-language] release 1.1.3

2007-04-23 Thread Rhythmic Fistman
On 4/23/07, skaller <[EMAIL PROTECTED]> wrote: > On Mon, 2007-04-23 at 16:57 +1000, skaller wrote: > > On Mon, 2007-04-23 at 05:38 +1000, skaller wrote: > > > OK, svn webserver should now work 'properly' with epoll (linux) > > > and poll. No idea about select or kqueue. The webserver won't > > > ru

Re: [Felix-language] release 1.1.3

2007-04-23 Thread skaller
On Mon, 2007-04-23 at 16:57 +1000, skaller wrote: > On Mon, 2007-04-23 at 05:38 +1000, skaller wrote: > > OK, svn webserver should now work 'properly' with epoll (linux) > > and poll. No idea about select or kqueue. The webserver won't > > run on Windows at the moment. > > Ok, on Cygwin (uses sele

Re: [Felix-language] release 1.1.3

2007-04-22 Thread skaller
On Mon, 2007-04-23 at 05:38 +1000, skaller wrote: > OK, svn webserver should now work 'properly' with epoll (linux) > and poll. No idea about select or kqueue. The webserver won't > run on Windows at the moment. Ok, on Cygwin (uses select): a) fails to send the whole file for unknown reason b) I

Re: [Felix-language] release 1.1.3

2007-04-22 Thread skaller
OK, svn webserver should now work 'properly' with epoll (linux) and poll. No idea about select or kqueue. The webserver won't run on Windows at the moment. Properly means: it doesn't crash, and it handles simultaneous requests for large files efficiently. There's a known problem: I had to insert

Re: [Felix-language] release 1.1.3

2007-04-19 Thread skaller
On Thu, 2007-04-19 at 12:38 +0200, Rhythmic Fistman wrote: > > > The URL which fails for me is: > > > > > > http://127.0.0.1:1234/doc/test/en_flx_regress_0003.html > > That works for me on the mac (kq). It's a huge file and at the > end I see "1 test complete" and then the next/prev/along l

Re: [Felix-language] release 1.1.3

2007-04-19 Thread Rhythmic Fistman
> From: skaller <[EMAIL PROTECTED]> > On Wed, 2007-04-18 at 23:53 +1000, skaller wrote: > > Release 1.1.3 is currently being held up by a problem > > with the webserver. If anyone can help by testing, debugging, > > or simply inspecting the C++ code for the async handling that > > would be great. >

Re: [Felix-language] release 1.1.3

2007-04-18 Thread skaller
On Thu, 2007-04-19 at 00:23 +1000, skaller wrote: > On Wed, 2007-04-18 at 23:53 +1000, skaller wrote: > > Release 1.1.3 is currently being held up by a problem > > with the webserver. I just looked and faio is performing properly. Exactly the right data is read in (I dumped it and it terminates r

Re: [Felix-language] release 1.1.3

2007-04-18 Thread skaller
On Wed, 2007-04-18 at 23:53 +1000, skaller wrote: > Release 1.1.3 is currently being held up by a problem > with the webserver. If anyone can help by testing, debugging, > or simply inspecting the C++ code for the async handling that > would be great. > The URL which fails for me is: > > ht

[Felix-language] release 1.1.3

2007-04-18 Thread skaller
Release 1.1.3 is currently being held up by a problem with the webserver. If anyone can help by testing, debugging, or simply inspecting the C++ code for the async handling that would be great. The webserver can be run by: bin/flx --test tools/webserver and add --debug to get run time de

Re: [Felix-language] Release candidate 8 uploaded

2006-06-27 Thread skaller
On Tue, 2006-06-27 at 20:12 +1000, Rhythmic Fistman wrote: > >Simple: elf linker finds the transitive closure. > > Eh? This means you don't need to pass any library switches when > linking elf? Just .o files? Because that's what the old build script > was failing to do: pass -lflx_gc There are t

Re: [Felix-language] Release candidate 8 uploaded

2006-06-27 Thread Rhythmic Fistman
>On Mon, 2006-06-26 at 02:37 +1000, Rhythmic Fistman wrote: > > >The next attempt at a release of Felix is now uploaded to the > > >sourceforge website: > > > > > >http://felix.sourceforge.net/flx_1.1.2_rc8_src.tgz > > > > > >This version builds completely on Linux, Ubuntu Dapper, > > >after fixi