General

Profile

now (Nikolai Weibull)

  • Login: now
  • Email: now@disu.se
  • Registered on: 10/28/2009
  • Last sign in: 01/01/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 15 16

Activity

06/05/2013

06:18 PM Ruby Bug #8495 (Closed): include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set
Hi!
include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set when it uses _controlfp() in rb_w32_pow(). This isn’t the case if you give, for example, -std=c99 to gcc. If __STRICT_ANSI__ is set, float.h won’t define _controlfp(), ...
now (Nikolai Weibull)

04/05/2013

05:53 PM Ruby Feature #8206: Should Ruby core implement String#blank?
On Fri, Apr 5, 2013 at 5:19 AM, sam.saffron (Sam Saffron)
<sam.saffron@gmail.com> wrote:

> Essentially include? should be short cutting if the string length is zero and returning false.

The empty string is included by quite ...
now (Nikolai Weibull)

02/07/2013

01:53 AM Ruby Feature #7791: Let symbols be garbage collected
On Wed, Feb 6, 2013 at 5:24 PM, Rodrigo Rosenfeld Rosas
<rr.rosas@gmail.com> wrote:
> Em 06-02-2013 14:00, Nikolai Weibull escreveu:

> Nikolai, it is possible to fix the applications/frameworks against this kind
> of attack, but p...
now (Nikolai Weibull)
01:23 AM Ruby Feature #7791: Let symbols be garbage collected
On Wed, Feb 6, 2013 at 2:37 PM, rosenfeld (Rodrigo Rosenfeld Rosas)
<rr.rosas@gmail.com> wrote:

> Lots of Denial-of-Service security vulnerabilities exploited in Ruby programs rely on symbols not being collected by garbage collector...
now (Nikolai Weibull)

08/07/2012

08:29 PM Ruby Bug #6836: Improve File.expand_path performance in Windows
On Tue, Aug 7, 2012 at 2:34 AM, U.Nakamura <usa@garbagecollect.jp> wrote:

> However, it is very difficult to write safe code because there
> are too many traps in the file system of Windows.
> It's impossible for non-Windows pr...
now (Nikolai Weibull)

08/02/2012

01:59 PM Ruby Feature #6823 (Closed): Where/how should ruby-mode issues be reported?
Hi!

I’ve previously reported a couple of issues with ruby-mode, namely

http://bugs.ruby-lang.org/issues/5356

and

http://bugs.ruby-lang.org/issues/5357

They’ve seen no progress.

Just to be clear, am I report...
now (Nikolai Weibull)

06/22/2012

05:23 PM Ruby Feature #6609: Toplevel as self extended module
On Fri, Jun 22, 2012 at 3:03 AM, drbrain (Eric Hodel)
<drbrain@segment7.net> wrote:

> It is easy to create a clean-room DSL evaluation context now:
>
>  m = Module.new do
>    extend SomeDSL
>  end
>
>  m.instance_eval File.re...
now (Nikolai Weibull)

05/03/2012

02:53 PM Ruby Feature #6376: Feature lookup and checking if feature is loaded
On Thu, May 3, 2012 at 6:53 AM, Yusuke Endoh <mame@tsg.ne.jp> wrote:
> 2012/5/3 Nikolai Weibull <now@bitwi.se>:
>> so if you have a file that provides A::B and B has already been
>> provided by another library, then defined? won’t wo...
now (Nikolai Weibull)
01:23 PM Ruby Feature #6376: Feature lookup and checking if feature is loaded
On Thu, May 3, 2012 at 6:02 AM, mame (Yusuke Endoh) <mame@tsg.ne.jp> wrote:
>
> Issue #6376 has been updated by mame (Yusuke Endoh).
>
> Status changed from Open to Feedback
>
> Of course you know what is defined by the feature yo...
now (Nikolai Weibull)

04/29/2012

05:29 PM Ruby Feature #6376: Feature lookup and checking if feature is loaded
On Sun, Apr 29, 2012 at 00:03, trans (Thomas Sawyer)
<transfire@gmail.com> wrote:

> These methods could be class methods of special module, if it's important to keep the Kernel more tidy, e.g. `Ruby.required?('ostruct')`.

Wh...
now (Nikolai Weibull)

Also available in: Atom