Simon Michael

Results 1258 comments of Simon Michael

Hi @schoettl, when you have time could you rebase this against latest master.

Sorry I'm not sure - needs debugging. Perhaps we are not calling it in multiline mode.

Would anybody like to propose/work on some improvements ?

Some years ago, regex-tdfa was the best compromise of power and portability. Is there anything better (more standard, more robust) nowadays ?

Here's a rewrite of commentline that should work, though it could be made much more compact: ```haskell commentline = try (do prefix > many1 (char '#')) rest

@schoettl I had a go at removing the actual output printing for now, but better to let you do it if possible. Would you mind removing just that part, and...

Oh shared input. It just means that after an input you can write more than one tests, and they'll all use it. Sorry for the hassle, but we will need...

> two constructors for ShellTest I don't have insight on that right now.. if you think it's the best option, let's give it a try.

I see what you mean, currently we don't model shared inputs in the type. If you want, that can be postponed for a future PR.