[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69709] Re: [Ruby trunk - Misc #11295] [Open] Request for comments about error messages
From:
Eric Wong <normalperson@...>
Date:
2015-06-23 01:49:13 UTC
List:
ruby-core #69709
ko1@atdot.net wrote: > There are several proposals to extend error messages. > > * https://github.com/charliesome/better_errors > * https://github.com/yuki24/did_you_mean > * https://github.com/ko1/pretty_backtrace What performance and memory usage impact do these have? I run many small scripts and already find startup times slow. > * Reverse backtrace and show error messages at the bottom (to avoid > scroll up terminal) We should reduce stack size limit instead to avoid big backtraces ;) Jokes aside, this may be confusing and break compatibility because of existing tools which process backtraces (perhaps generic and not limited to Ruby). > * Translation error messages to other languages NACK. This makes searching for users with similar problems more difficult and makes error messages difficult for maintainers to decipher.