Activity
From 08/27/2012 to 09/02/2012
09/02/2012
-
10:29 PM Feature #6946: FIPS support?
- Sounds reasonable. Thank you!
-
10:01 PM Feature #6946: FIPS support?
- I believe the proper way to handle differences in FIPS mode is to expose a handle that
allows to detect whether we a... -
10:27 PM Feature #6962: Use lighter hash structure for methods table, instance variable positions, constants
- It seems that I'm using "Coalesced Hashing" http://en.wikipedia.org/wiki/Coalesced_hashing
with some improvements:
... -
09:59 PM Feature #6962 (Closed): Use lighter hash structure for methods table, instance variable positions, constants
- I've experimented with replacing `struct st_table` with lighter hash structure.
I were inspired by Lua tables, so ... -
10:03 PM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- MartinBosslet (Martin Bosslet) wrote:
> OK, I found a way to use a cached key (r36881). This still leaves us with th... -
09:58 PM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- OK, I found a way to use a cached key (r36881). This still leaves us with the problem that "test_new" in test_pkey_dh...
-
08:51 PM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- > Why TEST_KEY_DH1024 in test/openssl/utils.rb doesn't use cache?
Unfortunately DH doesn't allow serialization of ... -
05:24 AM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- Why TEST_KEY_DH1024 in test/openssl/utils.rb doesn't use cache?
-
09:26 PM Feature #6638: Array as queue
- I've update branch a bit, cause previous code leads to some performance degradation for average application (which do...
-
07:53 PM Feature #6958: buggy BigDecimal#integer?
- On 02/09/2012 05:45, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #6958 has been updated by nobu (Nobuyoshi Nakada).... -
01:45 PM Feature #6958 (Rejected): buggy BigDecimal#integer?
- I was wrong.
Numeric#integer? returns true if the receiver is an instance of integral class, or false.
BigDecimal... -
01:20 PM Feature #6958: buggy BigDecimal#integer?
- Currently BigDecimal does not define #integer? method.
It is Numeric#integer? and returns false always.
Possible ... - 04:00 PM Revision 9b6f66c7 (git): * 2012-09-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision c38aee59 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Revision 5aa3caaa (git): * test/openssl/utils.rb: Use a cached DH key instead of generating a
- new one each time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:46 AM Bug #6959 (Closed): Net/HTTPS tests: fixed port usage cause issues on CI
- This issue was solved with changeset r36877.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:21 AM Bug #6959 (Closed): Net/HTTPS tests: fixed port usage cause issues on CI
- =begin
Hello,
RubyInstaller's CI worker compiles and run tests for both x86 and x64 builds from trunk.
Sometim... -
05:38 AM Bug #6957 (Rejected): Net::HTTP#request_get bug
- I understand what you say, but it is because of compatibility.
Please use break as you wrote. -
05:06 AM Revision 2c1939f4 (git): Fix typo of r36878
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/01/2012
- 08:46 PM Revision 271d557b (git): * 2012-09-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 PM Revision 8e9bbfd5 (git): * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new key
- SSLTmpDhCallback to set SSLContext#tmp_dh_calback.
* lib/webrick/ssl.rb (WEBrick::GenericServer#setup_ssl_context):
... -
08:46 PM Revision b238b5be (git): Use 0 as port like #6766 [Bug #6959]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Feature #6958 (Rejected): buggy BigDecimal#integer?
- =begin
BigDecimal#integer? always return false, which is wrong in many cases, as shown below.
x, y = BigDecimal(... - 09:51 AM Revision d4fe9e00 (git): * lib/set.rb (#initialize_copy, #eql): Use instance_variable_get
- instead of instance_eval.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:41 AM Revision 1f65a21b (git): * io.c: fix typo in io/console example.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:03 AM Revision 4d8cca98 (git): * 2012-09-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:03 AM Revision 059f14a6 (git): configure.in: unquote
- * configure.in (LIBDIR_BASENAME): unquote shell variable.
[ruby-core:47267] [Bug #6903]
git-svn-id: svn+ssh://ci.r... -
04:57 AM Bug #6903: [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
- =begin
you might want to test your fix on OSX where
gcc -print-multi-os-directory
returns
x86_64
...
08/31/2012
-
09:50 PM Feature #6875 (Closed): Make test/unit default gem
- This issue was solved with changeset r36872.
Kouhei, thank you for reporting this issue.
Your contribution to Ruby is... -
06:56 PM Feature #6503: Support for the NPN extension to TLS/SSL
- Protocols to be advertised by the server can now be set like this:
ctx = ... # some OpenSSL::SSL::SSLContext
ctx.... -
06:47 PM Feature #6503 (Closed): Support for the NPN extension to TLS/SSL
- This issue was solved with changeset r36871.
Ilya, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:44 PM Bug #6956 (Closed): cannot build with nmake
- This issue was solved with changeset r36870.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:43 PM Bug #6956 (Open): cannot build with nmake
-
03:35 PM Bug #6956 (Closed): cannot build with nmake
- This issue was solved with changeset r36867.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:22 PM Bug #6956 (Closed): cannot build with nmake
- r36864以降、以下のエラーが出てビルドできません。
NMAKE : fatal error U1073: 'id.h' のビルド方法が指定されていません。 -
05:00 PM Bug #6957 (Rejected): Net::HTTP#request_get bug
- Hello,
Looking at the source for Net::HTTP#request_get it says that if you pass in a block it will not read the bo... -
02:34 PM Bug #6955 (Closed): Unexpected result of BigDecimal('1e-324').to_f on Windows
- This issue was solved with changeset r36865.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
11:25 AM Bug #6955 (Closed): Unexpected result of BigDecimal('1e-324').to_f on Windows
- After applying r36854, BigDecimal('1e-324').to_f returns "-0.0" instead of "0.0".
C:\>ruby -rbigdecimal -ve "p Big... - 12:50 PM Revision ed931252 (git): * lib/test/unit/test-unit.gemspec: Make test/unit default gem.
- [Feature #6875] [ruby-dev:46051]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36872 b2dd03c8-39d4-4d8f-98ff-82... -
11:22 AM Bug #6954: Build failure on trunk 36856 with VC 2010
- Seems that the snapshot is no longer packaging id.h?
Or perhaps is that id.h is regenerated over and over? I did n... -
11:15 AM Bug #6954 (Closed): Build failure on trunk 36856 with VC 2010
- I get the following failure on Windows XP with VC 2010 while building Nighty Snapshot(trunk@34850).
C:\work\snapsh... -
09:47 AM Revision 25e6db3e (git): * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.
- ext/ossl_ssl.c: Support Next Protocol Negotiation. Protocols to be
advertised by the server can be set in the SSLCo... -
08:44 AM Revision ca1c6093 (git): common.mk: broken nmake
- * common.mk: VPATH in dependencies works. [Bug #6956]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36870 b2dd0... - 08:43 AM Revision babb80f4 (git): * lib/set.rb (Set#{each,reject!,select!}, SortedSet#each): Pass
- the original block through instead of creating one that only
yields the passed argument.
git-svn-id: svn+ssh://ci.... -
08:13 AM Bug #6950: ruby-mode: comint-previous-input does not work
- Many thanks. I'll modify the .irbrc right away.
-
12:53 AM Bug #6950: ruby-mode: comint-previous-input does not work
- On 30/08/12 15:54, Alex Young wrote:
<snip>
> This is RVM at work: https://rvm.io/workflow/irbrc/
<snip>
... - 07:30 AM Revision e03d266c (git): * lib/ipaddr.rb: Introduce several new error classes where only
- ArgumentError and StandardError were used. IPAddr::Error is
their common ancestor class that inherits from Argumen... -
06:35 AM Revision 926552f5 (git): common.mk: broken nmake
- * common.mk: remove VPATH from rules for generated files, because
nmake does not work. [Bug #6956]
git-svn-id: sv... -
05:57 AM Bug #6909: Documentation for XMLRPC
- This looks good, please commit it.
-
05:56 AM Bug #6947: Documentation for Pathname
- This looks good, please commit it.
-
05:48 AM Bug #6947: Documentation for Pathname
- Hi Eric!
Here's the patch we discussed, see 0002-*-Pathname.patch
Thanks -
05:56 AM Bug #6929: Documentation for Ripper
- This looks good, please commit it.
-
05:36 AM Bug #6929: Documentation for Ripper
- Hi Eric!
Thanks for your feedback, I've added a patch sans the ripper/extconf.rb and ripper/tools changes as 0002-* - 05:52 AM Revision 15293df7 (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_to_f): added
- for previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:34 AM Revision 1d1130ee (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use self's sign to
- determine 0.0 and Inf's sign instead of internal double value's.
Reported by phasis68 (Heesob Park) at [ruby-core:4... -
05:31 AM Revision 470c941c (git): id.h: independent from parse.h
- * template/id.h.tmpl, tool/id2token.rb: make id.h independent from
parse.h, and make parse.c dependent on it instea... -
05:27 AM Revision 2e42f37a (git): mkmf.rb: fix race conditions at install-ext
- * lib/mkmf.rb (create_makefile): fix race conditions at install-ext.
target files need to depend on destination dir... -
05:03 AM Revision dde690bc (git): vm_trace.c: freed memory access
- * vm_trace.c (clean_hooks): do not access freed memory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36862 b2d... -
05:02 AM Revision 4faf2198 (git): vm_trace.c: uninitialized state
- * vm_trace.c (rb_threadptr_exec_event_hooks): fix uninitialized state
when no events is excuted.
git-svn-id: svn+... - 04:58 AM Revision 667a6a85 (git): * 2012-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:58 AM Revision 30fbd739 (git): fix dependency
- * ext/json/parser/depend: fix dependency for error that rb_float_new
is not found.
git-svn-id: svn+ssh://ci.ruby-...
08/30/2012
-
11:59 PM Bug #6950: ruby-mode: comint-previous-input does not work
- On 30/08/12 01:57, drbrain (Eric Hodel) wrote:
>
> Issue #6950 has been updated by drbrain (Eric Hodel).
>
>... -
09:57 AM Bug #6950: ruby-mode: comint-previous-input does not work
- =begin
Additionally, perhaps your problem is your .irbrc? My irb prompt is unchanged since 1.8.7.
1.9.2-p290:
... -
09:57 AM Bug #6950 (Third Party's Issue): ruby-mode: comint-previous-input does not work
- report it to emacs
-
09:34 AM Bug #6950 (Third Party's Issue): ruby-mode: comint-previous-input does not work
- On RVM irb with ruby 1.9.3-p194, the prompt is somewhat different from irb with ruby 1.8.x
On ruby 1.8, the prompt... - 04:21 PM Revision 09729a56 (git): * 2012-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 PM Revision bed2ff29 (git): merge revision(s) 36852:
- * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"
is not present [ruby-core:47344] [Bug... -
04:17 PM Bug #6944 (Closed): BigDecimal#to_f breaks for numbers too small to be representable in Float
- This issue was solved with changeset r36854.
Adriano, thank you for reporting this issue.
Your contribution to Ruby i... -
09:22 AM Revision 76d0abd3 (git): * io.c (rb_io_close): call rb_last_status_clear.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 AM Bug #6945 (Closed): URI::parse throws NoMethodError on some ftp-URIs
- This issue was solved with changeset r36852.
Eike, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:53 AM Feature #6936: Forbid singleton class and instance variabls for float
- >>> +1
>>
>> わたしも +1。
>
> こーゆうのが++でないのがRubyistか、って思いました。
> (ひょっとしてRuby界では常識? +=1じゃないんですね。)
たぶんそういう言語美... -
01:59 AM Feature #6936: Forbid singleton class and instance variabls for float
- 稲葉と申します。
部外者(Perl屋)からの茶々です。すみません。
(2012/08/28 22:04), Kenta Murata wrote:
> むらたです。
>
> 2012/8/28 U.Nak... -
07:20 AM Revision d90b0236 (git): vm_trace.c: warning
- * vm_trace.c (exec_hooks): supress clobbered warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36855 b2dd03... -
07:17 AM Revision d7ca01a7 (git): bigdecimal.c: check underflow
- * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): check underflow since
strtod() sets errno to ERANGE at underflow t... -
06:15 AM Bug #6947: Documentation for Pathname
- "Pathname represents ..." is good
-
06:12 AM Bug #6929: Documentation for Ripper
- =begin
When ((%make rdoc%)) runs it starts at the root and looks for ".document" files in the current directory. Th... - 04:01 AM Revision aa7dc0f3 (git): * lib/set.rb (Set#{<,>,<=,>=}): Define comparison operators as
- shorthand for the {proper_}{subset?,superset?} methods (finally).
Given a push by Alexander E. Fischer.
git-svn-id... -
12:22 AM Revision 37cc18d5 (git): * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"
- is not present [ruby-core:47344] [Bug #6945]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36852 b2dd03c8-39d4-4...
08/29/2012
- 10:45 PM Revision ed491f2c (git): * 2012-08-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:45 PM Revision 608a1f44 (git): test/ruby/test_file_exhaustive.rb: fix test for HOME-less envs
- * test/ruby/test_file_exhaustive.rb: fix test introduced in r36811 for
posix environments where HOME is not defined... -
09:17 PM Bug #6947: Documentation for Pathname
- Hi Eric!
Thanks for feedback, much appreciated.
I'll upload a patch with your changes, probably this evening.
... -
12:06 PM Bug #6947: Documentation for Pathname
- I think there is too much "actually", just "It doesn't access the filesystem" is sufficient.
For freeze, taint and... -
07:32 AM Bug #6947 (Closed): Documentation for Pathname
- I've added a documentation patch for Pathname.
-
09:09 PM Bug #6929: Documentation for Ripper
- ext/.document only lists ripper/lib and ripper/ripper.c (which doesn't exist)
I only added :nodoc: to ripper/tools... -
11:16 AM Bug #6929: Documentation for Ripper
- I think this is good overall.
No change should be necessary for extconf.rb or ext/ripper/tools as they are not inc... -
03:03 PM Bug #6903 (Closed): [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
- This issue was solved with changeset r36847.
Michal, thank you for reporting this issue.
Your contribution to Ruby is... -
10:06 AM Bug #6903 (Open): [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
-
02:44 PM Revision e7ddd1fd (git): * internal.h (rb_last_status_clear): declared.
- * process.c (rb_last_status_clear): exported.
(rb_f_system): call rb_last_status_clear.
* io.c (rb_f_backquote): c... -
02:37 PM Bug #6948 (Closed): addr2line.c does not compile on FreeBSD 8
- This issue was solved with changeset r36844.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
02:13 PM Bug #6948 (Closed): addr2line.c does not compile on FreeBSD 8
- =begin
addr2line.c: In function 'fill_lines':
addr2line.c:462: error: 'SIZE_MAX' undeclared (first use in this ... -
01:02 PM Revision 7c854d6d (git): * process.c (rb_f_system): check failures of waitpid.
- [ruby-talk:398687]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:08 AM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- @kstephens, yes, that would be the expected result I believe. I don't think anyone would expect baz.daz to be called ...
-
06:03 AM Revision 22c81db9 (git): configure.in: use configured libdir value
- * configure.in (LIBDIR_BASENAME): use configured libdir value to fix
--enable-load-relative on systems where libdir... -
05:59 AM Revision 06d98b4d (git): mkrunnable.rb: config directory names
- * tool/mkrunnable.rb: collect directory names from config.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36846 b... -
05:59 AM Revision 58d02777 (git): ruby.c: magic numbers
- * ruby.c (ruby_init_loadpath_safe): remove magic numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36845 b2... -
05:37 AM Revision cc4c0ab8 (git): * addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
- 32bit FreeBSD. [ruby-core:47360] [Bug #6948]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36844 b2dd03c8-39d4-4... -
05:03 AM Bug #6938 (Closed): [PATCH] Increase DH key size to fix test suite in FIPS mode
- This issue was solved with changeset r36843.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:20 AM Bug #6939 (Assigned): Uninformative exception in FIPS mode
-
04:20 AM Feature #6946 (Assigned): FIPS support?
-
02:12 AM Bug #6941: ID_H_TARGET no longer created after running make
- Unrelated, but while debugging I noticed that line 152 [1] seems redundant because of line 535 [2].
[1] https://gi...
08/28/2012
-
11:05 PM Bug #6930 (Closed): implicit conversion warnings in vm.c
- This issue was solved with changeset r36840.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is... -
01:58 PM Bug #6930: implicit conversion warnings in vm.c
- Indeed, checkmatch_type should be moved from the `if' block.
Please commit it. -
11:54 AM Bug #6930 (Assigned): implicit conversion warnings in vm.c
- There's a remaining warning on my environment (Mac OS X 10.7.4 / gcc-4.2).
I'll attach a patch. Please check it out. -
10:23 PM Feature #6936: Forbid singleton class and instance variabls for float
- むらたです。
2012/8/28 U.Nakamura <[email protected]>:
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:46082] ... -
09:59 AM Feature #6936: Forbid singleton class and instance variabls for float
- こんにちは、なかむら(う)です。
In message "[ruby-dev:46082] Re: [ruby-trunk - Feature #6936][Assigned] Forbid singleton class... -
09:36 PM Feature #6946: FIPS support?
- Sure, I'll look into it while applying your patch from #6938!
-
09:31 PM Feature #6946 (Open): FIPS support?
- =begin
Hi, running the test suite on FIPS enabled system using
$ find test/ -type f -name test_*.rb -exec make ... -
09:08 PM Bug #6945 (Closed): URI::parse throws NoMethodError on some ftp-URIs
- =begin
When calling (({URI::parse})) with an (invalid) URI like (({"ftp:uiae"})), instead of the (({InvalidURIError}... -
08:03 PM Revision 9871dd57 (git): * test/openssl/utils.rb
- test/openssl/test_pair.rb
test/openssl/test_pkey_dh.rb: Use 1024 bit DH parameters to satisfy
OpenSSL FIPS requir... -
06:40 PM Bug #6940 (Closed): Test suite fails in FIPS mode
- Ok. find test/ -type f -name test_*.rb -exec make test-all TESTS="-v '{}'" \; gave me better result. Going to open di...
-
12:48 AM Bug #6940 (Closed): Test suite fails in FIPS mode
- # make test-all TESTS="-v -x test_drbssl.rb -x openssl/*"
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --... -
05:52 PM Bug #6944 (Closed): BigDecimal#to_f breaks for numbers too small to be representable in Float
- BigDecimal numbers too small to be representable in Float are incorrectly converted to +/-Infinity instead of 0.0 (or...
- 04:57 PM Revision 9b9e6875 (git): * 2012-08-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:57 PM Revision cb6fc579 (git): insns.def: duplicated code
- * insns.def (checkmatch): remove duplicated code. [ruby-core:47339]
[Bug #6930]
git-svn-id: svn+ssh://ci.ruby-la... -
03:40 PM Feature #6943 (Closed): pstore in FIPS mode
- Is there any chance to make PStore compatible with FIPS mode? PStore is using MD5 for data checksum, but MD5 is unsup...
-
02:05 PM Revision 43b8ae46 (git): * insns.def (checkmatch): suppress warnings. [ruby-core:47339]
- [Bug #6930]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:05 AM Revision 43582711 (git): * configure.in: Fixing Haiku R1/alpha3 build with gcc-4.4.4.
- - omit ANSI standard flags to compile socket extension where
anonymous union is required.
- remove redundant -b... -
05:58 AM Bug #6941 (Assigned): ID_H_TARGET no longer created after running make
-
05:51 AM Bug #6941 (Closed): ID_H_TARGET no longer created after running make
- It seems as if the file .id.h.time (from the target ID_H_TARGET) is no longer automatically created
while running "... -
02:34 AM Revision 0cd1cf38 (git): * nacl/GNUmakefile.in (.rbconfig.time): r36828 was incomplete.
- It did not run correctly on clean build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36838 b2dd03c8-39d4-4d8f-... -
02:01 AM Bug #6939: Uninformative exception in FIPS mode
- I'm not sure whether this is possible at all - the message being generated is what OpenSSL itself generates at this p...
-
12:36 AM Bug #6939 (Third Party's Issue): Uninformative exception in FIPS mode
- # cat /proc/sys/crypto/fips_enabled
1
]# irb
irb(main):001:0> require 'openssl'
=> true
irb(main):002:0> OpenSSL... -
01:58 AM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- Yes, better with the cached key. Thanks for the patch!
-
01:23 AM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- I'm using now the cached key. I hope I did not degraded the quality of TS too much.
-
01:15 AM Bug #6938: [PATCH] Increase DH key size to fix test suite in FIPS mode
- Hm, actually, it seems that the test_pair one can be entirely dropped. Not sure about the test_pkey_dh.rb, since they...
-
12:37 AM Bug #6938 (Assigned): [PATCH] Increase DH key size to fix test suite in FIPS mode
- Generating 1024bit key takes much more time then 256bit, so it should reuse the key
instead of simply replacing like... -
12:29 AM Bug #6938 (Closed): [PATCH] Increase DH key size to fix test suite in FIPS mode
- In FIPS mode, DH refuses to generate or use keys with modulus smaller than 1024 bits. This patch increases the key si...
- 12:27 AM Revision 234378d8 (git): * win32/Makefile.sub (Makefile): make to depend on common.mk, to
- stop and force to re-run make process when common.mk is changed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
08/27/2012
-
11:21 PM Bug #6928: SecureRandom.random_bytes: assume zero entropy for seed value
- Agreed. We should fix it because the current usage of OpenSSL::Rand.seed in secrerandom.rb is not expected; OpenSSL:...
-
10:53 PM Feature #6936: Forbid singleton class and instance variabls for float
- (2012/08/27 17:46), KOSAKI Motohiro wrote:
>>> 後者の具体的手法はいくつかあると思いますが、即値は最初から frozen にしておくとかもありかなと思っています。
>>
>>... -
05:53 PM Feature #6936: Forbid singleton class and instance variabls for float
- >> 後者の具体的手法はいくつかあると思いますが、即値は最初から frozen にしておくとかもありかなと思っています。
>
> Numeric は freeze しちゃう,というのだとやり過ぎでしょうか.
ぼく... -
03:23 PM Feature #6936: Forbid singleton class and instance variabls for float
- (2012/08/27 8:12), naruse (Yui NARUSE) wrote:
> 後者の具体的手法はいくつかあると思いますが、即値は最初から frozen にしておくとかもありかなと思っています。
Nu... -
08:12 AM Feature #6936 (Closed): Forbid singleton class and instance variabls for float
- [Feature #6763] などで議論されていた flonum が r36798 でが入ったわけですが、
1. Float のオブジェクトID の仕様が変更
2. flonum な float に特異メソッドが追加不可
... -
08:57 PM Bug #6935 (Closed): TestEtc#test_getgrgid on OSX
- This issue was solved with changeset r36833.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
02:34 AM Bug #6935: TestEtc#test_getgrgid on OSX
- No unixen systems guarantees that GID is unique.
Please commit it. - 05:57 PM Revision 1a1583ca (git): * 2012-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:57 PM Revision 2caa432c (git): adding test coverage for invalid attribute names
- Fixes #171 on github
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:40 PM Revision 7f963017 (git): merge revision(s) 33772:
- * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there are
no guarantee of existance of RbConf... -
02:57 PM Feature #6937: File.absolute_path(…) has behavior that is inconsistent with File.expand_path(…).
- @nobu Thanks for your reply. I just found the behavior odd and unexpected.
I thought it'd make more sense to have t... -
10:56 AM Feature #6937 (Rejected): File.absolute_path(…) has behavior that is inconsistent with File.expand_path(…).
- File.absolute_path has introduced not to expand them.
Why do you need to make File.absolute_path an alias of File.ex... -
09:37 AM Feature #6937 (Rejected): File.absolute_path(…) has behavior that is inconsistent with File.expand_path(…).
- Hey,
While hacking on Rubinius I noticed that File.absolute_path does not expand "~" or "~user" to their respectiv... -
11:57 AM Revision a5849245 (git): test_etc.rb: fix for non unique GID
- * test/etc/test_etc.rb (TestEtc#test_getgrgid): fix for non unique GID.
No unixen systems guarantee that GID is uni... -
09:22 AM Revision 0b89d6d5 (git): * include/ruby/ruby.h (rb_float_value): optimize it.
- This technique was pointed by shinichiro.hamaji
<http://shinh.skr.jp/m/?date=20120825#p02>.
git-svn-id: svn+ssh:... -
08:43 AM Bug #6903: [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
- =begin
also pull requests so it's easier to continue (hopefully):
- https://github.com/ruby/ruby/pull/169
- https:/... -
07:52 AM Bug #6903: [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
- and this patch worked for 1.9.3-p194
-
05:07 AM Bug #6903: [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
- =begin
so the new patch fixes it for ruby head, still not for 1.9.3, the only thing that I was find fast was in head... -
06:59 AM Feature #4801: Shorthand Hash Syntax for Strings
- =begin
Silly mixin name aside...
module Stringy
# ...
end
class String
include Stringy
end... -
03:25 AM Feature #4801: Shorthand Hash Syntax for Strings
- nobu, your statement is true, and if symbols are *implemented* as strings then it will still be true. I promise! We c...
-
06:09 AM Revision 10d85333 (git): * common.mk (vm_trace.o): Added a missing dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 AM Revision 6d66dbf2 (git): * nacl/GNUmakefile.in (package): make package should install
- example.html for nacl build
Patch by Takashi Toyoshima <toyoshim AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.... - 01:22 AM Revision 753ea0dd (git): * 2012-08-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:22 AM Revision a66b2c6d (git): * nacl/GNUmakefile.in (CC, LD, NM, AR, AS, RANLIB, OBJDUMP, OBJCOPY)
- Rewrites these variables instead of PATH.
NaCl port uses a toolchain which is specified by NACL_SDK_ROOT
environm...
Also available in: Atom