General

Profile

cesario (Franck Verrot)

  • Login: cesario
  • Email: franck@verrot.fr
  • Registered on: 07/11/2011
  • Last sign in: 04/29/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 3 4

Activity

08/12/2015

02:28 PM Ruby Bug #11430: Redefining a lazy-loaded variable in child context within RSpec spec causes crash
Andrew Wong wrote:
> I had something like the following in my spec. While not great code design, it does successfully crash Ruby.
> ...
I can reproduce this if I run `rspec your_source.rb`, but not with `ruby /path/to/rspec your_source...
cesario (Franck Verrot)

07/29/2015

06:05 AM Ruby Bug #11403: Segmentation fault when running Rails Server
Athar Hussain wrote:
> I have newly installed ruby and rails in my new MAC 10.10
> ...
Hi Athar,
For some reason you have a setup that is using RVM on 2.2.1 and rbenv on 2.2.2. You might want to drop one of them and reinstall your...
cesario (Franck Verrot)
05:30 AM Ruby Bug #11402: Seg Fault on intensive numeric calculation
Alexey Chernenkov wrote:
> Occur several times:
> ...
Hi Alexey,
Do you think #9657 (calling `Float#to_d`) can be related ?
cesario (Franck Verrot)

07/23/2015

08:18 AM Ruby Bug #11391 (Closed): chopped_length should return early for empty strings
The current implementation only tries to check if the beginning of the string isn't coming after its end (I'm not even really sure if that's possible actually, is there case where RSTRING_LEN returns a negative number?).
In any case, ...
cesario (Franck Verrot)

07/03/2015

11:05 AM Ruby Bug #11060: load(fifo) blocks whole process
Nobuyoshi Nakada wrote:
> Franck Verrot wrote:
> ...
My automatic translator tricked me :-)
> > Once running, it seems that loading from a FIFO isn't supported (it's expecting a regular file). Here's a patch for making `load` work w...
cesario (Franck Verrot)

06/22/2015

06:07 PM Ruby Feature #11158: Introduce a Symbol.count API as a more efficient alternative to Symbol.all_symbols.size
Marc-Andre Lafortune wrote:
> Franck Verrot wrote:
> ...
Sorry I haven't formulated this right :-) I was only wondering if including `Enumerable` in `Symbol` could lead some of us to rely on methods (like `map` as you said) that weren'...
cesario (Franck Verrot)

06/20/2015

09:41 AM Ruby Bug #11282: ruby.exe never run. ebtry point not found
Diamond Star wrote:
> Unable to find gmtime64_s_ in msvcrt.dll library"
If you've used the RubyInstaller, this thread might provide an answer: https://github.com/oneclick/rubyinstaller/issues/271
TL;DR Windows XP isn't supported a...
cesario (Franck Verrot)

06/17/2015

07:04 AM Ruby Feature #11273 (Closed): [PATCH] Make it possible to `load` from a FIFO file
Revision #50887 (https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/50887) avoided `load` from blocking the VM when accessing a FIFO file, but loading from a FIFO doesn't work (raises `LoadError`).
This patch makes it...
cesario (Franck Verrot)

06/13/2015

12:53 PM Ruby Bug #11060: load(fifo) blocks whole process
Akira Tanaka wrote:
> fifo を load しようとすると、プロセス全体がブロックします。
I can't reproduce the same errors without correcting the typo (or I'm getting a `NameError: undefined local variable or method ```pi' for main:Object` in the threads).
Once...
cesario (Franck Verrot)
06:38 AM Ruby Feature #11158: Introduce a Symbol.count API as a more efficient alternative to Symbol.all_symbols.size
Lourens Naudé wrote:
> Please find attached the changes as per Marc-Andre's suggestions. Exposes `Symbol.each` and extends with `Enumerable`
Hi Lourens,
I'm not sure to fully understand why we make `Symbol` extend `Enumerable` rat...
cesario (Franck Verrot)

Also available in: Atom