Activity
From 10/04/2018 to 10/10/2018
10/10/2018
-
05:29 PM Feature #15113: Show warnings on unused blocks with Enumerable#all? any? one? none?
- Thank you for letting me know robert-san
Yes, looks like this has been quickly merged by nobu-san. (thanksfully enou... -
02:56 PM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Giia (George Pheikrishvili) wrote:
> webzorg (Lasha Abulashvili) wrote:
> > Hey all, I'm from Georgia so I hope I c... -
10:20 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- webzorg (Lasha Abulashvili) wrote:
> Hey all, I'm from Georgia so I hope I can help. I'm also Ruby dev and I heard a... -
10:13 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- duerst (Martin Dürst) wrote:
> This is a request for feedback. In particular if you are from Georgia (the country, n... -
10:10 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Hey all, I'm from Georgia so I hope I can help. I'm also Ruby dev and I heard about this issue from Akira Matsuda's p...
-
11:58 AM Revision 1b8534e6 (git): spec/.../ole_method.rb: retry WIN32OLERuntimeError
- This part sometimes causes random failure like:
https://ci.appveyor.com/project/ruby/ruby/builds/19382723/job/bedc33p... -
11:39 AM Revision 3f113219 (git): spec: add comments to re-enable specs for MinGW [ci skip]
- r64918 and r64988 should not be kept forever.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64992 b2dd03c8-39d4-... -
11:35 AM Revision c7220bd3 (git): terminate_spec.rb: exclude unstable spec for MinGW
- This spec seems to randomly kill mspec worker.
https://ci.appveyor.com/project/ruby/ruby/builds/19390874/job/wv1bsm8s... -
08:44 AM Feature #12490: Remove warning on shadowing block params
- And we've got Matz's approval for this proposal! Congratulations!
-
08:42 AM Feature #12490: Remove warning on shadowing block params
- I definitely agree. Here's a typical example that makes me mad when I get the warning:
```
user = users.find { |... -
08:28 AM Feature #5866 (Rejected): ValidationError
- The term `Validation` may have different meaning upon applications. There's no reason to treat them uniformly.
In ad... -
06:44 AM Feature #14781: Enumerator.generate
- How about "recurrence" as method name?
It is noun, though. -
06:44 AM Feature #14784: Comparable#clamp with a range
- So, let's focus on making `Comparable#clamp` accept `Range`s. Subject updated.
-
06:29 AM Feature #14784: Comparable#clamp with a range
- Please don't put multiple proposals in one issue. It's hard for us to tell which is important `clamp` to accept range...
-
06:18 AM Feature #15144: Enumerator#chain
- In today's developer meeting, Matz said Enumerator#+ would be OK to add, so I'm going to work on it first and then we...
-
06:12 AM Feature #709: Enumerator#+
- I've become positive about this proposal after experiences with potential use cases.
In today's developer meeting,... -
06:01 AM Feature #11505 (Rejected): Module#=== should call #kind_of? on the object rather than rb_obj_is_kind_of which only searches the ancestor heirarchy
- I understand your needs but the receiver of `===` is a class/module, not the decorator. So if you want to override th...
-
05:51 AM Feature #15112: Introducing the short form of `STDERR.puts expr.inspect`.
- I propose more generalized method on `IO` instead of `STDERR.p`.
My proposal is `IO#putp`.
- 04:24 AM Revision 50281e8c (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:24 AM Revision 228fc417 (git): revisit `RARRAY_PTR()`.
- * ext/fiddle/function.c (initialize): use RARRAY_AREF() instead of
using RARRAY_PTR().
git-svn-id: svn+ssh://ci.r... - 04:20 AM Revision 9d7a5a49 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 AM Revision eed1deec (git): revisit `RARRAY_PTR()`.
- * process.c (check_exec_redirect): use RARRAY_AREF() instead of
using RARRAY_PTR().
git-svn-id: svn+ssh://ci.ruby... -
04:17 AM Revision 4ed087b0 (git): revisit `RARRAY_PTR()`.
- * array.c (yield_indexed_values): use RARRAY_AREF/ASET instead of
using RARRAY_PTR().
* enum.c (nmin_filter): ditt... -
03:52 AM Revision 165b4461 (git): revisit `RARRAY_PTR()`.
- * array.c (ary_memcpy0): remove traditional `RARRAY_PTR()` code.
It's enough stable.
* array.c (rb_ary_splice): ad...
10/09/2018
- 08:06 PM Revision 6a6684cd (git): * 2018-10-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:06 PM Revision 67fcbf93 (git): * configure.ac: do not use __builtin_longjmp on ppc64* Linux
- because it causes a segmentation fault with MJIT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64983 b2dd03c8-39... -
06:08 PM Bug #15219: Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
- This would be nice indeed. I have a small gem that collects information about the
host-system (on the target compute... -
03:20 PM Bug #15219 (Closed): Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
- I would be happy that the coming Ruby 2.5.2 would support OpenSSL 1.1.1 and TLS 1.3 [1].
To do that, it seems at l... -
05:36 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- > I'm not sure what you mean. Whenever I refer to a package, I'm referring to a pre-compiled package. MSYS2/MinGW has...
-
03:35 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- @jaruga
I'm not sure what you mean. Whenever I refer to a package, I'm referring to a pre-compiled package. MSYS... -
03:00 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- > The package release 1.1.1-4 should build fine on Appveyor MinGW.
Thank you for the working.
The OpenSSL 1.1.1 ... -
05:30 PM Misc #15220 (Closed): Adding OpenSSL 1.1.1 on Travis CI gcc-8 case
- Currently Travis CI test cases are running on OpenSSL 1.0.1f as the default setting.
I want to add the latest vers... -
02:43 PM Bug #15164: mkmf doesn't work with miniruby on Windows
- ruby_2_5 r64982 merged revision(s) 64860,64861.
-
02:43 PM Revision 49d542f6 (git): merge revision(s) 64860,64861: [Backport #15164]
- fallback env encoding to ASCII-8BIT
* hash.c (env_enc_str_new): as no locale/filesystem encoding is
... -
02:39 PM Bug #14658: Kernel#singleton_method is incompatible with Module#prepend.
- ruby_2_5 r64981 merged revision(s) 63067,63068.
-
02:39 PM Revision e2283c62 (git): merge revision(s) 63067,63068: [Backport #14658]
- Fix Kernel#singleton_method with Module#Prepend
* proc.c (rb_obj_singleton_method): search the method entry ... -
02:25 PM Bug #15190: Null pointer dereference in process_options -- OOB read (size of 8 bytes)
- ruby_2_5 r64980 merged revision(s) 64900.
-
02:25 PM Revision 98eb63a8 (git): merge revision(s) 64900: [Backport #15190]
- Just a shebang is valid code
[ruby-core:89240] [Bug #15190]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
02:09 PM Bug #13069: mkmf: ignore linker warnings on OpenBSD
- ruby_2_5 r64979 merged revision(s) 62007,62024.
-
02:09 PM Revision b014387f (git): merge revision(s) 62007,62024: [Backport #13069]
- mkmf.rb: ignore linker warnings
* lib/mkmf.rb (try_ldflags): ignore linker warnings. they cause
u... -
01:59 PM Bug #15205: backport r64915 (check argument type.)
- ruby_2_5 r64978 merged revision(s) 64915.
-
01:59 PM Revision c14ab348 (git): merge revision(s) 64915: [Backport #15205]
- check argument type.
* iseq.c (iseqw_s_compile): check argument type (T_STRING) to
avoid SEGV.
g... -
01:56 PM Bug #15200: RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression
- I don't think all of the changesets could be backported cleanly...
Anyway I set the Backport field for remembrance. -
01:04 PM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- なぜかminirubyだと一致するようです。
```
$ TZ=Asia/Tokyo ./bin/ruby -ve "ENV['TZ']='right/Asia/Tokyo';t=Time.at(2<<30);p t;p t.... -
09:45 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- あれ、あぁ、そうか、r63848でいじったときにはまぁいいかと思ったんでした……。
期待は分かりますがright/*と非right/*を混ぜて使うのが実用的な用途とは思えないのであんまり…って感じですね… -
09:14 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- trunk でも同じでした。
期待している値としては t と t.utc で同じ分秒になることですが、13:41と14:08のどちらが良いかは特に意見がありません。
```
% TZ=Asia/Tokyo ruby -ve ... -
02:10 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- その辺最近いじったのでtrunkの動作が期待通りか試して頂けますか
-
08:14 AM Feature #15195: Deal with new Japanese era
- Link to (request for) feedback on this issue from Rails: https://groups.google.com/forum/#!topic/rubyonrails-core/fZU...
-
08:13 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Link to (request for) feedback on this issue from Rails: https://groups.google.com/forum/#!topic/rubyonrails-core/fZU...
-
06:56 AM Revision 74072a16 (git): Add tests for another timezone
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:18 AM Revision e94ede5a (git): use `should include`.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Bug #11037 (Closed): Time Parse Documentation Incorrect - Undefined method getlocal
- Applied in changeset trunk|r64975.
----------
Time.parse based from non-Time object
* lib/time.rb (Time.make_time):... -
05:55 AM Revision 7f9089a1 (git): Time.parse based from non-Time object
- * lib/time.rb (Time.make_time): as the document states, the second
argument of `Time.parse` may be a non-`Time` obj... -
03:21 AM Revision 97fffcad (git): ext/objspace/objspace_dump.c: print addresses consistently
- The format addresses are printed in are different if you use
`ObjectSpace.dump_all(output: :stdout)` vs.
`ObjectSpace... - 02:01 AM Revision e20ac944 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 AM Revision b9d00698 (git): Revert "ext/objspace/objspace_dump.c: print addresses consistently"
- This reverts commit r64970.
Visual C++ 12.0 doesn't have PRIxPTR.
Anyway we have our own vfprintf implementation BSD... -
01:52 AM Feature #11098: Thread-level allocation counting
- If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confident...
10/08/2018
- 11:43 PM Revision 9f81048b (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 PM Revision c5768e43 (git): ext/objspace/objspace_dump.c: print addresses consistently
- The format addresses are printed in are different if you use
`ObjectSpace.dump_all(output: :stdout)` vs.
`ObjectSpace... -
11:18 PM Feature #15217 (Open): Add Resolv.current_resolver
- This allows us to have a per-thread default resolver.
This change is backwards compatible and will not change the be... -
05:10 PM Feature #15198: Array#intersect?
- It also seems like it comes up fairly commonly on stackoverflow/blogs:
https://stackoverflow.com/questions/2603895/h... -
04:03 PM Feature #14912: Introduce pattern matching syntax
- I don't have anything specific to say about this particular proposal, I just want to point out that a lot of people h...
-
03:47 PM Revision 48291d52 (git): Revert "NEWS: Fix indent [ci skip]"
- This reverts commit a43d71159fdf208f5ad29fe8f4169e193056caaa.
already fixed at r64958
git-svn-id: svn+ssh://ci.ruby... -
03:26 PM Bug #14652: ruby -e "p ARGV" **/* is reasonably but slow
- sanae (Sanae Artoria) wrote:
> ~~~ ruby
> C:\Users\Administrator>ruby -e "p ARGV" **/*
>
> ~~~
>
> Runs slow ... -
03:16 PM Bug #14541: Class variables have broken semantics, let's fix them
- Hanmac (Hans Mackowiak) wrote:
> @Eregon: the problem is the other way around ...
>
> a class variable in a super... - 03:12 PM Revision c82bafdb (git): * 2018-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 PM Revision 634de695 (git): NEWS: Fix indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Feature #14423: Enumerator from single object
- [Oops. I didn't see #14781.]
The general version of this method is the category-theoretical dual of a `fold` (call... -
02:15 PM Bug #14948 (Closed): MinGW Failure - r64072 - test_jit.rb: test_compile_insn_putspecialobject_putiseq
- r64964 solved all issues on MinGW MJIT. Closing.
- 01:57 PM Revision 6938834c (git): * remove trailing space. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision 71e70d28 (git): include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 PM Revision ad2d2e3f (git): include/ruby/ruby.h: import external symbols
- properly on MinGW MJIT.
test_jit.rb: all MJIT tests are now passing on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
01:44 PM Feature #14164: [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth
- I feel that most discussions about "type systems" or "types" for Ruby suffer from a serious lack of unambiguous defin...
-
12:41 PM Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
- What is the status of this?
-
11:59 AM Revision 1ce45a44 (git): test_win32ole_event.rb: sleep longer
- to increase the possibility of TestWIN32OLE_EVENT_SWbemSink#test_on_event success.
It seems to randomly fail
https://... -
10:46 AM Revision 6a7df0ec (git): appveyor.yml: execute test_syntax separately
- because NoMemoryError tends to be caused by
TestSyntax#assert_syntax_files.
https://ci.appveyor.com/project/ruby/ruby... -
10:33 AM Misc #15129: DevelopersMeeting20181010Japan
- * How to address increasing spam to the bug tracker. #15212/#15213 are just two examples. They get removed (return a ...
-
07:09 AM Misc #15129: DevelopersMeeting20181010Japan
- I am not sure if it is appropriate, but I'd also be very glad to hear about some "stale" discussions. They were typic...
-
10:25 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- spixi (Marius Spix) wrote:
> The current implementation of String.capitalize is not just a problem in Georgian, but ... -
08:54 AM Revision 62a3dbd5 (git): Add test for marshal
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Revision 68ec41d7 (git): Removed redundant suffix `_with_timezone`
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 AM Revision 5d85a46e (git): revert r64957 [ci skip]
- r64956 didn't work either...
This means that svn.ruby-lang.org/ruby is not executing the latest git
hook on git.ruby-... -
04:03 AM Revision fcf308e5 (git): Timezone at Time#+ and Time#-
- * time.c (time_add): support for Timezone.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64958 b2dd03c8-39d4-4d8... - 03:11 AM Revision e94b5221 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 042718c2 (git): revert r64955
- r64954 didn't work...
In this commit, I'm experimenting
https://git.ruby-lang.org/ruby-commit-hook.git/commit/svn-ut... - 02:55 AM Revision dde4a171 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 AM Revision ca8b54b6 (git): partially revert r64953
- "expand tabs" is not intended to be applied to strftime.c, because its
c-file-style is "linux", not "ruby".
It's exp... -
02:35 AM Feature #14850 (Closed): Add official API for setting timezone on Time
- Applied in changeset trunk|r64952.
----------
Timezone support by Time [Feature #14850]
* strftime.c (rb_strftime):... - 02:35 AM Revision b8fbe8b5 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision ee58c638 (git): Timezone support by Time [Feature #14850]
- * strftime.c (rb_strftime): support timezone object by `%z`.
* time.c (time_init_1, time_new_timew, time_getlocaltim... -
01:08 AM Revision e0bc5e49 (git): test_jit.rb: skip to test tempdir emptiness
- on AppVeyor mswin. It's somehow failing and not reproductive on my
environment.
We're suspecting maybe somebody is s... -
12:12 AM Revision 1f49e9bc (git): revert r64947 and r64949
- Both didn't work well on mswin. Reverting.
https://ci.appveyor.com/project/ruby/ruby/builds/19322867/job/28fgwiq8j7hd...
10/07/2018
-
11:19 PM Feature #15198: Array#intersect?
- I threw together an example in a [gist](https://gist.github.com/travisofthenorth/eb2a68f5cd309dc7442ec4e1e55ae117) wh...
-
04:52 PM Revision 0da1f4e8 (git): win32/Makefile.sub: create header install dir first
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:45 PM Revision 2c276c19 (git): appveyor.yml: completely separate win32ole tests
- because r64938 was not enough and another win32ole test file
(`test_win32ole_type.rb`) crashed worker.
https://ci.app... -
03:38 PM Revision 24ca8720 (git): win32/Makefile.sub: install precompiled header to prefix
- This is needed to run JIT from the installed ruby binary.
Even after this, we're hitting another error though.
star... - 03:10 PM Revision 3ea17032 (git): * 2018-10-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 50f2520b (git): mjit_worker.c: clean up all unnecessary files on mswin
- test_jit.rb: passed all MJIT tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64945 b2dd03c8-39d4-4d8f-98ff... -
02:51 PM Revision ceab2821 (git): mjit_worker.c: don't suppress cl.exe logs
- on --jit-verbose=2+.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:05 PM Revision cdffad51 (git): appveyor.yml: give up running TestThreadQueue#test_queue_with_trap
- for mswin. We tried to increase timeout and execute separately but both
didn't work. Let me skip this until somebody ... -
02:00 PM Revision fd719c59 (git): include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTED
- on most of platforms except mswin.
Changing it to static was needed for mswin because it doesn't use
transform_mjit_... -
01:34 PM Revision d590027f (git): vm_core.h: fix inconsistent prototype declarations
- like "error: static declaration of 'xxx' follows non-static declaration".
r64940 is successfully built on mswin but n... -
01:11 PM Revision 950d1007 (git): mjit.h: introduce MJIT_STATIC for full mswin JIT support
- This change resolves most of major remaining MJIT bugs on mswin.
Since Visual Studio doesn't support generating pre-p... -
12:28 PM Revision b62c1a22 (git): mjit_worker.c: print warning if FreeLibrary fails
- because somehow AppVeyor fails to remove so file by Permission Deined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
12:05 PM Feature #14784: Comparable#clamp with a range
- @akr The proposal is "`Comparable#clamp` with a range". It also _justifies_ the possible need for a startless range, ...
-
12:03 PM Revision 686a12a6 (git): appveyor.yml: separately execute unstable tests
- without -j option. Those 2 tests are too unstable on AppVeyor.
test/excludes/TestThreadQueue.rb: The most unstable t... -
11:46 AM Revision 6b596cc2 (git): revert r64935
- that didn't work at all. So the so file should be open at the time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
09:45 AM Feature #15215: HTTPS server name indication (SNI): explicit server_name in Net::HTTP
- aspettl (Aaron Spettl) wrote:
> **Proposed solution:**
> Decouple the server name used for SNI from the address use... -
09:20 AM Feature #15215 (Closed): HTTPS server name indication (SNI): explicit server_name in Net::HTTP
- **Current behavior and problem:**
At the moment, the host name or IP address given in the URL is used to provide the... -
09:23 AM Feature #15211: Integer.try_convert
- I don't know about the other try_convert
how does Ruby react if you try to overwrite the try_convert from the ruby... -
04:17 AM Feature #15211 (Closed): Integer.try_convert
- I found `Integer` doesn't have `try_convert` method, which converts the argument by `to_int` method without explicit ...
-
09:17 AM Revision 7f24188a (git): Added missing declarations in readline.h bundled with macOS 10.14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision 86e09265 (git): appveyor.yml: use ./tmp as TMPDIR for test-all
- on VS.
On AppVeyor, we seem to fail to remove so file due to permission error.
C:/projects/ruby/test/ruby/test_jit.r... -
08:03 AM Revision 77a682a3 (git): mjit_worker.c: clean up .obj file on mswin
- prior to this commit, .obj file is generated on current directory and nobody deletes that.
This changes it to make su... -
06:08 AM Revision 0f8a433c (git): add_spec.rb: skip unstable spec on mingw
- This sometimes crashes mspec worker like
https://ci.appveyor.com/project/ruby/ruby/build/9806/job/37tx2atojy96227m
a... -
05:54 AM Revision 2cacb2d0 (git): test_jit.rb: skip some tests
- that don't succeed on MinGW after r64929
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64932 b2dd03c8-39d4-4d8f-... -
04:29 AM Revision f13a2ad6 (git): mjit.c: fix obsoleted comment [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Revision 1c7d3348 (git): Fix indent of output in doc [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision e889fad8 (git): mjit.h: call compiled code immediately
- after the first compilation on --jit-wait.
Previously the assignment to `func` didn't have meaning for the behavior,... -
12:53 AM Bug #15210: UTF-8 BOM should be removed from String in internal representation
- foonlyboy (Eike Dierks) wrote:
> I believe this to be a bug in how byte data is converted to the ruby internal Strin...
10/06/2018
-
07:51 PM Bug #15210: UTF-8 BOM should be removed from String in internal representation
- > BTW: stdlib::CSV chokes on the BOM
I can't say how common this is or whether there is a bug; but in the event
t... -
06:47 PM Bug #15210 (Closed): UTF-8 BOM should be removed from String in internal representation
- Hi everyone working on the ruby trunk,
I encountered a problem with a BOM (Byte Order Mark) at the front of UTF-8... -
05:30 PM Feature #15198: Array#intersect?
- Demonstrated use cases helps the core team & matz assess on the usefulness of a proposed
change, which can help in a... -
03:31 PM Bug #15206: require_relative in std_lib
- The Appveyor run on the PR passed.
Appveyor testing has been intermittently failing. With parallel/multi testing ... -
03:17 AM Bug #15206 (Closed): require_relative in std_lib
- I noticed that there are some `require` for internal files in `lib/`. Ideally, they would be using `require_relative`...
- 03:14 PM Revision b50955fd (git): * 2018-10-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 37575155 (git): revert r64925
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Bug #15137 (Third Party's Issue): Can't run brew cleanup
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15139 (Third Party's Issue): Bug in Interpreter or Extension Libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15147 (Third Party's Issue): Mac OSX (brew) reported: You may have encountered a bug in the Ruby interpreter or extension libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15142 (Third Party's Issue): Bug in the Ruby interpreter or extension libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15180 (Third Party's Issue): Segmentation fault at 0x00000001097ffffe
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15197 (Third Party's Issue): Segmentation fault in Ruby script cache_store.rb from homebrew on macOS Mojave
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15207 (Third Party's Issue): Bug - interpreter or extension libraries, Crashed running brew upgrade
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
05:05 AM Bug #15207 (Third Party's Issue): Bug - interpreter or extension libraries, Crashed running brew upgrade
- After running brew upgrade installing to latest Xcode CLI, I ran again the brew upgrade. When it got to upgrading oct...
-
03:02 PM Bug #15209 (Closed): r64925 order-only-prerequisites - make targets - breaking change
- This commit has changed behavior of make targets such that make install or make install-nodoc is now running tests.
... - 03:11 AM Revision 3fcecb3c (git): * 2018-10-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 96eff9ed (git): order-only-prerequisites
- * defs/gmake.mk: use order-only-prerequisites to run build and test
targets sequentially.
https://www.gnu.org/sof...
10/05/2018
-
08:04 PM Feature #11815: Proposal for method `Array#difference`
- Now that `Array#difference` has in #14097 become an operator with set semantics, this proposal should probably be clo...
-
04:55 PM Feature #14594: Rethink yield_self's name
- I think `then` is going to be a bad name, because it has a special meaning in A+ Promises: https://promisesaplus.com/...
-
02:59 PM Misc #15202: Adding Coverity Scan to CI to see the result casually
- Yusuke and Robert, thank you for sharing current status and thoughts.
> I had run the Coverity Scan analysis on CI... -
02:01 PM Feature #15198: Array#intersect?
- The most recent example I encountered was authorizing a user in a Rails endpoint. Each user has a list of abilities, ...
-
11:49 AM Feature #14097: Add union and difference to Array
- Now it is closed! ;)
-
11:10 AM Bug #15205 (Closed): backport r64915 (check argument type.)
- This ticket is for backport management.
-
10:40 AM Bug #15203: test-all WEBrick - fixes needed for Azure Pipelines - three asserts, line endings
- I think it's because git on Azure Pipeline enables "Use CRLF" option.
Because of that those test files uses CRLF on ... -
10:36 AM Bug #15203 (Closed): test-all WEBrick - fixes needed for Azure Pipelines - three asserts, line endings
- Applied in changeset trunk|r64924.
----------
Use binread because webrick also uses binread
Reported-by: MSP-Greg [... -
10:36 AM Revision 0f5853c2 (git): Use binread because webrick also uses binread
- Reported-by: MSP-Greg [Bug #15203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64924 b2dd03c8-39d4-4d8f-98ff-8... -
10:28 AM Revision 5a9b23ab (git): Added news entry of r64741.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:29 AM Bug #15204: globbing should be prevented when wildcard is surrounded by double quotes in the ruby's command line
- sorry, maybe some text was modified by the bug tracker Editor :-)
In Linux's bash
~~~ text
$ ./tt "*.txt"
it's ou... -
08:23 AM Bug #15204 (Rejected): globbing should be prevented when wildcard is surrounded by double quotes in the ruby's command line
- script tt like following:
~~~ ruby
#!/usr/bin/ruby
p ARGV
~~~
if a command line argument contains wildcard s... - 06:23 AM Revision d7bd4589 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Revision d65d5533 (git): Add difference method to Array
- I introduce a `difference` method equivalent to the `-` operator, but
which accept more than array as argument. This ... -
03:25 AM Revision 68bf34fc (git): Update aclocal to 1.16.1 [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision 6918746e (git): Remove wrong conversion
- * rational.c (nurat_to_double): should return `double`, not `Float`.
fix r64897. [Bug #15189]
git-svn-id: svn+ssh...
10/04/2018
- 11:33 PM Revision 4484390f (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:33 PM Revision f8f77d84 (git): use RARRAY_AREF().
- * struct.c (setup_struct): no need to use Array raw ptr here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@649... -
09:34 PM Misc #15202: Adding Coverity Scan to CI to see the result casually
- > However there are around 1000 "not important" issues.
I think the ruby core team always likes to remove bugs fro... -
03:06 PM Misc #15202: Adding Coverity Scan to CI to see the result casually
- I had run the Coverity Scan analysis on CI (twice a week), and I had checked the result only when I felt like. But r...
-
02:06 PM Misc #15202 (Open): Adding Coverity Scan to CI to see the result casually
- Recently I reported issues detected by code analysis tool mainly using Coverity Scan.
The 9 issues categorized as... - 03:22 PM Revision 509d8f81 (git): * 2018-10-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 PM Revision daf19474 (git): check argument type.
- * iseq.c (iseqw_s_compile): check argument type (T_STRING) to
avoid SEGV.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
02:20 PM Bug #15203 (Closed): test-all WEBrick - fixes needed for Azure Pipelines - three asserts, line endings
- Attached is a patch with fixes needed for the test-all WEBrick tests when run on Azure pipelines (vc12, vc14, mingw)....
-
02:00 PM Revision 103a0b98 (git): lldb_rp: support Symbol [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 PM Bug #15200: RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression
- okwrtdsh (Tadashi Okawara) wrote:
> ## This throws an error:
> ~~~
> $ ruby -e 'RubyVM::InstructionSequence.compil... -
08:21 AM Bug #15200: RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression
- Seems fixed by a series of commits: 61846 61913 62615 62621 62622 62772 62777 62778 62787 62791 62796 62807 62856 630...
-
01:37 AM Bug #15200 (Closed): RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression
## These works as expected:
* `if true`
~~~
$ ruby -e 'RubyVM::InstructionSequence.compile("if true\nfoo bar: ...-
10:34 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- The current implementation of String.capitalize is not just a problem in Georgian, but also in other languages like D...
- 06:29 AM Revision c4e433a8 (git): Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Update
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Feature #15198: Array#intersect?
- - Interesting. Can you share a bit more detail about your "if two arrays intersect but not actually caring about the...
-
12:57 AM Bug #15199 (Closed): scanf.rb broken with io from IO.pipe (MinGW or Windows?)
- scanf.rb seems to be broken when using an io from a pipe.
The following code is used in IO#scanf:
link: https:/...
Also available in: Atom