Nobuyoshi Nakada
Nobuyoshi Nakada
> OptionParser supports Array and Hash object as an enum of option value. But Set object is not supported. For example: > > ```ruby > parser.on("--lang2=", Set.new(["en", "fr", "it"])) #...
I'm not sure if `push_gem.yml` works for tags on commits that aren't the HEAD. Should #58 be split into the first commit and the others?
Not only `CFLAGS`, also config.h should contain compiler specific info. Using a different compiler can't work.
Yes, and `bundle --help` and so on show the corresponding man pages. Maybe a new subcommand such as `gem man `?
Thank you for pointing it out. A merit to include all docs is `ri` can show them. > * Make bundled gems include `.rdoc_options` and `.document` in the gem package...
Could you show results of `ruby -rrbconfig -e 'pp RbConfig::CONFIG.fetch_values("CC", "CFLAGS", "CPPFLAGS", "warnflags", "optflags", "debugflags")'`? And: > ``` > gcc: error: unrecognized command line option ‘-fdeclspec’ > gcc: error: unrecognized...
Could anyone share a mkmf.log file?
> I am also experiencing this on a M1 Mac running Sonoma 14.5, and Ruby 3.3.3. It's happening when I try to build a binary with `rbwasm`. Looks like it's...
If all descriptions are US-ASCII only, it would be simple. But it will be a headache like a hell, with combined chars, ambiguous width, joiner, R-to-L, etc.
Windows 2022 failure is the VC's bug.