More flexible literate Haskell extensions (Trac #9789), summary on wiki

Joachim Breitner mail at joachim-breitner.de
Thu Nov 20 08:36:23 UTC 2014


Hi Merjin,

there is one possible problem with this approach. Currently, the
compiler never has to read the contents of the directory (or at least
that’s what I assume; is that correct?) but only has to probe the
existence of a fixed finite set of files.

With your extensions it will have to read the directory contents. In
most situations, that should be fine, but it might cause minor
inconveniences with very large directories, many search paths (-i flags)
and/or very weird file systems (compiling from a FUSE-mounted
HTTP-Server that does not support directory listing? Would work now...)

A fixed set of extensions (e.g. just "md" and "tex") would avoid this
problem, but goes against the spirit of the proposal.

This is not an objection against the proposal, just a minor point to be
considered.

Greetings,
Joachim

-- 
Joachim “nomeata” Breitner
  mail at joachim-breitner.dehttp://www.joachim-breitner.de/
  Jabber: nomeata at joachim-breitner.de  • GPG-Key: 0xF0FBF51F
  Debian Developer: nomeata at debian.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20141120/b40cd65d/attachment.sig>


More information about the ghc-devs mailing list