Activity
From 07/21/2013 to 07/27/2013
07/27/2013
-
09:07 PM Feature #8629: Method#parameters should include the default value
- I don't understand, I've expressed already my opinion on how it should behave in the case you pointed out directly in...
-
04:42 PM Feature #8629 (Rejected): Method#parameters should include the default value
- There can be a default value expression that refers external scope, e.g.
def foo(a, b=a+2)
end
In the case... -
08:23 PM Bug #8697 (Rejected): Fixnum complement operator issue
- =begin
By the ((<documentation|URL:http://www.ruby-doc.org/core-2.0/Fixnum.html#method-i-7E>)), bitwise complement o... -
04:54 PM Feature #8696 (Closed): Process.setproctitle
- $0= と同じ機能が$変数を使わずに書けないようなので、
Process.setproctitle を追加するのはどうでしょうか? -
04:29 PM Feature #8430: Rational number literal
- matz (Yukihiro Matsumoto) wrote:
> The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" a... -
04:16 PM Feature #8430: Rational number literal
- The final idea was "1r" to be "Rational(1,1)". We also accept the idea of "1i" as "Complex(0,1)".
Matz.
-
04:13 PM Feature #8671: support SEEK_DATA and SEEK_HOLE
- We accept. Go ahead.
Matz.
-
03:48 PM Feature #6589: Set#rehash
- Actually, an undocumented "feature" is that Set does not support an element being modified once it is added.
Maybe... -
03:27 PM Feature #8026: Need Module#prepended_modules
- What about adding Module#prepend?(other) also, which could be implemented in ruby as follows?
module Module
def... -
02:47 PM Feature #8026: Need Module#prepended_modules
- I am OK with the idea.
Matz.
-
03:25 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- In attached patch.diff
~~~ruby
assert_equal({1=>2, 3=>4}, h.slice!(1, 3))
~~~
but ActiveSupport's `h.slice!(1... -
03:22 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- The slice method (`Array#slice`) retrieve "a slice of elements" from an `Array`.
Considering that, slice is *not* a ... -
03:10 PM Bug #8221: 2 AES-128-GCM (probably same in AES-256-GCM) bug?
- http://rbci.lakewood.privs.net/ruby-trunk/log/20130726T230003Z.log.html.gz also relates this
-
03:07 PM Feature #7292 (Feedback): Enumerable#to_h
- the name 'to_h' is OK, simpler behavior is preferable compared with the past proposals.
But I am not sure the foll... -
02:59 PM Feature #6588: Set#intersect?
- OK, accepted. I'll work on it.
-
02:29 PM Feature #8632: Remove warnings for Refinements
- I agree. Remove warning.
Matz.
-
01:53 PM Feature #8678: Allow invalid string to work with regexp
- duerst (Martin Dürst) wrote:
> Sorry to be late with my comment.
>
> naruse (Yui NARUSE) wrote:
> > People can f... -
01:45 PM Feature #3753: value of def-expr
- We accept this change for 2.1 in the developers' meeting on 2013-07-27. We also think define_method() should return ...
-
01:36 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- In the developers' meeting on 2007-07-27, we concluded we accepted the proposal from Aaron in https://dl.dropboxuserc...
-
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron Patterson <[email protected]> wrote:
> In the last developer meeting, matz suggested that the existin... -
10:46 AM Bug #8695 (Feedback): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
- Your log is 1.8.7.
-
04:35 AM Bug #8695 (Closed): CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800
- I was following the instructions in the README file for the compilation of Ruby version2.0.0-p247. The problem is al...
-
09:56 AM Feature #8601: Win32API.rb long life plan
- usa (Usaku NAKAMURA) wrote:
> Win32API.rb should be removed at 2.1.0.
Hello usa,
This doesn't go against what ... -
09:45 AM Bug #5954: IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- Hello usa, nobu.
I've hit this issue with several project again.
Can you confirm or reject if this failure is i... -
08:53 AM Feature #8658: Process.clock_gettime
- 2013/7/26 Tanaka Akira <[email protected]>:
> 2013/7/26 KOSAKI Motohiro <[email protected]>:
>
>> Really? I... -
12:22 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- what is the reason for this?
why should yield and block.call behave differently?
why should lambdas sometimes n...
07/26/2013
-
11:23 PM Bug #8689: REXML::StreamListener#entityが呼び出されない
- ちょっとみたらすぐにいけそうだったので実装しておきました!あと、パースして情報が落ちるのは切ないなぁという気持ちもありました。
まぁ、なにに使うんですかねぇ。。。未定義のパラメーター実体参照をしていないか、というチェックをするプ... -
11:17 PM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
- This issue was solved with changeset r42198.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:16 PM Bug #8689 (Assigned): REXML::StreamListener#entityが呼び出されない
-
02:54 AM Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
- REXML::StreamListener#entity のドキュメントによると
# Called when %foo; is encountered in a doctype declaration.
# @p ... -
10:58 PM Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- How about this implementation?
-
09:55 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
- It crashes in win32-api.
-
07:48 PM Bug #8694 (Third Party's Issue): scheduled_tasks bug report
- gem crash trying to use a scheduled_task resource. I first tried using forward slashes, but had similar errors.
s... -
09:41 PM Feature #8693 (Rejected): lambda invoked by yield acts as a proc with respect to return
- It's spec.
-
02:14 PM Feature #8693 (Closed): lambda invoked by yield acts as a proc with respect to return
- irb(main):004:0> def m1; yield end; def m2; m1 &->{return 0}; 1 end; m2
=> 0
-
06:17 PM Feature #8678: Allow invalid string to work with regexp
- Sorry to be late with my comment.
naruse (Yui NARUSE) wrote:
> Legacy Ruby 1.8 could regexp match with broken str... -
08:41 AM Feature #8678: Allow invalid string to work with regexp
- I am positive. I'd rather want to make this default (if possible).
Matz.
-
05:41 PM Feature #7292: Enumerable#to_h
- Yes, thanks, i forgot. Then "to_h" would be fine with me.
In fact, for me it would be enough to have a method lik... -
04:53 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Tue, Aug 02, 2011 at 07:35:15AM +0900, Yehuda Katz wrote:
>
> Issue #5138 has been reported by Yehuda Katz.
... -
03:30 PM Bug #8680 (Feedback): ruby crashes when built with AddressSanitizer
-
01:18 AM Bug #8680: ruby crashes when built with AddressSanitizer
- Does Boehm GC works on the AddressSanitizer? IOW, is this ruby specific?
-
01:04 PM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
- This issue was solved with changeset r42183.
贾, thank you for reporting this issue.
Your contribution to Ruby is grea... -
09:37 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- Update the patch
Using the encoding from path name -
12:59 PM Feature #8658: Process.clock_gettime
- 2013/7/26 KOSAKI Motohiro <[email protected]>:
> Really? I don't think so because CLOCK_*_CPUTIME_ID ha... -
12:53 PM Feature #8658: Process.clock_gettime
- 2013/7/24 Eregon (Benoit Daloze) <[email protected]>:
> Issue #8658 has been updated by Eregon (Benoit Daloze)... -
02:53 AM Feature #8658: Process.clock_gettime
- (7/23/13 9:50 PM), Tanaka Akira wrote:
> 2013/7/24 KOSAKI Motohiro <[email protected]>:
>
>> So, Why d... -
12:55 PM Bug #8692 (Rejected): segv in fiddle
- =begin
(({time()})) returns (({time_t})), not pointer.
As Fiddle doesn't provide (({TYPE_TIME_T})) currently, you h... -
11:45 AM Bug #8692 (Rejected): segv in fiddle
- =begin
require 'fiddle'
libc = Fiddle.dlopen('libc.dylib')
time = Fiddle::Function.new( libc['time'], [Fiddl... -
11:42 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
- This issue was solved with changeset r42178.
Hans, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:10 AM Bug #8687 (Closed): mathn and round causes an segmentationfault
- require "mathn"; (5/2).round(2)
-- Control frame information -----------------------------------------------
c:... -
11:39 AM Feature #8675: Add Readline.point=(pos)
- ありがとうございます。
7月中には取り込む方向で進めますね。
取り込むならユニットテストもほしいですね。あと、libeditでの動作確認も。 -
08:52 AM Feature #8691 (Closed): Add warning for variable that is re-assigned but not re-used
- The following code
def reassigned_unused
a = 42
b = a.to_s
a = 56
b
end
Does not currently generat... -
06:57 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- We just talked about it and found out that it's an issue only with Intel processors with the AES-NI instructions. The...
-
05:55 AM Bug #8690: Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- AES-256-CBC-HMAC-SHA1 also crashes with the same stack trace
-
05:45 AM Bug #8690 (Third Party's Issue): Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- =begin
While I realize this is probably wrong, I was trying to find a cipher that JRuby 1.7.4 supported and encounte... -
02:33 AM Feature #8688 (Open): #sprintf should accept strings as keys
- =begin
Hi there,
Kernel#sprintf should support strings as keys. Currently it only works with symbols:
{irb(ma... -
02:23 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
- (7/24/13 6:31 PM), shyouhei (Shyouhei Urabe) wrote:
>
> Issue #8674 has been updated by shyouhei (Shyouhei Urabe... -
02:10 AM Bug #8685 (Assigned): Problems of the example of REXM::Attribute#namespace
-
02:09 AM Bug #8685: Problems of the example of REXM::Attribute#namespace
- @ohai Thank you! It seems you removed an example for #add_attributes
Why was this removed? -
01:35 AM Bug #8685 (Closed): Problems of the example of REXM::Attribute#namespace
- The exmaple of the comment document of REXML::Attribute#namespace has some problems.
* An old style hash literal i... -
01:03 AM Feature #8671: support SEEK_DATA and SEEK_HOLE
- The patch looks good to me.
-
12:21 AM Feature #8684 (Rejected): GC.disable with block
- It's easily done by
begin
GC.disable
do_something
ensure
GC.enable
end
and considering b...
07/25/2013
-
08:40 PM Feature #8684 (Rejected): GC.disable with block
- I propose GC.disable with block.
It is useful to ensure GC.enable.
usage:
GC.disable do
do_something # GC d... -
01:59 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- > Furthermore, should we introduce a function to callback with locking temporarily?
I made rb_str_locktmp_ensure()... -
12:53 PM Bug #8386: OpenSSL thread safety
- (2013/07/24 19:37), MartinBosslet (Martin Bosslet) wrote:
> @naruse: You're right, and I also believe it would mak... -
10:44 AM Feature #8683: CSV library can't append to the current row. It should be able to.
- @nobu Thanks! I've re-created an example using CSV::Table:
require "csv"
row = CSV::Row.new ["Name"], ["Name"], true
... -
09:46 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
- CSV class is a reader/writer, not to edit CSV data on memory.
You may want to use CSV::Table instead. -
07:21 AM Feature #8683: CSV library can't append to the current row. It should be able to.
- I guess I could settle for:
headers = ["one"]
CSV.generate headers: true do
["two", three"].each do |e|
heade... -
07:08 AM Feature #8683 (Rejected): CSV library can't append to the current row. It should be able to.
- The CSV library can only add *new* rows, and it provides no way to update the current row after it has been created.
... -
07:31 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
- Linda_pp (R H) wrote:
> + #else
> + (void)filename;
> + (void)line;
> #endif
(void) で黙らせるのは感心しません。gc... -
06:28 AM Feature #7292: Enumerable#to_h
- alexeymuranov (Alexey Muranov) wrote:
> it seems to me that other "#to_?" methods are applicable to all or almost al... -
03:40 AM Feature #8681 (Open): Net::HTTP should set TCP_NODELAY for requests with body
- Setting TCP_NODELAY to disable Nagle's algorithm speeds up successive writes which
we use when sending HTTP PUT/POST...
07/24/2013
-
11:17 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- jonforums (Jon Forums) wrote:
> > > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to ... -
08:22 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- > > What happens when you `chcp 65001` in cmd.exe but do not encode `$LOAD_PATH` to utf-8?
> require do work with my... -
12:24 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- jonforums (Jon Forums) wrote:
> When require fails, is cmd.exe using codepage 936?
yes
>
> What happens when you... -
12:00 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- When require fails, is cmd.exe using codepage 936?
What happens when you `chcp 65001` in cmd.exe but do not encode... -
11:19 AM Bug #8677 (Closed): $LOAD_PATH did not encoded into the "internal encoding"
- =begin
When I use utf-8 as the internal encoding, and I require some file with Chinese name,and the require failure ... -
09:23 PM Bug #8680: ruby crashes when built with AddressSanitizer
- 2013/7/24 halfie (Ruby Guy) <[email protected]>:
> Bug #8680: ruby crashes when built with AddressSanitizer
> h... -
08:41 PM Bug #8680 (Closed): ruby crashes when built with AddressSanitizer
- ruby crashes when built with AddressSanitizer (http://clang.llvm.org/docs/AddressSanitizer.html).
To reproduce the... -
07:37 PM Bug #8386: OpenSSL thread safety
- @ko1: Thank you so much for that! I think that functionality was exactly what was needed. The error happens when RSA ...
-
07:16 PM Bug #8386: OpenSSL thread safety
- ko1 (Koichi Sasada) wrote:
> Maybe I fixed it.
> Please check it.
I think dyn_lock_function and others also shou... -
06:34 PM Feature #7292: Enumerable#to_h
- I have stumbled upon a need for a method like this, to chain transformations of a hash and get a hash as a result. J...
-
06:05 PM Bug #8679 (Closed): Time.newのutc_offset文字列で、 MMが60-99の場合にも例外を出して欲しい
- 要望
---
Time.new へ utc_offset を表す文字列 "+HH:MM" "-HH:MM" が渡された時、
MM が 60-99 の場合にも ArgumentError を出して欲しい。
### 期待す... -
05:35 PM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- By the way,the file nacl/pepper_main.c has a same name function at line 824.
Is the file need change too? -
11:06 AM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
- This patch looks good to me for trunk. It can't be backported though because that would break API compatibility.
-
11:01 AM Bug #8676 (Closed): ruby 2.0 can not require or load the source file with non-ascii path name
- =begin
Sorry for my poor english:)
I attached the patch to fix the problem, but I don't know is it the right way.... -
02:47 PM Feature #8678 (Assigned): Allow invalid string to work with regexp
- Legacy Ruby 1.8 could regexp match with broken strings.
People can find characters from binary data on the age.
A... -
02:40 PM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
- 下記のように、パラメータを使用しない場合は警告を抑制するようにしてはいかがでしょうか。
*** ruby.h.old 2013-07-23 01:08:27.000000000 +0900
--- ruby.h 201... -
11:23 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
- 使わないパラメータを残しているのは意図的なんですが、どうしたもんでしょ
う。マクロで使うときだけ有効にするような感じにするといいですかねぇ。
(2013/07/24 9:47), Linda_pp (R H) wrot... -
09:47 AM Bug #8674: [patch] unused-parameter warning in ruby/ruby.h
- `ruby -v` の出力が間違っていました。
ruby 2.1.0dev (2013-07-23 trunk) [x86_64-darwin12.3.0]
でした。失礼しました。 -
12:13 AM Bug #8674 (Closed): [patch] unused-parameter warning in ruby/ruby.h
- C++ のプログラムで ruby.h をインクルードすると ruby/ruby.h にて unused-parameter の警告が出ます.
・警告内容
In file included from /Users/rhayasd... -
02:31 PM Feature #8671 (Assigned): support SEEK_DATA and SEEK_HOLE
- It sounds good.
matz, how do you think? -
12:58 PM Bug #8670 (Rejected): "100do" should be a syntax error
- It's spec. Ruby does not require spaces when it's clear.
Matz.
-
11:19 AM Bug #8670: "100do" should be a syntax error
- nobu (Nobuyoshi Nakada) wrote:
> I've thought it's a spec.
I think so too and it should be. -
11:11 AM Bug #8670 (Assigned): "100do" should be a syntax error
- I've thought it's a spec.
-
12:48 PM Bug #8668: Net::Telnet waitfor('Waittime'=>0) may wait forever
- There is a related bug with 'Timeout': if the remote end keeps sending data (even if only telnet control codes), but ...
-
11:45 AM Bug #8669 (Assigned): outbuf can be "temporarily" locked forever in IO#read
- Seems fine.
Furthermore, should we introduce a function to callback with locking
temporarily?
-
10:53 AM Feature #8658: Process.clock_gettime
- 2013/7/24 KOSAKI Motohiro <[email protected]>:
> So, Why do you choice Process.clock_gettime() instead ... -
03:23 AM Feature #8658: Process.clock_gettime
- (7/20/13 6:39 AM), akr (Akira Tanaka) wrote:
>
> Issue #8658 has been updated by akr (Akira Tanaka).
>
> Fil... -
03:14 AM Feature #8658: Process.clock_gettime
- Eregon (Benoit Daloze) wrote:
> akr (Akira Tanaka) wrote:
> > > While I appreciate Ruby is not always taking the l... -
01:22 AM Feature #8658: Process.clock_gettime
- akr (Akira Tanaka) wrote:
> > While I appreciate Ruby is not always taking the lowest common denominator for functi... -
12:23 AM Feature #8658: Process.clock_gettime
- 2013/7/21 Eregon (Benoit Daloze) <[email protected]>:
>
> Issue #8658 has been updated by Eregon (Benoit Dal... -
03:05 AM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
- It seems therubyracer or v8's issue.
-
03:03 AM Feature #8675 (Closed): Add Readline.point=(pos)
- r42146 でのテスト修正で \A を入力しているのですが、rl_point を直接いじった方が正しい気がするので。
diff --git a/ext/readline/readline.c b/ext/readline/re...
07/23/2013
-
10:11 PM Bug #8673: User rest-client PUT request core dumped
- /home/hao/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/buffering.rb:174: [BUG] Segmentation fault
ruby 2.0.0p2... -
10:06 PM Bug #8673 (Closed): User rest-client PUT request core dumped
- 1. use OpenSSL::X509::Certificate.new generate certificate object
2. create client = RestClient::Resource.new object... -
08:23 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- "Glass_saga (Masaki Matsushita)" <[email protected]> wrote:
> Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN
I c... -
06:06 PM Bug #8669 (Closed): outbuf can be "temporarily" locked forever in IO#read
- Following code make outbuf "temporarily" locked forever.
It is needed to ensure rb_str_unlocktmp().
str = ""
t =... -
07:11 PM Bug #8386: OpenSSL thread safety
- Maybe I fixed it.
Please check it. -
06:59 PM Bug #8386 (Closed): OpenSSL thread safety
- This issue was solved with changeset r42135.
Dirkjan, thank you for reporting this issue.
Your contribution to Ruby i... -
06:55 PM Bug #8672 (Third Party's Issue): Segmentation fault ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
- Tried to install gitlab, following https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
At s... -
06:30 PM Feature #8671 (Closed): support SEEK_DATA and SEEK_HOLE
- SEEK_DATA and SEEK_HOLE are whences for lseek(2) supported by Linux since version 3.1.
These are useful to deal with... -
06:18 PM Bug #8670 (Rejected): "100do" should be a syntax error
- =begin
In certain contexts, `do' adjacent to a number can be parsed as a distinct token instead of syntax error.
... -
01:55 PM Feature #8663: Officialy alias ArgumentError to ArgError
- This just saves 5 characters, but creates confusion because now many people will start to wonder what the difference ...
-
12:07 AM Feature #8663 (Assigned): Officialy alias ArgumentError to ArgError
- When not using custom made exceptions, I find myself using TypeError, NameError and ArgumentError the most. ArgumentE...
-
12:41 PM Bug #8668 (Rejected): Net::Telnet waitfor('Waittime'=>0) may wait forever
- waitfor('Waittime'=>0) says it will not wait once the expected prompt has matched, yet if the remote end continues to...
-
11:23 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
- (13/07/23 4:56), Joshua Ballanco wrote:
> You can already accomplish something like this yourself:
>
> ```ruby
>... -
04:59 AM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
- You can already accomplish something like this yourself:
```ruby
begin
raise "Hello!"
rescue Exception => e
... -
08:44 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
- This issue was solved with changeset r42126.
Jody, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:42 AM Bug #8664: open ssl not_before failure on small set of certificates
- Unfortunately, when encoded as BER, all bets are off, as the format (with or without time zone, string representation...
-
08:29 AM Bug #8664: open ssl not_before failure on small set of certificates
- It seems that there are multiple ways to represent a UTCTime in ASN1, but ruby's openssl extension only implements on...
-
08:04 AM Bug #8664 (Assigned): open ssl not_before failure on small set of certificates
-
01:59 AM Bug #8664 (Closed): open ssl not_before failure on small set of certificates
- This failure only occurs on a very small percentage of certificates, during processing of ~2 million certificates, th...
-
08:15 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
- This issue was solved with changeset r42125.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:56 AM Bug #8665 (Closed): Examples of REXML::StreamParser#entitydecl
- REXML::StreamParser#entitydecl のドキュメントの部分が実際の動作と食い違っています。
修正は rexml-streamparser-entitydecl.patch でよいと思います。
添付し... -
08:03 AM Feature #8667 (Assigned): Unable to set OpenSSL GCM iv_length in Ruby
-
08:02 AM Feature #8667 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
- Hello,
In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs... -
08:02 AM Bug #8666 (Closed): Unable to set OpenSSL GCM iv_length in Ruby
- Hello,
In OpenSSL you are allowed to change the iv_length on an AES-BCM cipher. (
http://www.openssl.org/docs... -
07:55 AM Bug #8659 (Assigned): Curses::Window#bkgdset does not handle color correctly
-
06:01 AM Feature #8635: attr_accessor with default block
- May be thread-safety should be optional. But it definitely should be.
07/22/2013
-
05:55 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- +1
Should save a lot of Time object allocations. -
09:37 AM Feature #6626 (Closed): Readline.delete_text
- This issue was solved with changeset r42101.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
07:06 AM Bug #8611: Minitest encoding problems.
- All right, I am no longer getting the same error since I patched it for myself, but to illustrate what I am talking a...
07/21/2013
-
07:15 PM Feature #8658: Process.clock_gettime
- While I appreciate Ruby is not always taking the lowest common denominator for functionality (fork, etc),
we need a ... -
04:59 PM Feature #8658: Process.clock_gettime
- 2013/7/21 "Martin J. Dürst" <[email protected]>:
>
> On 2013/07/19 21:32, akr (Akira Tanaka) wrote:
>
>> On... -
02:53 PM Feature #8658: Process.clock_gettime
- Hello Akira,
On 2013/07/19 21:32, akr (Akira Tanaka) wrote:
> On LP64 systems, Fixnum can represent 2**62-... -
11:17 AM Bug #8660 (Rejected): rb_thread_blocking_region deprecated, no alternative in ruby.h
- See ruby/thread.h.
-
05:20 AM Feature #8661 (Closed): Add option to print backtrace in reverse order (stack frames first and error last)
- Currently, the way ruby prints backtrace is that the error comes first and then the stack frames, like this:
```
...
Also available in: Atom