#327 email::EmailPart

alexlamsl Thu 31 Jul 2008

Curious to know how this arrives to that:

Str:Str headers := true); }

Map of headers. The header map is case insensitive.

andy Thu 31 Jul 2008

Looks like a bug in docCompiler, thanks for pointing it out, I'll take a look.

brian Fri 1 Aug 2008

Just to bring some context to this problem. We decided it would be really nice if fandoc could show the actual expression of method default parameters and field defaults.

The problem is that I've thrown away the input source text (for GC) once we've parsed into the AST. So today I'm trying to reconstruct a nice human readable expression from the AST. It is a bit hackish (actually a lot hackish) today. At some point I'll try to figure out a better way to tackle this. Until then if you see anything fishy in fandoc just let me know.

I've fixed this specific problem, and also decided to just hide crazy stuff like this.

alexlamsl Mon 4 Aug 2008

It's not just crazy - the parathesis are unmatched as well :-/

Login or Signup to reply.