Re: [Readable-discuss] Error when no empty line at end of file

2014-10-12 Thread David A. Wheeler
On Fri, 3 Oct 2014 02:18:32 +0200, martijn brekelmans tijntj...@msn.com wrote: I'm trying out readable, and I'm already finding it brilliant. I found a little bug however, in common lisp, when the file doesn't end with an empty line, it will throw an Error, Error: Unexpected text after

Re: [Readable-discuss] Error when no empty line at end of file

2014-10-11 Thread David A. Wheeler
On Fri, 3 Oct 2014 02:18:32 +0200, martijn brekelmans tijntj...@msn.com wrote: I'm trying out readable, and I'm already finding it brilliant. Thanks! I found a little bug however, in common lisp, when the file doesn't end with an empty line, it will throw an Error, Error: Unexpected text

[Readable-discuss] Error when no empty line at end of file

2014-10-02 Thread martijn brekelmans
I'm trying out readable, and I'm already finding it brilliant. I found a little bug however, in common lisp, when the file doesn't end with an empty line, it will throw an Error, Error: Unexpected text after n-expression. Code can be found here When I add a newline at the end of the file, all