[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82817] [Ruby trunk Bug#13906] homepage in gemspec
From:
zn@...
Date:
2017-09-15 16:00:30 UTC
List:
ruby-core #82817
Issue #13906 has been reported by znz (Kazuhiro NISHIYAMA). ---------------------------------------- Bug #13906: homepage in gemspec https://bugs.ruby-lang.org/issues/13906 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Some gemspec files set ruby-lang site instead of github site to homepage. Is it intentional? ``` % git ls-files '*.gemspec' | xargs grep homepage | grep ruby-lang ext/io/console/io-console.gemspec: s.homepage = "https://www.ruby-lang.org" ext/openssl/openssl.gemspec: s.homepage = "https://www.ruby-lang.org/".freeze ext/sdbm/sdbm.gemspec: s.homepage = "https://www.ruby-lang.org" ext/stringio/stringio.gemspec: s.homepage = "https://www.ruby-lang.org".freeze ext/strscan/strscan.gemspec: s.homepage = "https://www.ruby-lang.org" lib/webrick/webrick.gemspec: s.homepage = "https://www.ruby-lang.org" ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>