Activity
From 02/03/2015 to 02/09/2015
02/09/2015
-
11:18 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- bug hit wrote:
> bug hit wrote:
> > Nobuyoshi Nakada wrote:
> > > It's similar to `return *[1, 2]`.
> >
> > No ... -
02:17 PM Bug #10460: Segfault instead of stack level too deep
- This seems to be fixed, possibly with this commit https://github.com/ruby/ruby/commit/8fe95fea9d238a6deb70c8953ceb3a2...
-
02:06 PM Bug #10655: Segmentation fault on chef-client run
- Also occurs with Chef 12.0.3. See attached log from chef run.
-
12:51 PM Bug #10842 (Feedback): rake update to 10.4.2 -> Segmentation fault : ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
- Do you run it in a "Command Prompt"?
-
12:44 PM Bug #10842 (Closed): rake update to 10.4.2 -> Segmentation fault : ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
- I tried to update the existing rake gem up to 10.4.2:
* download the latest version from rubygems and save it loca... -
04:27 AM Bug #10841 (Third Party's Issue): 2.2.0p43 not building with gcc 4.9.1
- When peforming 'make' of Ruby 2.2.0p43 with gcc version 4.9.1
on Linux 3.16.0-28 x86_64, the build is dying when mak... -
02:23 AM Bug #10840 (Closed): documentation for Vector#cross_product in module 'matrix' is inconsistent
- The bug was fixed in 2.1.3, so if you are looking at the code in the doc for 2.1.0, you will get the wrong code obvio...
-
12:21 AM Bug #10840 (Closed): documentation for Vector#cross_product in module 'matrix' is inconsistent
- the documentation of cross_product is inconsistent. The doc says:
Vector[1, 0, 0].cross_product Vector[0, 1, 0] => V...
02/08/2015
-
04:51 PM Bug #10839: OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- Backported into `ruby_2_1` at r49548.
-
03:51 PM Bug #10839 (Closed): OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- バックポート管理用です。
r49525 の修正が RubyCI の Yosemite での 1F をなおしてくれそうです。 -
09:46 AM Bug #10838 (Closed): ri's man page and options are wrong
- ## Man page
`man ri` is missing these options:
--[no-]interactive
--[no-]list-doc-dirs
-a, --[no-... -
03:49 AM Bug #10820 (Closed): Win32 Registry Delete uses ANSI instead of Wide APIs
- Applied in changeset r49542.
----------
registry.rb: wide versions
* ext/win32/lib/win32/registry.rb (Win32::Regist... -
03:32 AM Bug #10820 (Assigned): Win32 Registry Delete uses ANSI instead of Wide APIs
-
02:25 AM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- bug hit wrote:
> Nobuyoshi Nakada wrote:
> > It's similar to `return *[1, 2]`.
>
> No it's not similar,
>
> ... -
02:02 AM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- Nobuyoshi Nakada wrote:
> It's similar to `return *[1, 2]`.
No it's not similar,
`return *[1, 2]` means `retu... -
01:48 AM Bug #10837 (Rejected): spatting a single element array produces an array instead of a single value for return and next
- It's similar to `return *[1, 2]`.
-
12:01 AM Bug #10837 (Rejected): spatting a single element array produces an array instead of a single value for return and next
- irb(main):013:0> ->{return *[1]}.()
=> [1]
irb(main):014:0> ->{next *[1]}.()
=> [1]
______________
*[x] should... -
01:45 AM Bug #10835 (Third Party's Issue): Could not generate migration -- seg fault error
- You should report with the crash report log.
-
01:42 AM Bug #10834 (Third Party's Issue): Segmentation fault when I try to do rails server in Windows 7 home edition 64bits
02/07/2015
-
11:43 PM Misc #10836 (Closed): Add Documentation to Regexp
- Documented non-subexp option toggling
Regexp option toggling can be done in two forms:
/(?imx:subexpr)/ - this ... -
08:44 PM Bug #10835 (Third Party's Issue): Could not generate migration -- seg fault error
- ~~~
/railsbridge/idk $ rails g migration addColumnToDB
/Users/afeinberg/.rvm/gems/ruby-2.2.0/gems/json-1.8.2/lib/js... -
02:19 PM Bug #10834: Segmentation fault when I try to do rails server in Windows 7 home edition 64bits
- I guess this issue is a duplicate of https://bugs.ruby-lang.org/issues/8591
-
02:02 PM Bug #10834 (Third Party's Issue): Segmentation fault when I try to do rails server in Windows 7 home edition 64bits
- I've had installed Ruby Installer 2.1 then DevKit, after that rubyGem last version, then rails 4.0.0, after that MySQ...
-
02:03 AM Feature #9390: Support for the ALPN TLS extension
- FYI: ALPN support landed in the recent [1.0.2 version](https://www.openssl.org/news/openssl-1.0.2-notes.html) release...
02/06/2015
-
10:25 PM Bug #10824: to_yaml incorrectly inserts return lines
- You're right.
I saw the newlines in my database and filed the bug but they do disappear when de-serializing, so th... -
07:36 AM Bug #10824: to_yaml incorrectly inserts return lines
- I don't understand. Why should it not insert the newline? The string will roundtrip correctly:
~~~
>> require '... -
01:34 PM Feature #10833 (Third Party's Issue): getting argument error in rails production
- You should ask Rails developers.
-
12:05 PM Feature #10833 (Third Party's Issue): getting argument error in rails production
- 1. I deployed my rails application using passenger + nginx
2.data base is postgresql
3. when i am creating a new is... -
11:34 AM Bug #10814: SIGBUS by stack overflow on Funtoo (fixed at r49463)
- ruby_2_2 r49530 merged revision(s) 49463.
-
09:58 AM Bug #10768: segfault during ruby_vm_destruct() in cont_free()
- r49474 (gc.c: ensure GC state is consistent during VM shutdown)
introduces a failure for me in test/ruby/test_io.rb... -
08:50 AM Bug #10496 (Closed): Yaml: Serialization of cross-referrenced objects with psych
- Applied in changeset r49529.
----------
* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes when
dumping o... -
05:20 AM Bug #10832 (Closed): while loop segmentation fault
-
05:14 AM Bug #10832: while loop segmentation fault
- It seems similar to:
https://bugs.ruby-lang.org/issues/10804
J@n -
05:07 AM Bug #10832 (Closed): while loop segmentation fault
- ## Hello everyone, this is my first bug report so please forgive me if I am doing something wrong:
### The followi... -
04:11 AM Bug #10522 (Feedback): SSL_VERSION not handled properly in Net::Http, OpenSSL libraries
- Matt Dressel wrote:
> https://github.com/ruby/ruby/pull/762/files
What exception is raised?
The following code... -
03:06 AM Bug #10794: false positive on mswin CI
- ruby_2_2 r49523 merged revision(s) 49180.
-
03:05 AM Bug #10694: Improve Thread#value rubydoc
- ruby_2_2 r49522 merged revision(s) 49428.
-
03:02 AM Bug #10780: Unable to build with Visual Studio 2013
- ruby_2_2 r49521 merged revision(s) 49397.
-
02:51 AM Bug #10518 (Rejected): String "delete" method does not remove some characters from input string
-
02:39 AM Bug #10518 (Closed): String "delete" method does not remove some characters from input string
-
01:32 AM Bug #10831 (Closed): Variable keyword arguments shouldn't create immortal symbols
- Applied in changeset r49517.
----------
vm_core.h: fix symbols leak
* vm_core.h (rb_call_info_kw_arg_struct): make ...
02/05/2015
-
09:39 PM Bug #10761 (Open): Marshal.dump 100% slower in 2.2.0 vs 2.1.5
- r49386 is missing.
-
04:19 PM Bug #10761: Marshal.dump 100% slower in 2.2.0 vs 2.1.5
- ruby_2_2 r49513 merged revision(s) 49376,49387,49389.
-
09:14 PM Bug #10803: Similar issue/stack trace as above in 2.1.5, 2.1.6
- I think I found a pattern that could help... I have a specific piece of code in my application that stress a File.ope...
-
07:35 PM Bug #10803: Similar issue/stack trace as above in 2.1.5, 2.1.6
- I want to let you know that I've tried syck 1.0.5 from tenderlove, and the problem still there. Here is a new bugtrac...
-
07:58 PM Bug #10831 (Closed): Variable keyword arguments shouldn't create immortal symbols
- Calling a method with keyword arguments will, sometimes, create immortal symbols.
The following tests should not f... -
07:39 PM Feature #8564: Extend Module#attr... methods
- I would love to see this added to Ruby too, so that I don't have to repeat myself by **defining** attributes in one p...
-
02:19 PM Bug #10830 (Closed): LDFLAGS not honoured when linking libruby.so
- During configure the libraries are detected with LDFLAGS used e.g. to defined a search direcrtory with -L. During lin...
-
01:59 PM Misc #10757: Vagrant environment for MRI contributors
- Nobu,
Is there anything you would like for me to do to make this patch acceptable?
Thanks,
Anthony -
11:04 AM Misc #10742: segmentation fault error while running ruby project
- I have checked many sites for solution, and tried many ways. Please let me know the stable Ruby version other than Ru...
-
10:23 AM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- Benoit: correct, I just found this out by messing around more with this. This
behaviour is extremely confusing, espe... -
10:19 AM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- Nobuyoshi Nakada wrote:
> The result of `#path` equals to `__FILE__` in the script file.
> It's expanded in `requir... -
08:56 AM Bug #10620 (Closed): #define_singleton_method keeps object from being garbage collected
-
08:14 AM Bug #10661: The "possible reference to past scope" warning is quite frustrating and is forcing me to change my variable names from what I want
- ruby_2_2 r49509 merged revision(s) 49082.
-
06:49 AM Bug #10578 (Assigned): Allow undefining methods in refinements
- Peter Zotov wrote:
> Since refinements are locally scoped monkey patches, and it is possible and useful to undef a m... -
04:13 AM Feature #10773 (Rejected): nested module should work in instance_eval
- It's an expected behavior that instance_eval doesn't affect constant lookup.
Constant lookup is designed to be as st... -
03:31 AM Bug #10828 (Closed): send should not create immortal symbols
- Applied in changeset r49505.
----------
vm_insnhelper.c: fix missing reason
* vm_insnhelper.c (ci_missing_reason): ... -
12:36 AM Bug #9432: ThreadError [ Attempt to unlock a mutex which is locked by another thread ]
- Dear Ruby maintainers: this is still a problem. Please, help out here.
02/04/2015
-
11:00 PM Feature #10829: Add to_proc method to the Array class
- Update example code, there was a missing `&`:
```ruby
[1, 2, 3, 4, 5].map(&[:+, 3])
# => [4, 5, 6, 7, 8]
```
-
10:59 PM Feature #10829 (Open): Add to_proc method to the Array class
- In ruby, we've all seen this shortcut:
```ruby
user.posts.map(&:title)
```
The expanded version is:
```rub... -
09:21 PM Bug #10819: can't glob win32 short pathname
- Usaku NAKAMURA wrote:
> 1. We should not assume that short filenames always contains `~`.
> MSDN says that some ... -
08:35 PM Bug #10819: can't glob win32 short pathname
- 1. We should not assume that short filenames always contains `~`.
MSDN says that some file systems do not use `~`... -
07:50 PM Bug #10828: send should not create immortal symbols
- Mmm, I was hopeful about r49500 but it generates some failures in `test/drb/test_drb.rb`, so there's something going...
-
07:01 PM Bug #10828 (Closed): send should not create immortal symbols
- While `public_send` is ok, `send` and `__send__` create immortal symbols when they shouldn't.
-
03:46 PM Bug #10765: Module#remove_method remove refined method entry.
- Testing with r49495 and it seems to be fixed. Thanks.
-
08:16 AM Bug #10765 (Closed): Module#remove_method remove refined method entry.
- Fixed in r49493.
-
05:52 AM Bug #10765: Module#remove_method remove refined method entry.
- The problem reported by Vit can be reproduced by the following command:
$ make test-all TESTS="test/ruby/test_... -
05:39 AM Bug #10765: Module#remove_method remove refined method entry.
- Seiei Higa wrote:
> If touch the `me` after `rb_unlink_method_entry`, it could cause error?
It's not the problem.... -
11:36 AM Bug #10827 (Closed): TestIO#test_io_select_with_many_files segfaults randomly
- On various platforms on Fedora Rawhide, I observe random segfaults in test suite:
~~~
1) Failure:
TestIO#test_... -
11:33 AM Bug #10822: make-snapshot breaks during download of bundled gems
- Nobuyoshi Nakada wrote:
> It is right, the built rbconfig.rb must be loaded, not already installed one.
> Why is `R... -
08:03 AM Bug #10822 (Third Party's Issue): make-snapshot breaks during download of bundled gems
- Vit Ondruch wrote:
> This is due to Ruby picking up rbconfig.rb from the current checkout, since $(RUNRUBY) adds the... -
09:37 AM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- Also, I'll submit a patch to fix the documentation of `path` so that it states it's an alias of `absolute_path`.
-
09:33 AM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- Nobu: Thanks! I'll update the Rubinius implementation of this to match that behaviour.
-
05:42 AM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- The result of `#path` equals to `__FILE__` in the script file.
It's expanded in `require`d libraries, but not in mai... -
07:45 AM Bug #10826 (Closed): Refinements make instance_methods(false) return methods of superclasses
- Applied in changeset r49493.
----------
* class.c (method_entry_i, class_instance_method_list,
rb_obj_singleton_me... -
05:46 AM Bug #10826 (Closed): Refinements make instance_methods(false) return methods of superclasses
- If a method is refined for a subclass X of the owner of the method,
X.instance_methods(false) returns that method ev... -
07:41 AM Bug #10824 (Assigned): to_yaml incorrectly inserts return lines
- Maybe a word wrapping?
-
07:32 AM Bug #10823 (Closed): Issue building bigdecimal.
- Applied in changeset r49491.
----------
bigdecimal.c: fix a typo
* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix a ty... -
06:56 AM Bug #10825 (Closed): Fix build error in sdbm under Windows
- Applied in changeset r49490.
----------
_sdbm.c: ruby/ruby.h for PRIdPTRDIFF
* ext/sdbm/_sdbm.c: include ruby/ruby.... -
05:21 AM Misc #10742: segmentation fault error while running ruby project
- thanks, but this is working for Ruby 1.8.7 and not working for higher version of ruby
-
03:56 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Shugo Maeda wrote:
> Pablo Herrero wrote:
> > Does it make any difference that the refinement at Seiei's example wa... -
03:01 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Seiei Higa wrote:
> > Refinements should be activated in a lexical scope, so NoMethodError should be raised in that ... -
02:47 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Pablo Herrero wrote:
> Does it make any difference that the refinement at Seiei's example was already active before ... -
12:45 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Seiei Higa wrote:
> How about this case?
>
> ``` ruby
> class C; end
>
> module M
> refine(C) do
> de... -
12:40 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Does it make any difference that the refinement at Seiei's example was already active before the string evaluation?.
-
02:42 AM Bug #10811: x86_64 segfault on Haiku
- And our PTHREAD haves:
```
/Builds/ruby-2.2.0> grep -R HAVE_PTHREAD .ext/
.ext/include/x86_64-haiku/ruby/config.... -
02:17 AM Bug #10811: x86_64 segfault on Haiku
- *much* better tracing with ruby -d
```
/Builds/haikeuken-client/ruby/client.rb:199: warning: literal in condition...
02/03/2015
-
11:06 PM Bug #10825 (Closed): Fix build error in sdbm under Windows
- Hi,
The attached patch fixes an error I was getting while attempting to compile
revision 49476 of Ruby under Wind... -
10:27 PM Feature #10561: Improve function of Thread::Backtrace::Location #path and #absolute_path
- Nobu: I talked about this with Koichi today after noticing you added tests for
path/absolute_path after my talk at F... -
10:10 PM Bug #10824 (Closed): to_yaml incorrectly inserts return lines
- ~~~ruby
"{\"config_path\":\"something\",\"mode\":\"something_underscore\",\"person\":{\"id\":1,\"name\":\"Christophe... -
03:27 PM Bug #10822: make-snapshot breaks during download of bundled gems
- I fixed the Fedora's side. If you want to reproduce, the original operating system_rb is still available here:
htt... -
10:16 AM Bug #10822 (Third Party's Issue): make-snapshot breaks during download of bundled gems
- ~~~
... snip ...
downloading config.sub ... done
Downloading bundled gem files...
/usr/share/rubygems/rubygems/... -
03:20 PM Bug #10765: Module#remove_method remove refined method entry.
- If touch the `me` after `rb_unlink_method_entry`, it could cause error?
``` patch
diff --git vm_method.c vm_metho... -
01:26 PM Bug #10765 (Assigned): Module#remove_method remove refined method entry.
- This breaks CentOS7, OpenSuse and Fedora at minimum:
http://rubyci.blob.core.windows.net/opensuse13/ruby-trunk/log... -
06:27 AM Bug #10765 (Closed): Module#remove_method remove refined method entry.
- Applied in changeset r49480.
----------
* vm_method.c (remove_method): When remove refined
method, raise a NameErr... -
06:15 AM Bug #10765 (Assigned): Module#remove_method remove refined method entry.
-
03:04 PM Bug #10819: can't glob win32 short pathname
- Hi Nob
> Anyway, it's dangerous to assume that "progra~1" is always "Program Files".
Thank you. However I use h... -
06:21 AM Bug #10819: can't glob win32 short pathname
- Anyway, it's dangerous to assume that "progra~1" is always "Program Files".
-
05:05 AM Bug #10819 (Closed): can't glob win32 short pathname
- Applied in changeset r49478.
----------
dir.c: glob legacy short name
* dir.c (glob_helper): obtain real name with ... -
02:33 AM Bug #10819: can't glob win32 short pathname
- Akio Tajima wrote:
> Also I found that the inter glob string with shortname+wildcard also failed both Ruby 2.1.0 and... -
01:43 PM Bug #10823 (Closed): Issue building bigdecimal.
- When doing some Ruby builds with custom CFLAGS I ran into an issue with BigDecimal when trying to build Ruby:
... -
01:42 PM Bug #10803: Similar issue/stack trace as above in 2.1.5, 2.1.6
- https://github.com/excon/excon (0.14.3)
-
11:03 AM Bug #10808: r49451以降 Solarisにてruby-glommed.oの作成に失敗
- Makefile と uncommon.mk (common.mk から自動作成) は GNUMakefile からこの順番で読み込まれますが、$(OBJS) は uncommon.mk 内にて代入されるため、Makefile 内にて...
-
10:43 AM Bug #10808 (Closed): r49451以降 Solarisにてruby-glommed.oの作成に失敗
- Applied in changeset r49485.
----------
* common.mk (ruby-glommed.o): dependency on $(OBJ) should be written
in co... -
02:46 AM Bug #10808 (Open): r49451以降 Solarisにてruby-glommed.oの作成に失敗
- > 直接 make dln.o と実行した場合は作られるのでしょうか。
make dln.o によって dln.o は問題無く作られます。
しかし、make ruby-glommed.o は上記と同様に失敗します。
つま... -
10:06 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- > Refinements should be activated in a lexical scope, so NoMethodError should be raised in that case.
How about th... -
08:33 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- Seiei Higa wrote:
> So, I expect following code works fine, but it raises `NoMethodError` in ruby 2.1.5, 2.2.0
Re... -
07:51 AM Bug #10818 (Assigned): Extrange behaviour when apliying a refinement inside eval
-
07:33 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- When call `Kernel.#eval` with `binding` returns same result.
``` ruby
class Foo; end
module M
refine(Foo) d... -
07:27 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- The `Kernel.#eval` behaves like:
``` ruby
eval('a = 42')
eval('p a')
# bar.rb:2:in `eval': undefined local vari... -
12:31 AM Bug #10818: Extrange behaviour when apliying a refinement inside eval
- I really wish I could fix the typos at the title...
-
08:16 AM Bug #10821 (Closed): mkmf.rb: Incorrect have_devel? test depending on run order
- Applied in changeset r49482.
----------
mkmf.rb: avoid interference
* lib/mkmf.rb (try_cppflags, try_cflags, try_ld... -
12:05 AM Bug #10821 (Closed): mkmf.rb: Incorrect have_devel? test depending on run order
- have_devel? is usually lazily checked on the first call to try_do(). However, try_do() may be invoked within the scop...
-
06:41 AM Bug #10815: Dir.foreach in block form does not allow encoding
- I guess I'm not sure at what point or why the return type started governing function prototypes, but ok.
-
02:48 AM Bug #10815: Dir.foreach in block form does not allow encoding
- `Dir.entries` doesn't return an enumerator.
-
06:32 AM Misc #10742 (Third Party's Issue): segmentation fault error while running ruby project
- Using dl and ffi is outside ruby.
Ask those gems' authors.
-
06:10 AM Misc #10742: segmentation fault error while running ruby project
- Any solution?
Also available in: Atom