[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>
I would like to request developers meeting around April 17 or 18 in this month.
14 messages
2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014
— Urabe Shyouhei <shyouhei@...>
2014/04/03
It's good if we have a meeting then.
[#61826] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/03
Regarding openssl issues, I’ve discussed possible meeting time with Martin last month and he seemed positive.
[#61833] Re: Plan Developers Meeting Japan April 2014
— Martin Bo煬et <martin.bosslet@...>
2014/04/03
Hi,
[#61847] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/03
Martin Boテ殕et <martin.bosslet@gmail.com> wrote:
[#61849] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I will post summary of meeting on Google docs after the meeting.
[#61852] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/04
Zachary Scott <e@zzak.io> wrote:
[#61860] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I’m ok with redmine, thanks for bringing up your concern!
[#62076] Candidacy to 2.1 branch maintainer. — Tomoyuki Chikanaga <nagachika00@...>
Hello,
7 messages
2014/04/17
[#62078] Re: Candidacy to 2.1 branch maintainer.
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/04/17
> And does anyone have counter proposal for 2.1 maintenance?
[ruby-core:62144] [ruby-trunk - Bug #7807] [PATCH] Remove duplicated load paths when empty version string is configured
From:
v.ondruch@...
Date:
2014-04-24 06:54:54 UTC
List:
ruby-core #62144
Issue #7807 has been updated by Vit Ondruch. Recent version of the patch: http://pkgs.fedoraproject.org/cgit/ruby.git/tree/ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch ---------------------------------------- Bug #7807: [PATCH] Remove duplicated load paths when empty version string is configured https://bugs.ruby-lang.org/issues/7807#change-46298 * Author: Vit Ondruch * Status: Assigned * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: * Target version: next minor * ruby -v: ruby 2.0.0dev (2013-02-08 trunk 39161) [x86_64-linux] * Backport: ---------------------------------------- =begin My configuration options: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-ruby-version='' --with-rubyhdrdir=/usr/include --with-ruby-pc=ruby.pc --disable-rpath --enable-shared Prior: $ ruby -e "puts $:" /usr/lib64/ruby/site_ruby/ /usr/lib64/ruby/site_ruby//x86_64-linux /usr/lib64/ruby/site_ruby /usr/lib64/ruby/vendor_ruby/ /usr/lib64/ruby/vendor_ruby//x86_64-linux /usr/lib64/ruby/vendor_ruby /usr/lib64/ruby/ /usr/lib64/ruby//x86_64-linux After: $ ruby -e "puts $:" /usr/lib64/ruby/site_ruby /usr/lib64/ruby/site_ruby/x86_64-linux /usr/lib64/ruby/vendor_ruby /usr/lib64/ruby/vendor_ruby/x86_64-linux /usr/lib64/ruby /usr/lib64/ruby/x86_64-linux BTW the duplicated paths caused ActiveSupport test suite errors as far as I remember [1]. Not sure if it was already changed there. [1] https://bugzilla.redhat.com/show_bug.cgi?id=718695 =end ---Files-------------------------------- cleanup-non-versioned-paths.patch (2.52 KB) -- https://bugs.ruby-lang.org/