[#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:83068] [Ruby trunk Feature#13946] Rename configure.in to configure.ac
From:
nobu@...
Date:
2017-09-30 22:04:01 UTC
List:
ruby-core #83068
Issue #13946 has been updated by nobu (Nobuyoshi Nakada). kernigh (George Koehler) wrote: > I had an old Makefile before I pulled this change (rename configure.in to configure.ac). The old Makefile can't find configure.in. The fix is easy: run autoconf and ./configure to get a new Makefile. Or run `./config.status && make`. ---------------------------------------- Feature #13946: Rename configure.in to configure.ac https://bugs.ruby-lang.org/issues/13946#change-67011 * Author: colby (Colby Swandale) * Status: Closed * Priority: Normal * Assignee: * Target version: ---------------------------------------- Hello ruby team! In my quest to learn about Ruby-lang's src i was reading through [autoconf's documentation](http://www.gnu.org/software/autoconf/manual/autoconf.html) and got a bit confused about where the autoconf script was for ruby trunk until i found this paragraph in chapter 3.1: > Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which ‘.in’ means “to be processed by configure”). Using configure.ac is now preferred. trunk is currently using `configure.in` - so i would like to propose we rename `configure.in` to be the preferred `configure.ac`. I think this is good and will help reduce confusion for anyone reading documentation for autoconf. Thank you! ---Files-------------------------------- 0001-rename-configure.in-to-configure.ac.patch (467 Bytes) -- 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>