In the webserver, if an fdoc @includes a felix file, the webserver
crashes on triple quote or double quote strings.

It works fine if you look at a *.flx or *.flxh file directly.

The actual code seems good.

Now you should note, that there are TWO instances of flx2html in the
webserver. One is the plugin loaded by the webserver.

And one is the plugin loaded by fdoc2html, itself a plugin.

BTW: gcc says "segmentation fault". But clang says "illegal instruction".

Felix uses two gcc specific tricks:

* computed gotos.
* assembler labels (if available)

However .. clang fails too. I don't know if that's because
it is emulating gcc or if it's a bug in dynamic loading.
[I mean in OSX .. it can't be a bug in *my* code, now can it .. :]

BTW: it seems to work just fine on felix-lang.org (Ubuntu).

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to