[#113435] [Ruby master Feature#19634] Pattern matching dynamic key — "baweaver (Brandon Weaver) via ruby-core" <ruby-core@...>
Issue #19634 has been reported by baweaver (Brandon Weaver).
6 messages
2023/05/09
[#113489] [Ruby master Bug#19642] Remove vectored read/write from `io.c`. — "ioquatix (Samuel Williams) via ruby-core" <ruby-core@...>
Issue #19642 has been reported by ioquatix (Samuel Williams).
10 messages
2023/05/15
[ruby-core:113695] [Ruby master Feature#19695] mkmf: Adding the extra option --with-verbose to enable verbose mode.
From:
"jaruga (Jun Aruga) via ruby-core" <ruby-core@...>
Date:
2023-05-29 09:05:37 UTC
List:
ruby-core #113695
Issue #19695 has been updated by jaruga (Jun Aruga). > $ rake compiler -- --with-verbose Sorry for my typo in the commit message. It's not "rake compiler" but "rake compile". ``` $ rake compile -- --with-verbose ``` ---------------------------------------- Feature #19695: mkmf: Adding the extra option --with-verbose to enable verbose mode. https://bugs.ruby-lang.org/issues/19695#change-103341 * Author: jaruga (Jun Aruga) * Status: Closed * Priority: Normal ---------------------------------------- I want the new feature to enable the verbose mode by setting the `V = 1` in the generated `Makefile` at runtime when building native extensions. Because the `V = 1` prints the compiler command lines. And it's useful to confirm and update the compiler flags. It can be used like the command below. ``` $ ruby /path/to/extconf.rb -- --with-verbose $ grep '^V =' Makefile V = 1 ``` Or it can be used with `rake-compiler` gem. ``` $ rake compile -- --with-verbose ``` The pull-request is <https://github.com/ruby/ruby/pull/7863>. -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- [email protected] To unsubscribe send an email to [email protected] ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/