[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: Location of missing end

From: Alexander Kellett <ruby-lists@...>
Date: 2004-10-12 08:46:58 UTC
List: ruby-core #3507
On Mon, Oct 11, 2004 at 03:43:14PM +0900, Markus wrote:
> Testing with some debugging messages added showed that, in all of the
> ruby code included with the ruby distribution, only seven lines of code
> failed to follow the liberal interpretation of "normal indentation" used
> in the patch.  The worst case is that (rarely, it appears) the patch
> might suggest "Possible missing ends" where there were none.
> 
> Thought?  Comments?  Aberrant test cases?

haven't tested, but the entire idea is just plain *wonderful*
this has caused me so many problems in the past! i'm interested
in solving this in my particular editor (my own project ruvi) 
but really i'd prefer to see a solution in the interpreter 
itself.

nice to see that the implementation only seems to add a static
cost to some fairly infrequent constructs and that its only in
the parse stage. pretty simple patch in all, doesn't add that
much complexity at all, i'd expected much more :), i imagine 
that the nice abstraction into seperate methods would mean 
that the corner cases even are fairly neat.

nice work! would love to see this patch merged!
Alex

In This Thread

Prev Next