Activity
From 08/05/2013 to 08/11/2013
08/11/2013
-
10:57 PM Bug #8764 (Closed): Test failure introduced by r42468
- This issue was solved with changeset r42523.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:25 AM Bug #8764: Test failure introduced by r42468
- Issue still present in recent builds:
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/1764/console
-
10:36 PM Feature #8738: Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- matz (Yukihiro Matsumoto) wrote:
> I don't see the use-case of this method. Is there any case that happens so frequ... -
09:53 PM Feature #8777: Process.mach_absolute_time
- 2013/8/11 tenderlovemaking (Aaron Patterson) <[email protected]>:
> Feature #8777: Process.mach_absolute_tim... -
06:23 PM Feature #8777 (Closed): Process.mach_absolute_time
- Hi,
This is related to #8658. `mach_absolute_time` will give us a monotonic clock on OS X. I'm not sure if this ... -
07:31 PM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- In the grand scheme of things FileUtils could be a gem (especially, since it lacks a maintainer now), yes. This proba...
-
07:11 PM Bug #8731: Problems when parsing notation decl and entity decl with REXML::Parsers::SAX2Parser
- 報告ありがとうございます。
SAX2Listener#entitydeclは引数を1つだけ受け取るようにしました。非互換な変更になりますが、ドキュメントには引数は配列1つと書いているので、実装のバグだと判断しました。
no... -
06:01 PM Bug #8731 (Closed): Problems when parsing notation decl and entity decl with REXML::Parsers::SAX2Parser
- This issue was solved with changeset r42513.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:21 PM Bug #8776 (Rejected): script_name's encoding is wrong
- External file path is expected filesystem encoding by default.
-
04:17 PM Bug #8776 (Rejected): script_name's encoding is wrong
- there's some wrong encoded string in exception's callstack couse by the script_name;s encoding is wrong .
-
06:19 PM Bug #8775 (Rejected): Dir.getwd's encoding is wrong
- That's filesystem encoding.
ospath is to interface with the system. -
03:33 PM Bug #8775 (Rejected): Dir.getwd's encoding is wrong
- See the patch.
I do't know is this the right way,please check it . -
06:16 PM Bug #8774 (Feedback): rb_file_dirname return wrong encoding string when dir is "."
- "." is 7bit only, it has no differences.
Why do you consider it wrong? -
03:28 PM Bug #8774 (Closed): rb_file_dirname return wrong encoding string when dir is "."
- When File.dirname()'s value is ".", the value is wrong encoded.
- 05:58 PM Revision 4e742f4b (git): * 2013-08-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:58 PM Revision 874dc256 (git): * ext/readline/readline.c (readline_s_set_input): on OS X with editline,
- Readline.readline doesn't work because readline_get doesn't use
rl_getc. The difference is introduced by r42402 [ru... -
03:52 PM Feature #8773: Binding#local_variables should work like #local_variable_set and #local_variable_get
- I left a typo in the description field of this issue. The very last line of code in the example should read:
get... -
03:21 PM Feature #8773 (Closed): Binding#local_variables should work like #local_variable_set and #local_variable_get
- With the addition of Binding#local_variable_get and Binding#local_variable_set the following seemed reasonable:
... -
03:19 PM Bug #8677: $LOAD_PATH did not encoded into the "internal encoding"
- Submit a patch to use rb_str_encode_ospath encode $LOADPATH
-
02:27 PM Revision 86398999 (git): file.c: OSX path encoding
- * file.c (rb_str_encode_ospath): OS path encoding on Mac OS X is also
fixed.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
01:59 PM Feature #8765: Literal for symbol with interpolation
- On Sat, Aug 10, 2013 at 10:59:24PM +0900, sawa (Tsuyoshi Sawada) wrote:
>
> Issue #8765 has been reported by sa... -
03:39 AM Feature #8765: Literal for symbol with interpolation
- =begin
There are `:" "` and `:' '` notations, whose existence indicate that symbol literals with and without interp... -
01:00 AM Feature #8765 (Feedback): Literal for symbol with interpolation
- Do you need this in an actual program? There is %q and %Q because there is '' and "", and that's because interpolatio...
-
01:57 PM Revision 7cb53ed3 (git): test_require.rb: __FILE__ encoding on Windows
- * test/ruby/test_require.rb (assert_require_nonascii_path): OS path
encoding on Windows is fixed, so encoding of __... -
01:46 PM Feature #8377 (Rejected): Deprecate :: for method calls in 2.1
- Hi,
Matz rejected this here:
https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20130809#Deprecat... -
12:13 PM Feature #8658 (Closed): Process.clock_gettime
- I committed r42504 to implement Process.clock_gettime method.
This is result of the meeting:
https://bugs.ruby-lang... -
11:46 AM Feature #8772 (Open): Hash alias #| merge, and the case for Hash and Array polymorphism
- Ideally Hash and Array would be completely polymorphic in every manner in which it is possible for them to be so. The...
-
11:39 AM Bug #8770: [PATCH] process.c: avoid EINTR from Process.spawn
- Oops, attached
-
09:11 AM Bug #8770: [PATCH] process.c: avoid EINTR from Process.spawn
- patch please
-
06:11 AM Bug #8770 (Closed): [PATCH] process.c: avoid EINTR from Process.spawn
- (send_child_error): retry write on EINTR
(recv_child_error): retry read on EINTR
I've been getting occasional Err... -
10:21 AM Feature #8771 (Assigned): Start does not use proxy configuration form ENV variables
-
06:57 AM Feature #8771 (Closed): Start does not use proxy configuration form ENV variables
- =begin
* Start a fake proxy in a separate window: (({nc -l 8089}))
* (({export http_proxy=http://localhost:8089}))
... - 10:12 AM Revision bd2b8d26 (git): * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:08 AM Revision 45222164 (git): * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fix
- wrong number of arguments in the template listener.
[Bug #8731] [ruby-dev:47582]
Reported by Ippei Obayashi.
* te... - 09:44 AM Revision 1864d578 (git): * lib/rexml/sax2listener.rb (REXML::SAX2Listener#elementdecl): Fix wrong
- examples. [Bug #8731] [ruby-dev:47582]
Reported by Ippei Obayashi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... - 09:42 AM Revision 8328d8a2 (git): * lib/rexml/parsers/sax2parser.rb
- (REXML::Parsers::SAX2Parser#handle_entitydecl): Extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42519 b2... - 09:41 AM Revision 7e0022bc (git): * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
- Fix wrong "%" position in parameter entity declaration event argument.
* test/rexml/parser/test_sax2.rb: Add tests fo... - 09:18 AM Revision e0fff0d2 (git): * ChangeLog: Fix wrong description about entity declarations.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:10 AM Bug #8769: [PATCH] process.c (rb_fork_internal): remove cloexec setting
- Seems reasonable.
-
05:49 AM Bug #8769 (Closed): [PATCH] process.c (rb_fork_internal): remove cloexec setting
- The close-on-exec flag is already set via:
pipe_nocrash -> rb_pipe -> rb_cloexec_pipe
Calling fcntl here is redun... - 09:09 AM Revision f61f11a9 (git): * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
- Support NDATA in external entity declaration.
* test/rexml/parser/test_sax2.rb: Add tests for the above case.
git-s... - 09:08 AM Revision 3e5f5f5c (git): * lib/rexml/parsers/baseparser.rb
- (REXML::Parsers::BaseParser#pull_event): Support optional NDATA
in parameter entity declaration.
git-svn-id: svn+... -
09:07 AM Feature #6225: Hash#+
- I think new method proposal should be a new ticket.
- 09:01 AM Revision ce89dedd (git): * NEWS (REXML::Parsers::SAX2Parser): Add about this change.
- * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
Fix wrong number of arguments. Document says ... - 09:01 AM Revision 7e8b4368 (git): * NEWS (REXML::Parsers::SAX2Parser): Add about this change.
- * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
Fix wrong number of arguments. Document says ... - 08:43 AM Revision 99ed561b (git): * test/rexml/parser/test_sax2.rb: Add SAX2 API test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:53 AM Revision e315aa0c (git): Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"
- Makefiles should be re-configured by extract_makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42511 b2dd0... -
07:31 AM Revision 49826b4b (git): file.c: internal function
- * file.c (rb_str_normalize_ospath0): make the internal function
static.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:11 AM Revision c6282e9b (git): parse.y: non-local/const attrset
- * parse.y (rb_enc_symname_type): allow ID_ATTRSET for ID_INSTANCE,
ID_GLOBAL, ID_CLASS, ID_JUNK too. [Bug #8756]
... -
05:56 AM Bug #8766 (Closed): RDoc documentation bug: Symbol literal
- This issue was solved with changeset r42500.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby ... -
04:59 AM Bug #8767: IO.copy_stream should write in binary mode.
- "godfat (Lin Jen-Shin)" <[email protected]> wrote:
> This patch makes `IO.copy_stream' always copy in binary mode,... -
03:02 AM Bug #8767 (Closed): IO.copy_stream should write in binary mode.
- This patch makes `IO.copy_stream' always copy in binary mode,
fixing the following scenario:
require 'tempfil... -
04:41 AM Bug #8768 (Closed): [PATCH] tempfile: undefine finalizer on unlink
- * lib/tempfile.rb (Tempfile#unlink): undefine finalizer
running the finalizer on an unlinked Tempfile leads to... - 04:23 AM Revision dc548ba0 (git): * include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as this
- should be sufficient to represent all the encodings Ruby supports.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... - 04:04 AM Revision bf2ed963 (git): * file.c (rb_str_normalize_ospath): fix mixed code and declaration warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Revision cef46a5e (git): [DOC] update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 AM Revision f4670f73 (git): ML ref. added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision 93bb4899 (git): * process.c (rb_clock_gettime): New method.
- This is accepted in the meeting:
https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20130809
This met... -
01:44 AM Revision 2e04bc77 (git): * lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constants
- Reported by Tanaka Akira [ruby-core:56517]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42503 b2dd03c8-39d4-4d...
08/10/2013
-
11:55 PM Revision 3a589c69 (git): ext/-test-/*/depend: TEST_INIT_FUNCS
- * ext/-test-/{bignum,debug,exception,string}/depend: TEST_INIT_FUNCS
is created by globbing in extconf.rb
git-svn-... -
11:55 PM Revision 51705124 (git): dir.c: normalization
- * dir.c (glob_helper): re-enalbe normalization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42501 b2dd03c8-39d... -
11:34 PM Bug #7716: Readdressing Autoload
- = Abstract
Autoload's require should be hookable.
= Background
I'm making my own load system. It is badly handic... -
06:25 PM Bug #7716: Readdressing Autoload
- I have DevelopersMeeting20130831Japan and we can discuss about this there.
So could you prepare a slide? and we disc... -
02:43 PM Bug #7716: Readdressing Autoload
- So it wasn't discussed. Thanks bunches.
-
11:04 PM Bug #8766 (Closed): RDoc documentation bug: Symbol literal
- RDoc page http://www.ruby-doc.org/core-2.0/doc/syntax/literals_rdoc.html#label-Symbols has a description and an examp...
-
10:59 PM Feature #8765 (Feedback): Literal for symbol with interpolation
- =begin
I propose a symbol literal `%S` with interpolation
foo = 3
%s{#{foo}} # => :"\#{foo}"
%S{#{f... -
08:58 PM Feature #6225: Hash#+
- Charlie, any chances to reopen this ticket so that Matz could evaluate the usage of using `|` instead of `+`?
-
08:56 PM Feature #6225: Hash#+
- I agree that the operation not being an addition is not a big deal. No one would expect it from a Hash. Groovy does h...
-
02:43 PM Feature #6225 (Rejected): Hash#+
- Also, since this specific feature (Hash#+) has been rejected by matz, I'm marking this ticket as rejected.
-
02:41 PM Feature #6225: Hash#+
- I think what matz means by "not a mere addition" is that in the cases of `String#+` and `Array#+`, both operands are ...
-
02:31 PM Feature #6225: Hash#+
- > So if the *original reporter*...
That would be me, but I am not going to make a slide. Some one else can if they... -
09:36 AM Feature #6225: Hash#+
- At DevelopersMeeting20130809 matz said:
> 17:26 charliesome: So it's rejected?
> 17:29 matz: I guess so.
... - 08:56 PM Revision a5c3ca07 (git): * doc/syntax/literals.rdoc: Use single quotes instead of double quotes
- [Bug #8766] [ruby-core:56514]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42500 b2dd03c8-39d4-4d8f-98ff-823fe6... -
08:45 PM Revision 579bc39f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 PM Revision 9962aad7 (git): * file.c (rb_str_normalize_ospath):
- HFS Plus (Mac OS Extended) uses a variant of Normal Form D in which
U+2000 through U+2FFF, U+F900 through U+FAFF, a... -
07:29 PM Feature #8643: Add Binding.from_hash
- (13/08/09 23:34), SASADA Koichi wrote:
> What is conversion from `Hash` to `Binding`?
> I think it is Binding has a... -
06:26 PM Revision 06ed1c78 (git): * bignum.c (bitsize): Fix a conditional expression.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:19 PM Feature #8707: Hash#reverse_each
- Hash in Ruby1.9+ is hash table + double linked list - this is classic structure for LRU cache.
Simple LRU cache coul... -
05:44 PM Revision fe26dc97 (git): * lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]
- https://github.com/ruby/ruby/pull/377
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42496 b2dd03c8-39d4-4d8f-98... - 05:00 PM Revision d2d01d43 (git): * 2013-08-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:59 PM Revision 55b6fff7 (git): * configure.in: Revert r42458.
- It removes the HAVE_CLOCK_GETTIME from config.h.
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/log/2013080... - 03:02 PM Revision 5ac6776b (git): * 2013-08-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 2f3915d4 (git): merge revision(s) 42439,42453: [Backport #8752]
- * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
instead of `p' to get rid of a side ... -
01:53 PM Bug #8756 (Closed): SEGFAULT caused by `p Struct.new(:q?).instance_methods`
- This issue was solved with changeset r42490.
Trent, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:18 AM Bug #8756 (Assigned): SEGFAULT caused by `p Struct.new(:q?).instance_methods`
-
12:53 PM Bug #8701: REXML bug in parsing notation declarations
- ありがとうございます!
既存のテストを整理してから取り込んだので遅くなってしまいました。
DOCTYPEの中のやつは全部\Aを意図していそうだったのでそうしました。DOCTYPEの外のやつはパッと見だと判断がつかなかったの... -
11:34 AM Bug #8701 (Closed): REXML bug in parsing notation declarations
- This issue was solved with changeset r42482.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:46 AM Bug #8755 (Closed): 'Document' RSS::Trackback
- This issue was solved with changeset r42478.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:02 AM Revision 22bfbc94 (git): * numeric.c: [DOC] fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 AM Revision 0dd8ec36 (git): parse.y: non-local/const attrset
- * parse.y (rb_id_attrset): allow other than ID_ATTRSET.
* parse.y (intern_str): ditto. try stem ID for ID_INSTANCE,
... -
04:45 AM Bug #8760 (Assigned): irb automatically exits after opening
-
04:00 AM Bug #8760: irb automatically exits after opening
- Sorry there's a typo in the description and title.
I wanted to say EXITS, irb closes itself. Just try to execute i... -
04:37 AM Bug #8763 (Third Party's Issue): Error in improve the docs webpage
-
04:37 AM Bug #8763: Error in improve the docs webpage
- Thank you for the report! Unfortunately we don't maintain ruby-doc.org, but I will forward this to the maintainer.
... -
03:53 AM Bug #8764 (Closed): Test failure introduced by r42468
- =begin
r42468 introduced a new test (test_require_nonascii_path_shift_jis) that is failing in RubyInstaller CI:
... - 03:51 AM Revision 90749b1f (git): * lib/rexml/parsers/baseparser.rb
- (REXML::Parsers::BaseParser::CDATA_END): Use "\A" instead of "^".
It is not an used constant but I fix it. (Or shuo... - 03:48 AM Revision 265c2f8e (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):
- Fix wrong constant name. "]>" pattern match is the same but
it is used for "<!DOCTYPE" end mark not "<![CDATA[" end... - 03:46 AM Revision 43b082d9 (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):
- Use "\A" instead of "^" in document type declaration patterns
because they are used as the head match in content no... - 03:40 AM Revision 8a4567b2 (git): * test/rexml/parse/test_document_type_declaration.rb: Add tests for
- parsing document type declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42486 b2dd03c8-39d4-4d8f-98ff-... - 03:02 AM Revision 122f5c37 (git): Add missing "Patch by". Sorry. Thanks to Ippei Obayashi!!!
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:01 AM Revision 6b2c0ca2 (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):
- Fix loose "head" match regular expression. It doesn't cause any
problem in the current code but it should be fixed ... - 02:59 AM Revision b729f2da (git): * test/rexml/parse/test_notation_declaration.rb (#test_system_public):
- Add a test for PUBLIC notation and SYSTEM notation order case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42... - 02:34 AM Revision 6d18dd8e (git): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):
- Fix loose "head" match regular expression.
[Bug #8701] [ruby-dev:47551]
Patch by Ippei Obayashi. Thanks!!!
* test... -
12:21 AM Revision e9f7bd3f (git): * NEWS: [DOC] typo in example reported by @moretea
- https://github.com/ruby/ruby/commit/a39e724#commitcomment-3831489
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:19 AM Revision ff1abb03 (git): * proc.c: [DOC] rdoc code formatting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:12 AM Revision 70973af1 (git): parse.y: check for attr
- * parse.y (rb_id_attrset): check if the argument is valid type as an
attribute.
git-svn-id: svn+ssh://ci.ruby-lang...
08/09/2013
-
11:53 PM Bug #8754: Stop checking for old REXML versions
- Thanks! I've merged it.
The code was written before lib/rss/ is bundled in Ruby. -
11:50 PM Bug #8754 (Closed): Stop checking for old REXML versions
- This issue was solved with changeset r42474.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:34 AM Bug #8754 (Assigned): Stop checking for old REXML versions
-
11:53 PM Feature #8643: Add Binding.from_hash
- (2013/08/09 22:10), rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> In other words, I want an easier way to convert... -
10:10 PM Feature #8643: Add Binding.from_hash
- In other words, I want an easier way to convert a hash to a binding. I first thought about Hash#to_binding but it did...
-
10:08 PM Feature #8643: Add Binding.from_hash
- I don't quite understand how that would help me, Koichi.
How could I use #8761 to get the same result as the examp... -
06:56 PM Feature #8643: Add Binding.from_hash
- What do you think about [Feature #8761]?
Usage:
```ruby
def get_empty_binding
binding
end
...
b = get_em... -
11:29 PM Bug #8763 (Third Party's Issue): Error in improve the docs webpage
- First of all apologies if this isn't the correct bug tracker for this, it was the most closely related one I could fi...
-
11:28 PM Bug #8756: SEGFAULT caused by `p Struct.new(:q?).instance_methods`
- Such a name like :q? or :q! should not be allowed as an attribute of a Struct.
Here is a patch:
diff --git a/st... -
12:50 AM Bug #8756 (Closed): SEGFAULT caused by `p Struct.new(:q?).instance_methods`
- Printing the instance methods for a Struct with a member name ending in a question mark causes a seg fault. I've conf...
-
10:52 PM Bug #8762 (Rejected): CFLAGS and LDFLAGS are not set properly in Makefile when they are already set as environment variables
- No, it's not the culprit.
-
07:36 PM Bug #8762 (Rejected): CFLAGS and LDFLAGS are not set properly in Makefile when they are already set as environment variables
- When the environment variable CFLAGS does not exist, running the ./configure script outputs this to the Makefile:
... -
10:51 PM Bug #8759 (Closed): Error compiling miniruby
- This issue was solved with changeset r42472.
Santiago, thank you for reporting this issue.
Your contribution to Ruby ... -
07:37 PM Bug #8759: Error compiling miniruby
- I can reproduce this locally. I believe this is the problem: #8762
-
07:28 PM Bug #8759: Error compiling miniruby
- Santiago, do you already have the CFLAGS or LDFLAGS environment variables set in your shell when you invoke ./configure?
-
05:03 PM Bug #8759 (Feedback): Error compiling miniruby
- I can't reproduce it and r42457 includes such configure.in changes.
Could you confirm there's something wrong? -
04:12 PM Bug #8759 (Closed): Error compiling miniruby
- I'm getting an error compiling miniruby after this change https://github.com/ruby/ruby/commit/c04f402f0f7692f6105c930...
-
10:21 PM Bug #8753 (Closed): __FILE__.encoding is wrong
- This issue was solved with changeset r42468.
贾, thank you for reporting this issue.
Your contribution to Ruby is grea... -
08:46 PM Revision 8f61bbf3 (git): * lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoc
- Patch by Steve Klabnik [Bug #8755] [ruby-core:56456]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42478 b2dd03... -
08:45 PM Feature #8751: Add offsets to method#source_location
- Maybe it is easy to extend Proc#source_location and easy to know locations of chaining blocks.
foo{...}.bar{...}... -
08:16 PM Feature #8751: Add offsets to method#source_location
- We can already do a fairly reliable method extraction in Pry, we simply start reading from the first line of the meth...
-
08:34 PM Feature #3753: value of def-expr
- Yes, I think Module#define_method should return a symbol as def statement does.
Matz.
-
07:55 PM Revision 180d461a (git): * bignum.c (big_div_struct): Use size_t.
- (bigdivrem1): Ditto.
(bigdivrem_num_extra_words): Ditto.
(bigdivrem_single): Ditto.
(bigdivrem_normal): Ditto.
... -
07:47 PM Feature #8465 (Rejected): Proc set_binding
- Difficult to implement.
-
07:45 PM Feature #8572: Fiber should be a Enumerable
- Use case?
-
07:39 PM Feature #8726: Class#source_location
- ちょっと追えていないのですが、元の提案自体は reject という感じでしょうか。
-
07:35 PM Feature #8725: Possibility to get a signal handler without changing it
- Do you have an idea of interface?
-
07:28 PM Feature #8576: Add optimized method type for constant value methods
- Memo - Discussion on twitter:
https://twitter.com/charliesome/status/350901225010638850
-
06:52 PM Feature #8761 (Closed): Binding#local_variable_get, set, defined?
- I propose new 3 methods of Binding.
- Binding#local_variable_get(sym)
- Binding#local_variable_set(sym)
- Bindin... -
05:06 PM Bug #8760 (Closed): irb automatically exits after opening
- After executing irb it automatically exists itself
✗ irb
irb(main):001:0>
✗
This regression was introduced in... -
04:38 PM Bug #8702: POSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
- Backported to ruby_1_9_3 at r42463.
- 03:27 PM Revision 9e46ca7d (git): * 2013-08-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 PM Revision eca115c3 (git): * ext/readline/readline.c (insert_ignore_escape): suppress
- logical-op-parentheses warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42475 b2dd03c8-39d4-4d8f-98ff-823f... - 02:50 PM Revision 81527501 (git): * lib/rss/rexmlparser.rb: Remove needless REXML version check.
- Both RSS Parser and REXML are bundled in Ruby. RSS Parser can
always use the latest REXML. [Bug #8754] [ruby-core:5... -
01:56 PM Revision c59ba9ce (git): io-console.gemspec: drop 1.9
- * ext/io/console/io-console.gemspec: drop 1.9 support since
rb_cloexec_open() is mandatory now.
git-svn-id: svn+ss... -
01:51 PM Revision 6e563a4e (git): configure.in: CoreFoundation framework option
- * configure.in (XLDFLAGS, LIBRUBYARG_STATIC): CoreFoundation framework
option is now needed always, regardless enab... -
01:41 PM Revision 23f039f3 (git): re.c: suppress warning
- * re.c (rb_memsearch): suppress parentheses warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42471 b2dd03c... -
01:41 PM Revision ca3b9bbf (git): bignum.c: suppress warning
- * bignum.c (rb_big_mul_karatsuba): suppress logical-op-parentheses
warning.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:24 PM Revision 90981c50 (git): proc.c: tabify
- * proc.c (check_local_id): tabify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42469 b2dd03c8-39d4-4d8f-98ff-8... -
01:20 PM Revision e941e505 (git): ruby.c: use String path version parser functions
- * ruby.c (load_file_internal): use rb_parser_compile_string_path and
rb_parser_compile_file_path, String path name ... -
01:20 PM Revision a1a6481a (git): * ChangeLog: fix the reason.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 PM Bug #8697 (Rejected): Fixnum complement operator issue
-
12:05 PM Bug #8697: Fixnum complement operator issue
- Can we close this issue? The original report confuses MRI implementation details (storing of small integers in Fixnum...
-
10:52 AM Bug #7716: Readdressing Autoload
- Sure. I'll lay it out in it's more basic terms, step by step:
* Ruby allows us to override the Kernel #require and... -
02:03 AM Bug #7716: Readdressing Autoload
- Could you summarize this?
This is hard to read for me.
Or Abstract/Background/Detail/Use case/Conclusion structur... -
10:49 AM Feature #8693 (Closed): lambda invoked by yield acts as a proc with respect to return
- This issue was solved with changeset r42455.
First, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:41 AM Bug #8722: Refinements remain active beyond the end of an evaled string
- naruse (Yui NARUSE) wrote:
> > private/public/protectedなども同様ですね。
(snip)
> > 他に何か同じような機能ってありましたっけ?
>
> 少なくとも rub... -
02:52 AM Bug #8722: Refinements remain active beyond the end of an evaled string
- test for ruby-dev's mail-count/post_id
-
01:40 AM Bug #8722: Refinements remain active beyond the end of an evaled string
- shugo (Shugo Maeda) wrote:
> naruse (Yui NARUSE) wrote:
> > > 仕様変更としてNEWSファイルに書けば良いことだと思います。
> > >
> > > Matz.
... - 10:18 AM Revision ecab6908 (git): * ext/io/console/console.c: delete redefinition of rb_cloexec_open.
- This function is always defined by io.c and is declared as non-static
in a header file, so this declaration causes ... -
10:14 AM Revision a39e724d (git): * NEWS: update about new methods for Binding.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Feature #8738: Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- 2013/8/5 stomar (Marcus Stollsteimer) <[email protected]>:
> Issue #8738 has been updated by stomar (Marcus St... -
09:51 AM Revision 568c5a81 (git): * proc.c: add Binding#local_variable_get/set/defined?
- to access local variables which a binding contains.
Most part of implementation by nobu.
* test/ruby/test_proc.rb: ... -
08:55 AM Bug #8758 (Closed): Add initial documentation for SSLServer
- In last few days I was struggling with SSLServer, so I decide to add some documentation to that class. Here is my fir...
- 07:38 AM Revision d720aebb (git): merge revision(s) 42223: [Backport #8702]
- * lib/mkmf.rb (xsystem): expand environment variable in all macros not
expanded with RbConfig. [Bug #8702]... - 07:22 AM Revision 69492b4d (git): merge revision(s) 40606,40607,40635: [Backport #8375]
- test_scanner_events.rb: assert_location
* test/ripper/test_scanner_events.rb (TestRipper#assert_location):
... - 06:57 AM Revision 5ee60048 (git): * lib/net/http.rb (Net::HTTP#send_request_with_body_stream): use
- String#bytesize instead of String#length.
reported by shekhei (shek hei wong) at [ruby-core:53775]
[Backport #817... - 06:53 AM Revision e6716b5e (git): merge revision(s) 40001: [Backport #8609]
- * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,
because the latter fails on cross device f... -
05:47 AM Bug #8483: SEGV under high concurrency
- @nagachika Yes, but I really think the problem isn't related to that.
@naruse Not yet. I'm still trying to reproduce ... -
05:05 AM Revision a62d6e64 (git): * tool/make-snapshot: Fix order of priority for option parameter.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision f67c1b0a (git): configure.in: clock_gettime
- * configure.in: use the result of AC_CHECK_LIB(rt, clock_gettime) as
clock_gettime.
git-svn-id: svn+ssh://ci.ruby-... -
03:06 AM Revision c04f402f (git): file.c: normalize Form C
- * file.c (rb_str_normalize_ospath): normalize to Normalization Form C
using CFString.
git-svn-id: svn+ssh://ci.rub... -
01:56 AM Revision f9cbf0e8 (git): * time.c (get_timeval, get_new_timeval): use rb_obj_class()
- instead of CLASS_OF() because CLASS_OF() may return
a singleton class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
01:49 AM Revision 214cbdc9 (git): * vm_insnhelper.c (vm_invoke_block): returning from lambda proc
- now always exits from the Proc. [ruby-core:56193] [Feature #8693]
* NEWS, test/ruby/test_lambda.rb: ditto. Patch by ... -
12:39 AM Bug #8755 (Closed): 'Document' RSS::Trackback
- This file is entirely internal, so just a top-level comment and some :nodoc:.
- 12:33 AM Revision d8a84ddb (git): merge revision(s) 42453:
- suppress warning introduced by r42439 [ruby-dev:47040]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... -
12:28 AM Bug #8591: [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
- Hi, I can confirm phasis68's solution works. I've just came through these steps on Windows 8 (x64) with Ruby 2.0.0-p2...
08/08/2013
-
11:48 PM Bug #8754 (Closed): Stop checking for old REXML versions
- Given that Ruby 2.0 ships with REXML 3.1.7.3, and both REXML and RSS are in the standard library, there should be no ...
-
11:01 PM Feature #7609 (Closed): Class#singleton_class?
- This issue was solved with changeset r42449.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
10:13 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I've pasted the path at the description text...
-
08:17 PM Bug #8753 (Closed): __FILE__.encoding is wrong
- =begin
A bug introduced by change r42183
(({__FILE__}))'s encoding is wrong.
In file ((%ruby.c%)) and function (({... -
05:28 PM Feature #8751: Add offsets to method#source_location
- Sorry, I should have added some usecases to this description. I would like this feature mainly to:
1. Extract sou... -
02:03 PM Feature #8751 (Closed): Add offsets to method#source_location
- Hello,
I would like to have byte offsets returned on the source_location for methods. For example:
def foo(&b)... -
04:27 PM Revision 4a7afb71 (git): suppress warning introduced by r42439 [ruby-dev:47040]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision 8fba9bbc (git): common.mk: install arch
- * common.mk (do-install-arch): install architecture dependent files
all, including libraries.
git-svn-id: svn+ssh:... - 03:10 PM Revision 2f301754 (git): * 2013-08-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Revision 8d644d6a (git): enumerator.c: fix non-single argument
- * enumerator.c (lazy_zip_func): fix non-single argument. fix
out-of-bound access and pack multiple yielded values.... -
02:56 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
- This issue was solved with changeset r42437.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
02:42 PM Bug #8722: Refinements remain active beyond the end of an evaled string
- naruse (Yui NARUSE) wrote:
> > 仕様変更としてNEWSファイルに書けば良いことだと思います。
> >
> > Matz.
>
> はい。「変えた」ということにし、NEWSに書いてあれば異議は... -
01:56 PM Bug #8722 (Assigned): Refinements remain active beyond the end of an evaled string
- matz (Yukihiro Matsumoto) wrote:
> 仕様変更としてNEWSファイルに書けば良いことだと思います。
>
> Matz.
はい。「変えた」ということにし、NEWSに書いてあれば異議はありません。 -
01:01 PM Bug #8722: Refinements remain active beyond the end of an evaled string
- 仕様変更としてNEWSファイルに書けば良いことだと思います。
Matz.
-
12:18 PM Bug #8722 (Feedback): Refinements remain active beyond the end of an evaled string
- naruse (Yui NARUSE) wrote:
> m = Module.new {
> eval "module_function"
>
> def test1() end
> }
> r = m.res... -
11:36 AM Bug #8722 (Assigned): Refinements remain active beyond the end of an evaled string
- m = Module.new {
eval "module_function"
def test1() end
}
r = m.respond_to?(:test1)
の r が r42396 以降 true か... -
02:01 PM Revision a25d02b1 (git): object.c: Module#singleton_class?
- * object.c (rb_mod_singleton_p): new method Module#singleton_class? to
return whether the receiver is a singleton c... -
01:09 PM Revision 44aa21d4 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 PM Revision fef170e8 (git): * time.c (time_overflow_p): Avoid signed integer overflow.
- (rb_time_new): Fix overflow condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42447 b2dd03c8-39d4-4d8f-9... -
12:34 PM Revision 685597fd (git): Fix the previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- 呼ばれたので返事をすると、2.1.0 で warning 出して 2.1.1 で変えるか、2.0.x で warning 出して 2.1 で変えるというところが妥当と思いますが、後者はもう期限切れな気がします。
-
10:27 AM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- This issue was solved with changeset r42431.
Tomoya, thank you for reporting this issue.
Your contribution to Ruby is... -
01:36 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- コメントいただきありがとうございます。
リビジョン 42400の変更のようになると、直感的でうれしいとは思いましたが、
「非互換性を導入するだけの価値」をあまり念頭に置いていない上での発言でした。
揃えてほしいという意見... -
12:13 PM Revision 319dc9f6 (git): * time.c (time_overflow_p): Avoid signed integer overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:00 AM Revision 2391ee2c (git): * thread.c (rb_threadptr_pending_interrupt_check_mask):
- use RARRAY_RAWPTR() instead of RARRAY_PTR() because
there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lan... -
10:58 AM Revision e0932e3a (git): * string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42443 b2dd03c8-3... -
10:56 AM Revision 3aea31c1 (git): * include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Bug #8742 (Rejected): JSON.parse can not handle tab in string
-
08:15 AM Bug #8742: JSON.parse can not handle tab in string
- =begin
Confirm that tabs are not allowed in JSON strings according to the spec (((<RFC4627|URL:http://tools.ietf.org... -
07:51 AM Bug #8742: JSON.parse can not handle tab in string
- I don't think literal tabs are allowed in strings, per the JSON spec.
-
09:45 AM Feature #6225: Hash#+
- There is another proposition, but for `#reverse_merge`: #7739.
Another relevant proposal: #7738. -
03:40 AM Feature #6225: Hash#+
- mame (Yusuke Endoh) wrote:
> BTW, I don't think that `Hash#merge` is so frequently-used operation enough to have suc... -
12:45 AM Feature #6225: Hash#+
- zzak (Zachary Scott) wrote:
> matz, if you can make a decision on this alias it would be appreciated!
matz explic... -
07:50 AM Revision c9d01961 (git): * include/ruby/ruby.h: add old macro name `RUBY_EVENT_SWITCH'.
- This macro name is obsolete because it is renamed to
RUBY_INTERNAL_EVENT_SWITCH, but it has compatibility problem
... - 07:09 AM Revision eb369d43 (git): merge revision(s) 42439:
- * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
instead of `p' to get rid of a side ... - 06:42 AM Revision f21d6210 (git): * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
- instead of `p' to get rid of a side effect.
Kernel#p without any argument seems to do nothing, but flushes stdout.
... -
06:00 AM Bug #8750 (Closed): unit test fix for CVE-2013-4073 seems to be incomplete
- This issue was solved with changeset r42429.
Antonio, thank you for reporting this issue.
Your contribution to Ruby i... -
05:43 AM Bug #8750: unit test fix for CVE-2013-4073 seems to be incomplete
- This should fix the issue.
-
05:42 AM Bug #8750 (Closed): unit test fix for CVE-2013-4073 seems to be incomplete
- Hello, I was just testing some Ruby versions against vulnerability against Hostname check bypassing vulnerability in ...
-
05:56 AM Revision 8de705ee (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision 7b046395 (git): * NEWS: add description of incompatibility introduced by r42396.
- [ruby-core:56329] [Bug #8722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42437 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:54 AM Revision a9a4da92 (git): * common.mk (mini): portable target to build miniruby
- * common.mk (bisect): run git-bisect with miniruby
* common.mk (bisect-ruby): run git-bisect with ruby
* tool/bisec... -
05:48 AM Revision d1ede0c1 (git): proc.c: constifiy
- * proc.c (rb_proc_call_with_block): constifiy argv.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42435 b2dd03c8... -
05:35 AM Revision 5812f34d (git): test_range.rb: remove invalid assertions
- * test/ruby/test_range.rb: remove invalid assertions for [Bug #8739].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
03:38 AM Feature #8155 (Closed): Improve support for streaming responses in WEBrick
- This issue was solved with changeset r42427.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... - 03:14 AM Revision 647fc21a (git): * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): these
- expectations assumes that the IOs are binmode. fixed test failures
introduced at r42427 on Windows.
git-svn-id: ... -
02:16 AM Revision edde0291 (git): Follow r42431
- Follow tests to revert r42400. [Bug #8739]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42432 b2dd03c8-39d4-4d... -
01:27 AM Revision 0be97c70 (git): range.c: revert r42400
- * range.c (range_last): revert r42400. [Bug #8739]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42431 b2dd03c... -
01:26 AM Revision 354028ab (git): file.c: rb_str_normalize_ospath
- * file.c (rb_str_normalize_ospath): extract and move from dir.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
12:18 AM Feature #8696 (Assigned): Process.setproctitle
- この追加、まつもとさんの了解取ってませんよね?
coreクラスのAPIの変更は今後はまつもとさんの了解を得てからにして下さい。
この提案どう思いますか?>まつもとさん
08/07/2013
-
11:12 PM Feature #8696 (Closed): Process.setproctitle
- This issue was solved with changeset r42425.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
10:56 PM Bug #8749 (Closed): Readline.readline stops STDOUT?
- =begin
r42402 で、以下のようなスクリプトの挙動が変わっています。
(Enter を押すかどうかは関係なくて、)Readline.readline を実行中に標準出力への出力が出来なくなっているように見えます。
... -
10:50 PM Feature #6225: Hash#+
- Operator overloading is for convenience and to "least surprise". Since `+` puts two numbers together, and `+` puts tw...
-
03:22 AM Feature #6225: Hash#+
- To put an end to the bikeshedding, and because I'd like this ticket to get a resolution:
The original request was ... -
09:51 PM Feature #8748 (Rejected): Integer#popcount (Fixnum#popcount and Bignum#popcount)
- How about adding `Integer#popcoun` t method?
(actually `Fixnum#popcount` and `Bignum#popcount` )
```
0.popco... - 09:00 PM Revision 88514703 (git): * test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.
- Patch by Antonio Terceiro. [Bug #8750] [ruby-core:56437]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42429 b2d... -
08:58 PM Bug #7921 (Third Party's Issue): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
- I'm closing this out as 3rd party issue (mingw-w64 incorrect header package)
This has been solved in latest versio... -
12:51 PM Bug #7921 (Feedback): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
- What is this status?
- 06:38 PM Revision b01b3e22 (git): * 2013-08-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:38 PM Revision 9dff71ad (git): * lib/webrick/httpresponse.rb: Allow #body to be an IO-like object
- that responds to #readpartial and #read.
[ruby-trunk - Feature #8155]
* NEWS: NEWS for above
* test/webrick/test_h... -
06:13 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- Rejectされているの気づかず、うっかり変更してしまいましたが、revertしますかねぇ。
ただし、net/http/header.rbのように、last(1)[0]と同じモノが欲しいケースはあるのではないかと思います。
r... -
12:17 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- kosaki (Motohiro KOSAKI) wrote:
> だれかが、ギャっと言ったら君主豹変スで態度を変えてrevertすべきなんじゃないですかねえ。
だいたい「ぎゃっ」というのはリリース後な上に、だいたいblogや... -
10:00 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- だれかが、ギャっと言ったら君主豹変スで態度を変えてrevertすべきなんじゃないですかねえ。
-
02:53 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- なんかrubyspecのこけ方がおかしいと思ったのでよく見てみたら、rubyspec自体(=mspec)が
Range#last を ruby_version_is "1.9"..."1.9.3" とかの判定で使っているようで、
... -
02:37 AM Bug #8739 (Assigned): Range#last と#last(n)で挙動の統一がされていない
- 仕様を変えるときは NEWS に書いて下さい。
あと、rdoc もちゃんと追従させて下さい。 -
12:01 AM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- むむ、リビジョン 42400で最後の要素を返す(結果として挙動を揃える非互換な方向の)変更が行われてますね。
これを機会に改めて考えると、終端は「end」メソッドを使うようにして、「last」の挙動は他のEnumerableと揃... -
04:39 PM Bug #8746 (Closed): TestWEBrickCGI#test_cgi fails with mswin64 on English version of Windows
- This issue was solved with changeset r42421.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:39 PM Bug #8746 (Closed): TestWEBrickCGI#test_cgi fails with mswin64 on English version of Windows
- 題名の通り。
-
04:12 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- The check should be removed as following:
```diff
diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb
index... -
04:08 PM Misc #8741: email notification on bugs.ruby-lang.org is broken
- I complained about the same a while ago (ruby-core:52371) but nothing changed :/ I also opened ticket for ruby-lang.o...
- 02:12 PM Revision d5ecd17a (git): Add Process.argv0.
- * ruby.c (Process.argv0): New method to return the original value
of $0. [Feature #8696]
git-svn-id: svn+ssh://ci.... - 02:12 PM Revision 34bb945c (git): Add Process.setproctitle().
- * ruby.c (Process.setproctitle): New method to change the title of
the running process that is shown in ps(1). [Fea... -
12:54 PM Bug #8483 (Feedback): SEGV under high concurrency
- Could you provide a reproducible code?
-
12:24 PM Bug #8012 (Assigned): Performance degradation in 2.0.0p0
-
12:23 PM Bug #7847 (Closed): gem release of io-console is broken on Windows
- http://rubygems.org/gems/io-console/versions/0.4.2 is released at February 16, 2013.
-
12:22 PM Bug #7699 (Assigned): rubyspec failed: BigDecimal#divmod Can be reversed with * and +
-
12:20 PM Bug #5703 (Feedback): Ruby 1.9.3p0 segmentation fault (during autoload?)
- Could you provide a reproducible code?
-
11:08 AM Revision fe627397 (git): * bignum.c (rb_big_odd_p): Check the bignum length.
- (rb_big_even_p): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:31 AM Revision ff84827e (git): * bignum.c (dbl2big): A condition simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Feature #8639: Add Queue#each
- \# Please assume
\# @q_buf is current buffer (array) of queue in following example.
\# @q_lock is lock of this Qu... -
09:49 AM Feature #8155: Improve support for streaming responses in WEBrick
- assigning to me per: http://twitter.com/nahi/status/364910788529500160
-
08:21 AM Bug #7965 (Closed): Segmentation fault when running OpenSSL tests
-
07:46 AM Bug #8745 (Closed): Add documentation for RSS::Utils
- This issue was solved with changeset r42415.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:07 AM Bug #8745: Add documentation for RSS::Utils
- Sure thing, whatever you think is best :)
I think that since 0 is a special case, we can get away with one level o... -
04:05 AM Bug #8745 (Assigned): Add documentation for RSS::Utils
-
04:05 AM Bug #8745: Add documentation for RSS::Utils
- I like the non-instance_eval example better, it is more clear
-
03:56 AM Bug #8745: Add documentation for RSS::Utils
- I have attached a better patch that explains an edge case of an extra method, as well as fixes indentation for code s...
-
03:31 AM Bug #8745 (Closed): Add documentation for RSS::Utils
- This adds both top-level as well as method-level documentation for RSS::Utils.
- 07:40 AM Revision 0df9d815 (git): * ChangeLog: missed ticket number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:39 AM Revision d3831282 (git): * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}):
- mswin is not only mswin32 but also mswin64. [Bug #8746]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42421 b2d... -
07:19 AM Revision 382abb75 (git): * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
* proc.c (curry): ditto.
* proc.c (rb_proc_call): remove line break.
... -
04:20 AM Revision 8741a397 (git): * random.c (random_load): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42419 b2dd03c8-3... -
03:59 AM Revision 7a23eb1c (git): * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42418 b2dd03c8-3... -
02:18 AM Bug #8441: /Users/Chandan/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/utils.rb:132: [BUG] Segmentation fault ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.4.2]
- It's been a while. Have you been able to reproduce this on 1.9.3? Can you give us the code?
-
02:14 AM Bug #8411: Wrong value returned when arity called on a method created through define_method with default arguments
- On my Ruby 2.0.0 and 2.1.0-dev, I get -1 and -1, so something was fixed somewhere.
-
12:02 AM Revision aa66f59c (git): * string.c: [DOC] Description of rb_str_equal [Fixes GH-375]
- Based on a patch by @markijbema
https://github.com/ruby/ruby/pull/375
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
08/06/2013
-
11:59 PM Bug #8744 (Closed): SIZEOF_UNSIGNED___INT128
- 気がついたのですが、config.h で、SIZEOF_UINT128_T の定義として
SIZEOF_UNSIGNED___INT128 が使われるのですが、
定義されないようです。
% grep INT128 .ext/... -
11:32 PM Revision aecd5b67 (git): * ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMAC
- based on a patch by @repah documenting-ruby/ruby#14
https://github.com/documenting-ruby/ruby/pull/14
git-svn-id: ... -
10:46 PM Revision 4a6bc942 (git): * lib/rss/utils.rb: [DOC] RSS::Utils by Steve Klabnik [Bug #8745]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:43 PM Revision 365ae169 (git): * 2013-08-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:43 PM Revision d35596c6 (git): * bignum.c (nlz16): Removed.
- (nlz32): Ditto.
(nlz64): Ditto.
(nlz128): Ditto.
(nlz_int): New function.
(nlz_long): New function.
(nlz_lo... -
10:36 PM Bug #8740 (Closed): Documentation for RSS 1.0 and 2.0
- This issue was solved with changeset r42410.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:30 AM Bug #8740: Documentation for RSS 1.0 and 2.0
- Oh no!
Adding this line fixes it:
maker.channel.about = "About my feed."
I must have copied wrong, my apol... -
01:27 AM Bug #8740 (Assigned): Documentation for RSS 1.0 and 2.0
- Thank you Steve!
I've patched RSS::Rss and RSS::Atom, but when I tried the example for RSS::RSS10 I got an RSS::No... -
09:52 PM Feature #8675 (Closed): Add Readline.point=(pos)
- This issue was solved with changeset r42405.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:04 PM Feature #8675: Add Readline.point=(pos)
- 遅くなりましたが、関連するコミット 42146 も見ました。
「Readline.delete_text後にGNU Readlineの仕様そのままだとReadline.pointが削除されたテキストを考慮していない。そのため、tes... -
09:24 PM Bug #8644 (Closed): valgrind error in a readline test
- This issue was solved with changeset r42402.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:11 PM Bug #8644: valgrind error in a readline test
- パッチありがとうございます。取り込みます。
-
09:24 PM Bug #8743 (Closed): Inconsistent behaviour calling public_methods on class (Plus documentation slightly ambiguous)
- =begin
= Background
I was trying to identify classes on which a specific class method (def self.xx) was actually ... -
07:19 PM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
There is a new bug from the change.
__FILE__'s encoding is wrong.
In file *ruby.c* and function *load_file_internal*...-
07:11 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Thanks a lot, but I think you forgot to attach the patch.
-
05:09 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Seems fine.
And now matz considers it a bug in the ISO spec.
Attached a proposal for the NEWS and the test. -
05:33 PM Bug #8737: [BUG] Bus Error
- Full backtrace attached.
As it goes for the code I can't, I could try to create an empty rails project and maybe i... -
03:22 AM Bug #8737: [BUG] Bus Error
- Is there any way that you can give some code that makes this happen? Or a full backtrace?
-
04:15 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
- This issue was solved with changeset r42396.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
01:46 PM Revision 0650ecc3 (git): Typo from r42411
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 PM Revision 0ea2ae13 (git): * time.c: [DOC] Typo in Time overview by @sparr [Fixes GH-374]
- https://github.com/ruby/ruby/pull/374
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42411 b2dd03c8-39d4-4d8f-98... -
01:36 PM Misc #8741: email notification on bugs.ruby-lang.org is broken
- henrikhodne (Henrik Hodne) wrote:
> This is a little hard to debug. What do you mean by "broken"? Do you not receive... -
06:30 AM Misc #8741: email notification on bugs.ruby-lang.org is broken
- This is a little hard to debug. What do you mean by "broken"? Do you not receive them? Do you only receive some? Are ...
-
05:35 AM Misc #8741 (Closed): email notification on bugs.ruby-lang.org is broken
- I don't know where else to report this
-
01:36 PM Revision 4bf737cf (git): * lib/rss/1.0.rb: [DOC] Document RSS110 by Steve Klabnik [Bug #8740]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:19 PM Revision ead6b6e7 (git): * ext/readline/readline.c (readline_s_delete_text): remove
- checking "$SAFE == 4".
* ext/readline/readline.c: fix rdoc, remove "Raises SecurityError"
and add "Raises NotImple... -
01:07 PM Revision 19efdcee (git): * ext/readline/readline.c, test/readline/test_readline.rb: fix
- indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:59 PM Revision 9deecfc4 (git): range.c: return nil for empty range
- * range.c (range_last): return nil for empty range, or in the case the
predecessor is smaller than the begin. [Bug... -
12:56 PM Revision 814b7b54 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 PM Revision a78713ce (git): * ext/readline/readline.c (readline_s_set_point, Init_readline):
- add Readline.point=(pos). Patched by naruse. [ruby-dev:47535]
[Feature #8675]
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:38 PM Revision b4e9b0d1 (git): json/add/range.rb: use Range#end
- * ext/json/lib/json/add/range.rb (Range#as_json): use Range#end
instead of Range#last which can be affected by Rang... -
12:38 PM Revision e667aaf4 (git): net/http/header.rb: remove a hack
- * lib/net/http/header.rb (Net::HTTPHeader#set_range): remove a hack
for the bug fixed at [Bug #8739].
git-svn-id: ... -
12:24 PM Revision d2fa5dff (git): * ext/readline/readline.c (Init_readline, readline_s_set_output)
- (clear_rl_outstream, readline_s_set_input, clear_rl_instream)
(readline_readline): fix causing SEGV if closed IO obje... -
11:48 AM Feature #8572: Fiber should be a Enumerable
- I think this is a good idea, and since it's a mere addition, we don't have to worry about compatibility.
Matz.
-
10:42 AM Feature #8738 (Feedback): Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- I don't see the use-case of this method. Is there any case that happens so frequently to have build-in method (maybe...
-
10:39 AM Bug #8739 (Rejected): Range#last と#last(n)で挙動の統一がされていない
- 意図したものです。
引数がない時には「終端」が欲しいでしょうし、引数を指定して複数値を取り出す時に、eachで登場しない値を含めるものおかしいと思いました。
仮に変えるとして「どちらかに揃える」ことを希望されるならば、どち... -
10:09 AM Bug #8724: MinGW: ConverterNotFoundError test failure
- This issue was solved with changeset r42383.
-
10:07 AM Bug #8742 (Rejected): JSON.parse can not handle tab in string
- The following JSON file:
----
{
"I am tab": " "
}
----
does not parse when running the script:
----
requir... -
08:59 AM Revision b7bc4706 (git): * vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:42 AM Revision 2743b0d6 (git): range.c: consider exclusive
- * range.c (range_last): exclude the last number of the exclusive range
if the end is Numeric. [ruby-dev:47587] [Bu... -
08:42 AM Revision b0391268 (git): win32.c: fix conversion
- * win32/win32.c (rb_w32_conv_from_wchar): converted string to CP_UTF8
should have UTF-8 encoding. otherwise no con... -
08:33 AM Revision 22468a4f (git): * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.
- Stack overflow check should be done *after* pushing a stack frame.
However, some stack overflow checking codes chec... -
08:02 AM Revision 8ea8dfd8 (git): win32.c: conversion from WCHAR
- * win32/win32.c (rb_w32_conv_from_wchar): use WideCharToMultiByte(),
as like as mbstr_to_wstr(), in the first step ... -
07:15 AM Revision d6228183 (git): * vm_eval.c (eval_string_with_cref): copy cref to limit the scope of
- refienements in the eval string. [ruby-core:56329] [Bug #8722]
* test/ruby/test_refinement.rb: related test.
git-sv... -
07:04 AM Revision c837fe40 (git): string.c: fix typo
- * string.c (rb_str_ellipsize): [DOC] fix typo, "encoding" instead of
"encoded" which is probably a slip of the auto... -
05:12 AM Revision 42bd9510 (git): win32.c: supprss warning
- * win32/win32.c (rb_w32_system_tmpdir): supprss a sign-compare
warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
04:12 AM Bug #8581 (Rejected): URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
-
03:18 AM Bug #8581: URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
- That is correct.
I believe this should be closed. -
03:51 AM Bug #8409: Having issues compiling 2.0.0 p195
- I have attached a patch that disallows --prefix set to `pwd`, but I am not an autoconf master. It works for me, but I...
-
03:33 AM Revision ba3ec382 (git): [DOC] refine a call seq.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 AM Revision 25336fa7 (git): * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED to
- declare undefined memory area.
(bignew_1): Ditto.
* internal.h (VALGRIND_MAKE_MEM_DEFINED): Moved from gc.c
(VAL... -
03:16 AM Bug #8124: gem fails to install valid gems
- I believe both of these errors happen when there are network problems of some kind, but haven't been able to reproduc...
-
03:11 AM Bug #7425: Execute a script by active record, the console is crash.
- It's been 8 months since some extra feedback was asked for, is there any way we can get this information?
-
03:10 AM Bug #7898: Ruby tells me to report this bug
- Ping! Any chance of getting the first half of that log? Is this still a problem?
-
03:09 AM Bug #7089: Rails server refuses to start
- Luis asked for some feedback almost a year ago, is this still an issue? Any chance you can get the info he asked for?
-
03:08 AM Bug #6839: 1.9.3p194 [BUG] Segmentation fault
- It's been quite a long time for this bug. Has it been tried on a newer Ruby? Is there any way to get a full reproduct...
-
02:44 AM Bug #7977: rails 4 crashes ruby 2.0 on Solaris
- John, can you get a small reproduction of some kind to help ngoto? It's been five months.
-
01:42 AM Bug #8550 (Closed): On Windows Process.spawn 'command', 'arg1', 'arg2', ... evals the arguments
- This issue was solved with changeset r42391.
Maurizio, thank you for reporting this issue.
Your contribution to Ruby ... -
12:14 AM Bug #8550: On Windows Process.spawn 'command', 'arg1', 'arg2', ... evals the arguments
- I've attached a patch for the RDOC, what do you think?
-
12:51 AM Bug #7676: Comparison of Float::NAN in array behaves unexpectedly
- I would be happy to write a documentation patch for this if Matz can confirm which behavior is correct.
08/05/2013
-
11:55 PM Bug #8740 (Closed): Documentation for RSS 1.0 and 2.0
- As well as a tiny fix for atom.
-
11:22 PM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- Range#lastは終端を返しますが、#last(n)は最後の要素を返します。
引数の有無で挙動が異なるのは意図したものでしょうか?
意図したものであれば、返す値を終端か要素どちらかに挙動を統一出来ないでしょうか。
#終端... -
11:17 PM Feature #8738: Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- Regarding the naming, I find
8.single_bit? # => true
a little strange (that's 4 bits), power_of_2?/power_of_... -
10:03 PM Feature #8738 (Rejected): Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- How about a new method Integer#single_bit?
(Actually Fixnum#single_bit? and Bignum#single_bit?)
n.single_bit? ret... -
10:49 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I agree with the proposal, so I've attached a patch.
With this patch:
* yield invokes lambda as a lambda block
*... -
05:50 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- We discussed about the issue, and concluded the OP's intuition is natural.
So we seriously consider changing the beh... -
01:16 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- mame (Yusuke Endoh) wrote:
>
> A better reason is often required to change a spec and/or behavior.
You and other... -
12:32 PM Feature #8693 (Assigned): lambda invoked by yield acts as a proc with respect to return
-
09:57 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- rits (First Last) wrote:
> A "plain block" that "checks arguments" is an oxymoron. Obviously such a thing should no... -
04:19 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- mame (Yusuke Endoh) wrote:
> My guess:
>
> * yield invokes any block as a plain block
> * lambda block always ch... -
09:52 PM Bug #8737 (Third Party's Issue): [BUG] Bus Error
- When running rspec spec/<spec_file> from time to time I get this error:
/Users/n/.rvm/gems/ruby-2.0.0-p247@<gemset... -
09:50 PM Feature #8658: Process.clock_gettime
- I updated the patch for Process.clock_gettime.
The patch, clock_gettime-4.patch, supports gettimeofday() and time(),... -
09:48 PM Feature #8700: Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
- I updated the patch because I change the method name to bit_length.
(I added an under score.)
-
05:38 PM Bug #8733 (Closed): miniruby always reports warnings when writing to console on Windows
- This issue was solved with changeset r42385.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:38 PM Bug #8733: miniruby always reports warnings when writing to console on Windows
- クロスコンパイルとかck.exe上からとかしかビルドしてませんでした(ドヤ)。
-
03:26 PM Bug #8733 (Closed): miniruby always reports warnings when writing to console on Windows
- =begin
しばらく前になかださんが組み込みエンコーディング周りをいじってからというもの、
以下のような警告が出るようになりました。
C:\ruby> miniruby -e "p ''"
-e:1: warning... -
04:42 PM Revision 0bd6f36a (git): * process.c: [DOC] Document caveats of command form of Process.spawn
- with regard to the shell and OS. Patched by Steve Klabnik [Bug #8550]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
04:29 PM Revision e171d499 (git): * lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:25 PM Revision a8996069 (git): * 2013-08-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Revision 196d348a (git): * lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740
- * lib/rss/atom.rb: [DOC] Typo in rdoc by Steve Klabnik
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42388 b2dd... -
04:22 PM Feature #8734 (Closed): irbに複数行履歴機能が欲しい
- 現在のirbはクラス定義やメソッド定義のような複数行にわたるものを書くと、
実行結果は閉じるまで返ってこないのに、履歴は一行ごとにバラバラになってしまい、とても不便です。
なので、zshのように、複数行をまとめて履歴として扱えるよ... -
03:23 PM Feature #8696: Process.setproctitle
- At Sun, 4 Aug 2013 10:01:31 +0900,
KOSAKI Motohiro wrote:
>
> 2013/7/30 knu (Akinori MUSHA) <[email protected]... -
02:50 PM Revision 2ae634f2 (git): * bignum.c: Rename local variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 PM Revision f089ea1c (git): * vm_trace.c: [DOC] Fix TracePoint return values in examples
- Based on a patch by @sho-h [Fixes GH-373]
https://github.com/ruby/ruby/pull/373
git-svn-id: svn+ssh://ci.ruby-lan... -
08:53 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Can you just write a gem?
-
08:38 AM Revision 8d564597 (git): win32.c: conversion to WCHAR
- * win32/win32.c (rb_w32_write_console): use MultiByteToWideChar() for
the last step of conversion to WCHAR, to get ... -
08:33 AM Revision 0f6cd1bb (git): win32.c: fix wrong trimming
- * win32/win32.c (wstr_to_mbstr, mbstr_to_wstr): fix wrong trimming.
WideCharToMultiByte() and MultiByteToWideChar()... -
08:32 AM Revision db95dfbc (git): test_econv.rb: assert_separately
- * test/ruby/test_econv.rb (test_default_external): use
assert_separately for clearer messages.
git-svn-id: svn+ssh... -
05:02 AM Revision 750b52f4 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 AM Bug #8720 (Rejected): ECB mode seems to be broken
- =begin
Hi Ben,
thanks for caring! But it's not really a bug of Ruby OpenSSL, the problem is that unfortunately t... -
03:58 AM Bug #8732 (Closed): Docs for rss/0.9.rb
- This issue was solved with changeset r42378.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:52 AM Bug #8732 (Closed): Docs for rss/0.9.rb
- I wrote some top-level documentation for the 0.9 support of RSS.
-
03:37 AM Bug #8685 (Closed): Problems of the example of REXM::Attribute#namespace
- This issue was solved with changeset r42376.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:32 AM Bug #8729 (Rejected): Fix character literals in documentation
- This is a bug in RDOc, thank you for your patch but I cannot accept it.
- 02:51 AM Revision ac93b284 (git): * include/ruby/encoding.h: document which user flags are used by
- ENCODING_MASK for better greppability
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42381 b2dd03c8-39d4-4d8f-98f... - 01:02 AM Revision 5e98991f (git): * object.c (rb_class_inherited_p): allow iclasses to be tested for
- inheritance. [Bug #8686] [ruby-core:56174]
* test/ruby/test_method.rb: add test
git-svn-id: svn+ssh://ci.ruby-lang....
Also available in: Atom