General

Profile

neleai (Ondrej Bilka)

  • Login: neleai
  • Email: neleai@seznam.cz
  • Registered on: 10/30/2010
  • Last sign in: 03/18/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

01/16/2012

09:10 PM Ruby Feature #5899 (Rejected): chaining comparsions.
Migration from python to ruby is problematic because ruby lacks certain features.
Most important python advantage is chained comparison
We must wrap every comparison like described below.
```ruby
puts "yes" if 1<2<3<4
class Fixn...
neleai (Ondrej Bilka)

01/14/2012

05:53 AM Ruby Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
So regular expessions dont offer level1:basic unicode support?
See http://unicode.org/reports/tr18/

On Tue, Jan 10, 2012 at 06:07:13PM +0900, Yui NARUSE wrote:
>
> Issue #5871 has been updated by Yui NARUSE.
>
>
> Ma...
neleai (Ondrej Bilka)
12:23 AM Ruby Feature #5893: named return,next...
On Fri, Jan 13, 2012 at 11:34:17PM +0900, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:42115] Re: [ruby-trunk - Feature #5893][Open] named return,next..."
> on Fri, 13 Jan 2012 23:26:36 +0900, Ondřej Bílka...
neleai (Ondrej Bilka)

01/13/2012

11:29 PM Ruby Feature #5893: named return,next...
On Fri, Jan 13, 2012 at 11:11:28PM +0900, Anurag Priyam wrote:
> On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <neleai@seznam.cz> wrote:
> > Hello. As returning from various blocks is recurring theme at list I propose following.
>...
neleai (Ondrej Bilka)
10:51 PM Ruby Feature #5893 (Rejected): named return,next...
Hello. As returning from various blocks is recurring theme at list I propose following.
You can assign label to each block. You can exit given block by referring to its label.
Syntax can be ::label to avoid ambiguity(But prettier syn...
neleai (Ondrej Bilka)

11/23/2011

04:51 PM Ruby Feature #5662: inject-accumulate, or Haskell's mapAccum*
Why not just use
Hash[[1,2].map{|a| [a,2*a]}]
neleai (Ondrej Bilka)

11/19/2011

09:43 PM Ruby Bug #5648 (Closed): irb does not handle recursive heredocs
irb get compile error on following code:
<<A
#{ <<A
A
}
A
neleai (Ondrej Bilka)

11/07/2011

01:23 AM Ruby Feature #5531: deep_value for dealing with nested hashes
Do you need hash or something like multidimensional hash class that uses [], each iterates on nested...
On Sun, Nov 06, 2011 at 05:48:52PM +0900, Thomas Sawyer wrote:
>
> Issue #5531 has been updated by Thomas Sawyer.
>
>
...
neleai (Ondrej Bilka)

11/06/2011

11:33 PM Ruby Feature #5574: Make arrays comparable
I remember that in ruby-core long ago matz explained that array don't include comparable because they could contain elements that are not comparable.
I dont see this as problem as this is violated in most classes when comparing field th...
neleai (Ondrej Bilka)

07/10/2011

01:23 PM Ruby Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
On Sun, Jul 10, 2011 at 10:16:25AM +0900, Eric Hodel wrote:
> On Jul 9, 2011, at 4:19 PM, Rodrigo Rosenfeld Rosas wrote:
> > Em 09-07-2011 20:13, Nobuyoshi Nakada escreveu:
>
> > Sorry, Nobu, I didn't get it. Could you explain...
neleai (Ondrej Bilka)

Also available in: Atom