Activity
From 04/25/2012 to 05/01/2012
05/01/2012
-
10:29 PM Feature #5784: Readline.special_prefixes の追加
- 遅くなりましたが、近いうちに対応します。
-
10:26 PM Feature #5785: Readline に pre_input_hook, insert_text, redisplay を追加
- 少し補足します。
オリジナルのパッチから以下の修正をしています。
* ユニットテストのtest_modify_text_in_pre_input_hookの出力結果(stdout.read)の期待値を"> hello w... -
10:21 PM Feature #5785 (Closed): Readline に pre_input_hook, insert_text, redisplay を追加
- This issue was solved with changeset r35513.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
06:10 PM Feature #5785 (Assigned): Readline に pre_input_hook, insert_text, redisplay を追加
- すみません。#1823にコメントするつもりが間違ってこちらにコメントしてしまいました。
さっさと、これを実装します。
パッチをいただき、ありがとうございます。 -
06:06 PM Feature #5785 (Rejected): Readline に pre_input_hook, insert_text, redisplay を追加
-
06:06 PM Feature #5785 (Closed): Readline に pre_input_hook, insert_text, redisplay を追加
-
06:08 PM Feature #1823 (Rejected): Readline Command Completion
- Sorry, late reply.
I'm going to implement Readline.pre_input_hook, Readline.insert_text and Readline.redisplay. Th... -
04:18 PM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- Mac OSX Lion(Darwin Kernel Version 11.3.0) では、r35509 で再現しなくなっていました。
-
02:23 PM Revision 517f2253 (git): fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Revision 7a4b2145 (git): * ext/readline/readline.c (Readline.pre_input_hook)
- (Readline.insert_text, Readline.redisplay): new function. An
original patch was created by nagachika. [Feature #578... -
07:15 AM Revision 28b7df78 (git): * revert r35510 and r35511 which caused removing the headers everytime.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 AM Revision d7228e5b (git): depends on ext/openssl/deprecation.rb
- * ext/digest/*/depend: depends on ext/openssl/deprecation.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3551... -
06:52 AM Revision 17359692 (git): extconf.h dependency
- * lib/mkmf.rb (MakeMakefile#depend_rules): deal with extconf.h
dependency. just remove it and bail out right now.
... -
06:49 AM Revision e6bd1496 (git): * common.mk: "$(Q)-..." doesn't work on nmake.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision 458c30e5 (git): * common.mk: replace '@' prefix to '$(Q)' to control build
- process outputs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:03 AM Bug #6379 (Closed): inconsistent configuration of core extensions linking against libssl and libcrypto (ext/openssl, ext/digest/*)
- This issue was solved with changeset r35504.
Stefan, thank you for reporting this issue.
Your contribution to Ruby is... -
05:18 AM Revision d3215535 (git): * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header is
- available for macro compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35507 b2dd03c8-39d4-4d8f-98ff-... -
02:03 AM Feature #6373: public #self
- Like many of Ruby's keywords, it can still be used to define a public method:
~~~ruby
class X
def self; "x"; e... -
01:10 AM Feature #6373: public #self
- Thomas, i think an argument against public #self is that 'self' is a reserved word, which moreover is used more as an...
- 01:56 AM Revision 633cebb0 (git): * test/ruby/test_settracefunc.rb: ignore traces from another threads
- because Kernel.set_trace_func affects other threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35506 b2dd03...
04/30/2012
-
11:35 PM Feature #6367: #same? for Enumerable
- trans (Thomas Sawyer) wrote:
> My methods names for the "_by" methods are not very good. This should clarify:
>
> ... -
11:20 PM Feature #6373: public #self
- What about if we borrow #yourself message name from Smalltalk?
-
11:09 PM Bug #6382 (Closed): test_tracing_with_set_trace_func で RuntimeError "continuation called across threads"
- This issue was solved with changeset r35498.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
11:04 PM Bug #6382 (Closed): test_tracing_with_set_trace_func で RuntimeError "continuation called across threads"
- make test-all を -j2 オプションつきで実行しているとごく稀に
test_tracing_with_set_trace_func で "continuation called across threads" という ... -
09:09 PM Bug #6370 (Closed): NaNTest failed for Ruby 1.9.3 P194
- This issue was solved with changeset r35497.
ray, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:04 PM Revision e1d1397a (git): * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsigned
- long may be larger than sha2_word32.
* ext/digest/sha2/sha2.c (SHA{256,512,384}_{Final,End}): should clear
whole co... -
09:03 PM Revision 26e258c8 (git): * ext/digest/*/extconf.rb: use pkg_config to use same library with
- openssl. [ruby-core:44755][Bug #6379]
* ext/openssl/deprecation.rb: extract check for broken Apple OpenSSL.
git-sv... -
08:14 PM Revision 0f1181a5 (git): Bug #6370
- * configure.in (optflags): fixed typo. [ruby-core:44679][Bug #6370]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... - 08:02 PM Revision fa9a1b62 (git): * 2012-05-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:02 PM Revision 7d45d3f8 (git): * configure.in (optflags): disable unsafe optimizations.
- [ruby-core:44679][Bug #6370]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35501 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:06 PM Feature #6375: Python notation for literal Hash
- Ok, thanks for the explanation.
Alexey. -
12:23 PM Feature #6375: Python notation for literal Hash
- Hi,
In message "Re: [ruby-core:44761] [ruby-trunk - Feature #6375] Python notation for literal Hash"
on M... -
08:30 AM Feature #6375: Python notation for literal Hash
- Matz, currently { 'a': 'b' } does not work in Ruby, do you propose that it be a synonym for { :a => 'b' } in a future...
-
02:45 PM Revision 52af87a5 (git): add an assertion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 PM Revision 7d89ecdc (git): * lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod to
- update meta data of symlinks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35499 b2dd03c8-39d4-4d8f-98ff-823f... -
02:09 PM Revision c40e6f82 (git): * test/ruby/test_continuation.rb (tracing_with_set_trace_func): don't
- call Continuation from other threads. [ruby-dev:45596] [Bug #6382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:48 PM Feature #6361: Bitwise string operations
- trans (Thomas Sawyer) wrote:
> I'm not so sure using "String" in the name is a good idea.
>
> The reason I sugge... -
12:27 PM Feature #6361: Bitwise string operations
- I'm not so sure using "String" in the name is a good idea.
The reason I suggested Blob is b/c that's what it is o... -
11:35 AM Feature #6361: Bitwise string operations
- > If I may intrude for a moment…
No such thing - thank you for your ideas!
>I think the advantage to having a... -
01:53 AM Feature #6361: Bitwise string operations
- On Saturday, April 28, 2012 at 8:52 AM, KOSAKI Motohiro wrote:
> On Fri, Apr 27, 2012 at 8:53 PM, MartinBosslet (Ma... -
12:09 PM Revision 860cf7b8 (git): * configure.in (optflags): disable unsafe optimizations.
- [ruby-core:44679][Bug #6370]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35497 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:47 AM Bug #3128: Randomness specs
- Hi,
mame (Yusuke Endoh) wrote:
> Marc-Andre, do you need discussion about this?
After your remarks and those o... -
11:36 AM Feature #6311: memmem()によるrb_memsearch()の高速化
- >rb_memsearch_ss()が何だったか思い出せないですが、これ自体を置き換えてはどうでしょうかね。
添付のpatchのようにするのが良いでしょうか。
rb_memsearch_ss()についてですが、これは1つの... -
11:11 AM Revision ce007c7c (git): * ext/zlib/extconf.rb: detect z_crc_t type which will be defined
- since zlib-1.2.7.
* ext/zlib/zlib.c (rb_zlib_crc_table): use z_crc_t if available.
git-svn-id: svn+ssh://ci.ruby-... -
10:16 AM Feature #6354: Remove escape (break/return/redo/next support) from class/module scope
- Such as:
def f
class << self
yield
end
end
-
08:26 AM Bug #6381 (Third Party's Issue): Useful methods like included don't appear in RDoc
- =begin
Methods like (({Module.included})) and (({Module.private_constant})) don't appear in ruby-doc.org's documenta... -
03:51 AM Revision 38931595 (git): * test/net/http/test_https.rb: update test for r35494
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 AM Revision 0456c36d (git): * ext/openssl/lib/openssl/ssl.rb: add hostname to "hostname does not
- match server cert." error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/29/2012
-
11:06 PM Bug #6370: NaNTest failed for Ruby 1.9.3 P194
- I can reproduce this issue on GCC 4.7.0 Mingw32.
The optimization flag -Ofast is the root cause of this issue.
Ac... -
10:57 PM Feature #6375: Python notation for literal Hash
- And repeating myself, when {a: 'b'} is a shorthand for {:a => 'b'},
naturally {'a': 'b'} should be {:'a' => 'b'} tha... -
10:00 PM Feature #6375: Python notation for literal Hash
- Ok. However, i was not proposing to remove the 1.9 syntax: { a: 'b' } could be a shorthand notation for { :a: 'b' },...
-
08:47 AM Feature #6375 (Rejected): Python notation for literal Hash
- The suggested changes will break almost every program after 1.9.
Ruby is not Python. Please get used to Ruby-way whe... -
02:57 AM Feature #6375: Python notation for literal Hash
- Related: #4801.
-
02:50 AM Feature #6375: Python notation for literal Hash
- I guess i am not using { a: 'b' } because what goes in my head is: "Poor new Ruby user who might need to read this..."
-
02:44 AM Feature #6375 (Rejected): Python notation for literal Hash
- Is there a reason not to use Python notation for literal Hash as an alternative to Ruby notation? I would like to be ...
-
08:02 PM Bug #6379 (Closed): inconsistent configuration of core extensions linking against libssl and libcrypto (ext/openssl, ext/digest/*)
- ext/openssl/extconf.rb was change some time ago to prefer compile settings via a pkconfig("openssl") directive.
Se... - 07:44 PM Revision 746c080b (git): * 2012-04-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:44 PM Revision 13edcbea (git): * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should not
- be changeable for JSON events.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35492 b2dd03c8-39d4-4d8f-98ff-823fe... -
05:38 PM Feature #6311: memmem()によるrb_memsearch()の高速化
- =begin
(({rb_memsearch_ss()}))が何だったか思い出せないですが、これ自体を置き換えてはどうでしょうかね。
=end -
05:29 PM Feature #6376: Feature lookup and checking if feature is loaded
- On Sun, Apr 29, 2012 at 00:03, trans (Thomas Sawyer)
<[email protected]> wrote:
> These methods could be cl... -
07:06 AM Feature #6376: Feature lookup and checking if feature is loaded
- Oh, I forget to mention that there seems to be no way to see what the "current loading feature" is either, as it appe...
-
07:03 AM Feature #6376 (Assigned): Feature lookup and checking if feature is loaded
- $LOADED_FEATURES is useful to know what "files" have been loaded. But it doesn't really tell us what "features" have ...
-
03:40 PM Bug #6378 (Closed): irb incorrectly considers line incomplete when parenthesis are excluded
- Steps to reproduce:
start irb
attempt to execute the following line:
[1,2,3].reduce :+
Expected:
a result of... -
06:12 AM Feature #6353 (Closed): caller-side **
- This issue was solved with changeset r35489.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is... -
03:39 AM Feature #6367: #same? for Enumerable
- =begin
My methods names for the "_by" methods are not very good. This should clarify:
[1,1,1].all_equal? ... -
01:49 AM Feature #6367: #same? for Enumerable
- trans (Thomas Sawyer) wrote:
> This reminds me of #sort and #sort_by, and I think both forms would be needed here to... -
01:45 AM Feature #6367: #same? for Enumerable
- edtsech (Edward Tsech) wrote:
> I don't know, but I was a little bit confused by that:
> assert_equal(true, [1,3,9,... -
02:32 AM Feature #6361: Bitwise string operations
- nobu (Nobuyoshi Nakada) wrote:
> Hi,
>
> (12/04/28 9:53), MartinBosslet (Martin Bosslet) wrote:
> > A real ad... -
02:20 AM Feature #6361: Bitwise string operations
- kosaki (Motohiro KOSAKI) wrote:
> I don't dislike a bult-in idea. But you haven't show a detailed spec
> and I... -
02:18 AM Bug #6374: Acces to initialized class variable from included module
- Then why in 'set_variables' (module Variables) is set @@class_variable for class 'A', appropriates to a class variabl...
-
01:02 AM Bug #5993: Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
- 長らく放置しててすみません。
先のパッチをテストしていて、これだけでは不十分で確か Fiber 内で fatal() を呼んだりした時の挙動に問題があったためもう少し考えないといけないなぁ、というところで止まってたと思います。
... -
12:59 AM Feature #6373: public #self
- On 28/04/2012 16:10, matz (Yukihiro Matsumoto) wrote:
>
> Issue #6373 has been updated by matz (Yukihiro Matsumo... -
12:53 AM Feature #6373: public #self
- Public #self seems like the most obvious choice. Is there some reason not to use it?
-
12:10 AM Feature #6373: public #self
- `__id__` returns `object_id` number, identity here is supposed to return itself.
I agree with introducing method to ...
04/28/2012
-
10:45 PM Bug #6228: [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
- On Win7 32bit, using the following build recipe on both trunk@r35485 and ruby_1_9_3@r35484 with MinGW GCC 4.6.2
... -
06:15 AM Bug #6228: [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
- > I seem unable to reproduce the exact exception on both trunk and ruby_1_9_3 branches. The error seems randomly mani...
-
04:21 AM Bug #6228 (Feedback): [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
- luislavena (Luis Lavena) wrote:
> I'll commit suggested patch from nagachika-san.
>
I seem unable to reproduce ... -
10:24 PM Revision 75cff1d7 (git): add a test for yaml ast roundtripping
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 PM Feature #6361: Bitwise string operations
- Hi,
(12/04/28 9:53), MartinBosslet (Martin Bosslet) wrote:
> A real advantage of having it built-in could be
... -
09:53 PM Feature #6361: Bitwise string operations
- On Fri, Apr 27, 2012 at 8:53 PM, MartinBosslet (Martin Bosslet)
<[email protected]> wrote:
>
> Iss... -
09:53 AM Feature #6361: Bitwise string operations
- nobu (Nobuyoshi Nakada) wrote:
> Then what kind of methods should Blob have?
>
> And does it need to be built-in?... -
10:20 PM Feature #6362: Modular exponentiation/inverse
- =begin
What about a new class, say Modulo?
m = Modulo.new(101, 11)
m.to_i #=> 2
m**4 #=> 5
=end
-
09:32 AM Feature #6362: Modular exponentiation/inverse
- mame (Yusuke Endoh) wrote:
> Personally I like this proposal, but it seems to require:
>
> - use cases (Well, p... - 09:12 PM Revision 874acd73 (git): * 2012-04-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 PM Revision 33809741 (git): * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.
- [ruby-core:44591][Feature #6353]
* compile.c (compile_array_): generate keyword splat insns.
* vm.c (m_core_hash_merg... -
09:05 PM Feature #6372: More specific error for uncaught throw
- > Because you didn't explain use case at all, I didn't understand the spec of your code nor what you really want. You...
-
07:33 PM Feature #6372 (Assigned): More specific error for uncaught throw
- Because you didn't explain use case at all, I didn't understand the spec of your code nor what you really want. You ...
-
09:20 AM Feature #6372: More specific error for uncaught throw
- I know right? You would think that would work. But...
refute(:a.thrown?{ throw :b })
Fails. I think that's wh... -
07:26 AM Feature #6372 (Feedback): More specific error for uncaught throw
- How about:
class Symbol
def thrown?
thrown = true
catch(self) do
yield
thro... -
04:09 AM Feature #6372 (Rejected): More specific error for uncaught throw
- I have this method:
=begin
class Symbol
# Does the block throw the symbol?
#
def thrown?
... -
08:46 PM Feature #6367: #same? for Enumerable
- This reminds me of #sort and #sort_by, and I think both forms would be needed here too --where the later makes it pos...
-
03:12 PM Feature #6367: #same? for Enumerable
- I don't know, but I was a little bit confused by that:
assert_equal(true, [1,3,9,7].same?(&:even?))
assert_equal(true... -
07:40 PM Bug #6374: Acces to initialized class variable from included module
- It's a spec.
Class variables belong to the static scope of classes, as well as constants. -
02:16 PM Bug #6374: Acces to initialized class variable from included module
- And more:
If then at the end to execute 'a.print_variables', we will receive values which set in 'a.set_variables_a ... -
01:53 PM Bug #6374 (Rejected): Acces to initialized class variable from included module
- # Description of bug (?) below in comments of code
# May by it is not a bug, but feature ?
module Variables
d... -
06:31 PM Feature #6373: public #self
- `enum.map(&:identity)` can be replaced with `enum.to_a`
But I think `Object#identity` is useful. `Object#tap` requir... -
04:06 PM Feature #6373: public #self
- Actually, I just realized there is already a method you can call to just return the method itself, albeit in a really...
-
04:02 PM Feature #6373: public #self
- At first I found this laughable, but then I realized there's no clear method you can call against an object that simp...
-
10:05 AM Feature #6373: public #self
- Use __id__.
-
08:28 AM Feature #6373: public #self
- `#identity` (or whatever it's called) is quite important in functional languages. It's handy to pass to another funct...
-
07:11 AM Feature #6373 (Assigned): public #self
-
06:46 AM Feature #6373 (Closed): public #self
- This was recently suggested to me as an extension:
~~~ruby
class Object
# An identity method that provides acc... -
05:53 PM Feature #6354: Remove escape (break/return/redo/next support) from class/module scope
- (2012/04/28 0:37), ktsj (Kazuki Tsujimoto) wrote:
> What about yield?
> I think it should also be removed if the... -
12:37 AM Feature #6354: Remove escape (break/return/redo/next support) from class/module scope
- What about yield?
I think it should also be removed if the proposal is accepted. -
03:00 PM Feature #6308: Eliminate delegation from WeakRef
- My proposal is that at some time deemed acceptable by ruby-core and Matz, the delegate-based WeakRef should go away, ...
-
02:47 PM Feature #6309: Add a reference queue for weak references
- Ok, fair enough.
Here is a *very primitive* modification of the current weakref.rb to support a reference queue. I... -
02:22 PM Revision 82fa2995 (git): * ext/-test-/win32/dln/extconf.rb: remove test DLL.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:34 PM Feature #6311: memmem()によるrb_memsearch()の高速化
- rb_memsearch_ss()はrb_memsearch()以外からは使われていないので、memmem()を使う場合にはrb_memsearch_ss()がコンパイルされないようにしました。
-
12:25 PM Feature #5455: $SAFE should be removed
- In an effort to be constructive here, I will attempt to break out specific, concrete permissions revoked at each SAFE...
- 09:59 AM Revision 55ac2cac (git): * 2012-04-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 AM Revision 6978b8ca (git): * vm_core.h (rb_thread_t#yielding): add a field.
- * thread.c (rb_thread_schedule_limits): set th#yielding while
release GVL to yield CPU time.
* thread.c (timer_thre... -
09:55 AM Feature #5741: Secure Erasure of Passwords
- Just to add this, I think it wasn't mentioned yet: we
also have to be aware of copying during GC, this could
compro... -
05:53 AM Feature #5458: DL should be removed
- On Sat, Apr 28, 2012 at 02:06:51AM +0900, mame (Yusuke Endoh) wrote:
>
> Issue #5458 has been updated by mame (Yu... -
02:06 AM Feature #5458: DL should be removed
- Okay, I'm willing to mark DL as obsolete in 2.0.
If anyone has an objection, please declare yourself ASAP.
Aaron,... -
01:51 AM Feature #5458: DL should be removed
- Even though DL can be emulated by using Fiddle in theory, I'd rather keep it for 2.0 for compatibility.
After 2.0, i... -
05:05 AM Bug #6369: GServer blocking after shutdown called
- Hi Yusuke-san,
all your syntactic points are accepted. This is the first patch I have submitted,so please excuse my... -
12:24 AM Bug #6369: GServer blocking after shutdown called
- When you send a patch,
* don't split header (we don't search the file)
* don't introduce cosmetic changes (follow t... -
01:46 AM Bug #6370 (Assigned): NaNTest failed for Ruby 1.9.3 P194
- I have no idea why (nan != 0) is evaluated to false.
Luis, Usa-san, Hongli Lai, can you reproduce it?
--
Yusuke... -
01:17 AM Feature #6353: caller-side **
- =begin
Almost implemented, and another question.
What should happen in this case?
def foo(k1: 1)
p k1
e... -
01:07 AM Bug #4044: Regex matching errors when using \W character class and /i option
- One additional note is that this only seems to occur when `\W` is in a character group:
~~~
➜ ruby -ve '("a".."z... -
12:26 AM Bug #5358 (Closed): YAML 中のタグの扱いについて
- 報告者が納得されているようなのでこのチケットはCloseします。
-
12:24 AM Bug #5390 (Closed): YAML.load が、正しく解析できないエンコーディングの文字列も受け付けてしまう
- 1.9.2はもうすぐメンテナンス終了で、1.9.3からPsychがデフォルトです。
こちらのチケットはCloseします。
04/27/2012
-
11:56 PM Bug #6370: NaNTest failed for Ruby 1.9.3 P194
- Here is the result:
beta@beta-PC ~
$ ruby test.rb
NaN
"\x00\x00\x00\x00\x00\x00\xF8\xFF"
nil
false
false
fa... -
10:25 PM Bug #6370: NaNTest failed for Ruby 1.9.3 P194
- Could you run the following script and show the result?
nan = 0.0 / 0
p nan
p [nan].pack("D")
p nan <=>... -
02:27 PM Bug #6370 (Closed): NaNTest failed for Ruby 1.9.3 P194
- The Ruby 1.9.3 is compibled by GCC 4.7.0 (MinGW64) under Windows64. Configure line is as following:
.configure --b... -
11:41 PM Bug #5993: Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
- ちょっと思い出せないんですが(多分、その辺整理すると思う)、
近永さんのことだから信じられると思います。
というわけで、テスト付きでコミットいただければ。 -
10:07 PM Bug #6369 (Assigned): GServer blocking after shutdown called
- Hello,
> I believe there is also an underlying design flaw: the main thread (@tcpServerThread) is blocked in the ... -
05:52 AM Bug #6369 (Closed): GServer blocking after shutdown called
- Hi,
My investigation of bug #6358 points the finger at GServer triggering bug #5343 on lower power arm-linux platfor... -
09:48 PM Feature #6368 (Rejected): Improvement to GServer - avoids bug #5343 on low speed [arm-linux] platform
- You filed this ticket by mistake?
If not, please reopen it with description.
--
Yusuke Endoh <[email protected]> -
05:29 AM Feature #6368 (Rejected): Improvement to GServer - avoids bug #5343 on low speed [arm-linux] platform
-
05:06 PM Feature #6367: #same? for Enumerable
- homologous? :)
-
02:18 PM Feature #6367 (Feedback): #same? for Enumerable
- I accept the idea of having the method that ensures all elements are same (under some criteria).
But the same? is no... -
04:41 AM Feature #6367: #same? for Enumerable
- I think any name you choose can be used.
-
03:21 AM Feature #6367 (Assigned): #same? for Enumerable
- Personally I don't think it is a good name.
It looks a kind of comparison operator.
--
Yusuke Endoh <[email protected]... -
02:28 PM Bug #4443: odd evaluation order in a multiple assignment
- 手元にあるJIS x3017のドラフトを見ると現状の評価順(多重代入の場合には右辺が先)が記述してありますね(11.4.2.4)。
どうしたもんだか。 -
02:13 PM Bug #5829: /dl/test_cptr.rb Segmentation fault on Ruby 1.9.3 P0
- This can be closed now. already find out it is DL CPtr issue.
-
02:12 PM Bug #6333: Ruby 1.9.3 (P0, P125,P194) Segmentation fault when compiled with GCC 4.7.0
- GCC also corrected this issue.
Regards. -
02:06 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
Win32 use LP32 data modle and Win64 use LLP64 data model. LP32 means long & pointer is 4bytes, LLP64 means long l...-
01:23 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- Hello,
In message "[ruby-core:44651] [ruby-trunk - Bug #6364] Segmentation fault happend when running test_cp... -
12:36 PM Bug #6364 (Closed): Segmentation fault happend when running test_cptr.rb
- This issue was solved with changeset r35485.
ray, thank you for reporting this issue.
Your contribution to Ruby is gr... -
03:14 AM Bug #6364 (Assigned): Segmentation fault happend when running test_cptr.rb
- Usa-san, may I assign this to you?
If not, please reassign to Aaron who is a maintainer of dl.
I guess he will say ... -
12:59 PM Feature #6365 (Rejected): [Feature request] Better readable syntax to check if String is included in Array
- You explained you prefer str.included_in?(ary) or str.include?(ary) better because you "don't think it reads very nic...
-
03:25 AM Feature #6365 (Assigned): [Feature request] Better readable syntax to check if String is included in Array
- There were some similar proposals:
- Object#in? [ruby-core:23543]
- "in" infix operator [ruby-core:32454]
... -
10:58 AM Bug #6357 (Closed): readlineのテストtest_editing_modeが実行ユーザの.inputrcに影響される
- This issue was solved with changeset r35483.
Wataru, thank you for reporting this issue.
Your contribution to Ruby is... -
09:56 AM Feature #6361: Bitwise string operations
- Then what kind of methods should Blob have?
And does it need to be built-in? -
03:03 AM Feature #6361: Bitwise string operations
- +1 : I use them every day.
-
01:52 AM Feature #6361: Bitwise string operations
- +1 for Blob (or, my preferred name: Data). I've mentioned this in the past, but we can look at Obj-C's example: NSStr...
-
05:43 AM Bug #6355: arm-linux build test suite fails: on : /lib/ruby/1.9.1/arm-linux/digest/md5.so: [BUG] Segmentation fault
- Yusuke-san
Please close - identified as a missing linux library dependency.
The following script finds missing l... - 03:36 AM Revision 62d71852 (git): * ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value to
- unsigned long long on Win64.
[ruby-core:44636][Bug #6364] reported by [email protected] (ray linn)
git-svn-id: sv... -
03:11 AM Bug #6363 (Feedback): mak test fail on hpux 11.31 ia
- Please try Ruby trunk.
If the problem still occurs, could you please create a patch yourself?
There is no arm mai... -
03:10 AM Feature #6362 (Feedback): Modular exponentiation/inverse
- Personally I like this proposal, but it seems to require:
- use cases (Well, personally I often use them for Pro... -
03:05 AM Feature #6362: Modular exponentiation/inverse
- +1 : very helpful for cryptographic stuffs.
-
02:10 AM Revision 7caf2598 (git): merge revision(s) 33196:
- * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures
[ruby-dev:44430] [Ruby 1.9 - Bug #372... -
01:58 AM Revision 0a68f120 (git): * test/readline/test_readline.rb (setup): avoid affected by user's
- inputrc file. [ruby-dev:45584][Bug #6357]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35483 b2dd03c8-39d4-4d8... -
01:41 AM Revision 664a13b7 (git): test/readline/test_readline.rb: suppress bell
- * test/readline/test_readline.rb (replace_stdio, with_pipe): suppress bell.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
01:20 AM Bug #6358: arm-linux : sleep() time dependent threading bug
- Hi Yusuke-san
Resolved - duplicated #5343
further investigation leads me to believe that this is actually a dupli... -
12:19 AM Bug #6358: arm-linux : sleep() time dependent threading bug
- Could you write a reproducible code with C?
If you can, it is an issue of ulibc's pthread implementation.
The roo...
04/26/2012
-
11:48 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- it is this line cause the Segmentation fault.
p fread.([buf.to_i, 1, buf.size - 1, fp.to_i])
The declaretion of... -
11:41 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- Here is the log. I wrote a small C to invoke the fread within msvcrt.dll via libffi, but it works fine.
$ ruby ru... -
04:59 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- Hello,
In message "[ruby-core:44640] [ruby-trunk - Bug #6364] Segmentation fault happend when running test_cp... -
02:15 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- Yes, My target is to provide the most compatiable ruby binray of Windows. Most Ruby ext include fiddle,syslog has bee...
-
12:35 PM Bug #6364: Segmentation fault happend when running test_cptr.rb
- You must use ext/fiddle (= libffi wrapper) on Win64.
-
12:24 PM Bug #6364 (Closed): Segmentation fault happend when running test_cptr.rb
- Ruby 1.9.3-P194 compiled by MinGW64 (GCC 4.7.0), Compiled success, but failed when run test all. The same issue happe...
-
11:32 PM Feature #6361: Bitwise string operations
- +1 for Blob, strings are not the only data that one might wish to encrypt.
-
11:26 PM Feature #6361: Bitwise string operations
- Would it be better to have a dedicated class, e.g. a Blob ?
-
07:22 PM Feature #6361 (Feedback): Bitwise string operations
- Propose a detailed spec with use cases.
For example the behavior of the case "aa" ^ "bbbb" -
09:57 AM Feature #6361: Bitwise string operations
- +1 from me...
There are many cases where high-perf treatment of a homogeneous array would be useful in Ruby, as ev... -
09:37 AM Feature #6361 (Rejected): Bitwise string operations
- I know this has been discussed a lot in the past (and if there's still
an open issue for this, I apologize, I could... -
11:30 PM Revision 85f444d4 (git): merge revision(s) 35417:
- * test/rinda/test_rinda.rb: fix sticks on some testsf problem
[Bug #6272]
git-svn-id: svn+ssh://ci.ruby-l... -
11:19 PM Revision c746b6fa (git): * thread.c (rb_threadptr_execute_interrupts_common):
- handle timer_interrupt only on the first loop for the case to avoid
the infinite loop like following case:
* ther... -
10:35 PM Feature #6367 (Feedback): #same? for Enumerable
- I realised that I frequently test if all objects in enumerable have the same feature. For example if all words have t...
-
10:18 PM Revision da12c793 (git): * ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longest
- path in sockaddr_un, really.
reported by nagachika.
http://d.hatena.ne.jp/nagachika/20120426/ruby_trunk_changes_3... - 05:38 PM Revision 0e01d836 (git): * 2012-04-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:38 PM Revision 9a92bcdb (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:36 PM Feature #6365: [Feature request] Better readable syntax to check if String is included in Array
- Since I can't fix the RD syntax error, here is the text again:
I find myself constantly wanting to check whether o... -
05:33 PM Feature #6365 (Rejected): [Feature request] Better readable syntax to check if String is included in Array
- =begin
I find myself constantly wanting to check whether one string is included within an array of strings.
It is c... -
05:07 PM Feature #3219: assert now passes non-boolean result
- In my view those are a kind of predicates that deserve to be tested using a straightforward assertion call. They are ...
-
04:58 PM Feature #3219: assert now passes non-boolean result
- Hmmm... if I have
# Returns true if the user has first and last names.
def name_complete?
@first_n... -
02:05 PM Feature #3219: assert now passes non-boolean result
- =begin
fxn, you can use (({assert_send})) instead and will see better message if it fails.
$ ruby -rtest/unit -e... -
01:24 PM Revision b82f8f71 (git): add a comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 PM Revision 4c87e943 (git): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 PM Bug #6356: arm linux build test suite fails on test/socket
- 2012/4/25 stevegoobermanhill (stephen gooberman-hill)
<[email protected]>:
>
> Issue #6356 has been... -
11:49 AM Bug #6363 (Rejected): mak test fail on hpux 11.31 ia
- $ export PATH=/usr/local/bin:$PATH
$ export CC=gcc
$ export CFLAGS="-O2 -g -pthread -mlp64 ... -
11:18 AM Bug #6341 (Third Party's Issue): SIGSEGV: Thread.new { fork { GC.start } }.join
- rudolf (r stu3) wrote:
> naruse (Yui NARUSE) wrote:
> > Following patch to NetBSD fixes this issue.
> > thanks @_e... -
03:24 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- naruse (Yui NARUSE) wrote:
> Following patch to NetBSD fixes this issue.
> thanks @_enami
[...]
I've tested the... -
09:57 AM Bug #5511: "make test" failure on HP-UX/PA
- i got the bug on hpux 11.31 IA 1.9.3p125
-
09:52 AM Feature #6362 (Closed): Modular exponentiation/inverse
- I'd like to ask your opinion about adding two methods for modular
exponentiation/modular inverse to integer classes... -
09:20 AM Feature #6219: Return value of Hash#store
- Yes, I neglected assignment in my initial proposal, silly idea :) Hash#store would be great, though! Apart from the p...
-
08:46 AM Bug #6360 (Assigned): Debug information build even without requesting it
- Hello,
While working on latest RubyInstaller release for 1.9.3-p194 our team detected a bigger shared library and ... -
05:37 AM Bug #6358: arm-linux : sleep() time dependent threading bug
- Hi Yusuke-san,
I'm not sure that I will be able to create a patch - you can blame Matz :-) If he hadn't written such... -
03:34 AM Revision 1413510e (git): * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longest
- path in sockaddr_un.
(inspect_sockaddr): ditto.
(addrinfo_mdump): ditto.
(addrinfo_mload): ditto.
(rsock_unix...
04/25/2012
-
10:39 PM Bug #6358 (Feedback): arm-linux : sleep() time dependent threading bug
- At first, please try Ruby trunk.
If the problem still occurs, could you please create a patch yourself?
There is ... -
10:31 PM Bug #6358 (Closed): arm-linux : sleep() time dependent threading bug
- Hi,
I have a multi-threading bug on a low-speed (180MHz) arm-linux platform. The bug can be consistantly produced or... -
10:37 PM Bug #6356 (Feedback): arm linux build test suite fails on test/socket
- At first, please try Ruby trunk.
If the problem still occurs, could you please create a patch yourself?
There is ... -
09:33 PM Bug #6356 (Rejected): arm linux build test suite fails on test/socket
- consistent unix address errors in 3 places, plus 1 failure in socket test suite
kind regards
Steve
[root@tec... -
10:37 PM Bug #6355 (Feedback): arm-linux build test suite fails: on : /lib/ruby/1.9.1/arm-linux/digest/md5.so: [BUG] Segmentation fault
- At first, please try Ruby trunk.
If the problem still occurs, could you please create a patch yourself?
There is ... -
09:29 PM Bug #6355 (Closed): arm-linux build test suite fails: on : /lib/ruby/1.9.1/arm-linux/digest/md5.so: [BUG] Segmentation fault
- build test suite fails
- first claims that a file which exists is not found
- then throws a segfault
I suspect t... -
10:22 PM Bug #6357 (Assigned): readlineのテストtest_editing_modeが実行ユーザの.inputrcに影響される
-
10:00 PM Bug #6357 (Closed): readlineのテストtest_editing_modeが実行ユーザの.inputrcに影響される
- =begin
木村といいます。
readlineのテストが実行したユーザの~/.inputrcによって失敗することがあります。
以下に例を示します。
1. inputrcでviモードが指定されているとtest_edit... -
06:49 PM Feature #3219: assert now passes non-boolean result
- Not sure I understand this ticket.
If I write a generic predicate foo? whose return value is undocumented and irre... -
06:46 PM Feature #3219: assert now passes non-boolean result
- Sorah-san, you can decide this.
--
Yusuke Endoh <[email protected]> -
04:36 PM Revision 2bc4268e (git): * test/optparse/test_summary.rb (test_summary_containing_space): add
- test for r35467. OptionParser#to_a shouldn't split banner by spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... - 04:22 PM Revision df79ded6 (git): * 2012-04-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision f51e9cc0 (git): * ChangeLog: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision c1d27b8c (git): * ext/socket/raddrinfo.c (init_unix_addrinfo): refine error message
- format.
(addrinfo_mload): show more information on "too long AF_UNIX path"
error.
(addrinfo_unix_path): ditto f... -
01:23 PM Feature #6354: Remove escape (break/return/redo/next support) from class/module scope
- (2012/04/25 12:37), mame (Yusuke Endoh) wrote:
> By removing it, what advantage will we get?
It simplifies VM... -
12:37 PM Feature #6354 (Assigned): Remove escape (break/return/redo/next support) from class/module scope
- I don't object, but just curious.
By removing it, what advantage will we get?
--
Yusuke Endoh <[email protected]> -
12:12 PM Feature #6354 (Assigned): Remove escape (break/return/redo/next support) from class/module scope
- Let's remove global escape (break/return/redo/next support) from class/module scope.
Yes, it introduces incompatib... -
12:43 PM Bug #4974 (Closed): [ext/tk] ruby_1_9_2@32391 build failure with MinGW
- I think this issue can be closed. Let me know if I'm wrong.
--
Yusuke Endoh <[email protected]> -
07:59 AM Feature #6353: caller-side **
- Hi,
In message "Re: [ruby-core:44591] [ruby-trunk - Feature #6353][Assigned] caller-side **"
on Tue, 24 A... -
07:50 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- Following patch to NetBSD fixes this issue.
thanks @_enami
Index: pthread.c
====================================... -
06:23 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- On Tue, Apr 24, 2012 at 2:25 PM, Eric Wong <[email protected]> wrote:
> KOSAKI Motohiro <kosaki.motohiro@gmail.... -
03:29 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- KOSAKI Motohiro <[email protected]> wrote:
> (4/24/12 6:55 AM), Yusuke Endoh wrote:
> >2012/4/24, KOSAKI... -
01:53 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- On Tue, Apr 24, 2012 at 12:13 PM, NARUSE, Yui <[email protected]> wrote:
> (2012/04/24 19:44), KOSAKI Motohiro wrot... -
01:23 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- (2012/04/24 19:44), KOSAKI Motohiro wrote:
>> kosaki (Motohiro KOSAKI) wrote:
>>> On Mon, Apr 23, 2012 at 11:17 ... -
12:29 AM Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
- (4/24/12 6:55 AM), Yusuke Endoh wrote:
> Hello,
>
> 2012/4/24, KOSAKI Motohiro<[email protected]>:
>... -
06:53 AM Feature #5555: rename #include? to #includes?
- > Do you try to call pop! as well? :)
That sounds like a balloon! yes! pop!
(I suppose in answer to your ques... -
05:53 AM Feature #5555: rename #include? to #includes?
- On Wed, 2012-04-25 at 05:24 +0900, Roger Pack wrote:
> >> It always confuses me how that one defies the rule.
> ... -
05:29 AM Feature #5555: rename #include? to #includes?
- >> It always confuses me how that one defies the rule.
>
> There’s no non-dangerous version of Array#shift, so it ... -
05:23 AM Feature #5555: rename #include? to #includes?
- On Tue, Apr 24, 2012 at 15:47, Roger Pack <[email protected]> wrote:
>> The basic naming for methods in standar... -
05:53 AM Bug #6246: 1.9.3-p125 intermittent segfault
- >
/home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(rb_gc_call_finalizer_at_exit+0x219) [0x7f9f37246359... -
04:31 AM Bug #6246: 1.9.3-p125 intermittent segfault
- I've been using p194 for about a day now - no crashes yet
I'll notify you here over the next while
if the crash... -
01:44 AM Feature #2565: adding hooks for better tracing
- Could the experimental probes be added in 1.9.3, so that developers would gain experience using them and have a more ...
-
12:21 AM Bug #6344: 1.9.3 p125, p194 ruby causes SEGV with test_massign.rb on ppc/ppc64
- >OP said the same issue occurred on x86_64-linux, but I couldn't reproduce.
>Can you?
No I can't. we need more fe... -
12:10 AM Bug #5986: Segmentation Fault
- Thanks Yusuke.
I have notified the ActiveAdmin project (https://github.com/gregbell/active_admin/issues/1269) and I ...
Also available in: Atom