Nobuyoshi Nakada

Results 157 comments of Nobuyoshi Nakada

スペースを含む記号のみのケースの動作は今後も保証するものではありません。

`append_cflags` adds each flag to `$CFLAGS` only if it is usable.

The reason is `test-bundled-gems.rb` runs the built ruby without `fake.rb` to build the gems. Now these extensions are generated under `.bundle` directory by `make build-exts`, and the test can use...

- Is `0000-12-31` a valid date?

I think the proleptic Gregorian calendar is the only choice pragmatically. Extensions for Julian calendar and BC times may be possible, but I'm not sure.

Doesn’t `make extract-extlubs` after `configure` make `ext/psych/yaml-2.5`? Then `ext/psych/extconf.rb` should fall back to it. Note that downloading in `extconf.rb` is for the separate repositories.

@eileencodes > > Doesn’t make extract-extlubs after configure make ext/psych/yaml-2.5? > > I think you meant extlibs but I'm sure what's not working right. Sorry, yes, it is. > When...

@XrXr Those lines seem coming from the original libyaml source, [`Makefile.in`](https://github.com/yaml/libyaml/commit/d12ce2aa8851d3bf75fd57dd1758181210b16456#diff-0462e381b2fb3286568215681c8983490a37ac9ae0f0c5ee304df7fa6426d4afR38-R44). Could your report it there?

The [YAML spec] does not seem to mention about calendar systems at all. [YAML spec]: https://yaml.org/spec/