> 
> Yeah .. and now flx_cp appears to works too!

ooo .. and maybe the webserver will stop crashing .. oooo .. I see ..

remember that bug that {tt font} wasn't being interpreted ...

it worked for a while but then stopped and I kept thinking Erick was running an 
old version
of the webserver ...


Here's the code ..

val markdown_code = RE2 ("({([^}]*)})");
fun markdown (s:string):string= {
  var x = s;
  C_hack::ignore(GlobalReplace(&x, markdown_code, StringPiece 
("<code>\\2</code>")));
  return x;
}

Yep .. uses a regex .. which appear to stop working when the GC deletes them . 
.. or
maybe crash the webserver ...

This is really solid science. The "bug" accounts for the bad behaviour of 
another
program not under investigation.

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to