Age | Commit message (Collapse) | Author |
|
|
|
s/copmiler-rt/compiler-rt/
|
|
I don't really think ASAN works well at all on any version of Ruby from
before https://bugs.ruby-lang.org/issues/20001 was landed. Update the
docs to clarify what works, and what does not work.
Also there's no need to compile at `-O0`; this was probably just hiding
some of the problems with our stack scanning that were fixed in the
above issue.
[Bug #20248]
|
|
|
|
following up on https://github.com/ruby/ruby/pull/8832
|
|
Looking at building_ruby.md it is unclear that you are able to build Ruby on Windows. To fix that a reference has been added to the windows.md file.
|
|
|
|
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Notes:
Merged-By: ioquatix <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8077
Merged-By: XrXr
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7979
|
|
https://bugs.ruby-lang.org/issues/19637
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Notes:
Merged: https://github.com/ruby/ruby/pull/7798
Merged-By: yui-knk <[email protected]>
|
|
|
|
[Misc #16671]
I'd like to bump it to 2.7 to use pattern matching in
tool/mk_builtin_loader.rb.
However, I experienced a few blockers. 2.5 seems like the closest
version that is easy enough to use on CIs, so let me bump the version to
it as an intermediate step for it. I want to use &. and <<~ in 2.3 too.
Known blockers:
* AppVeyor Visual Studio 2015 doesn't have Ruby 2.7. You'd need to bump
the version to Visual Studio 2019.
* GitHub Actions windows-2019 doesn't have Ruby 2.7 either. You
can use ruby/setup-ruby, but configure doesn't seem to work with it.
* For ruby/ruby-ci-imaage, bionic doesn't have Ruby 2.7. I tried using
ruby-build to build Ruby 2.7 from package, but the build on its CI
seems to somehow loop forever when I do that. So I gave it up for now.
We might want to wait until bionic becomes EOL.
Note:
* AppVeyor Visual Studio 2015 has Ruby <= 2.6.3
https://www.appveyor.com/docs/windows-images-software/#ruby
* GitHub Actions windows-2019 uses Ruby 2.5.9
https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md
Notes:
Merged-By: k0kubun <[email protected]>
|
|
* Separate dependencies for RubyGems
* Add reasons of optional libraries
* Add a note for gperf and fix the required version
|
|
|
|
|
|
|
|
|
|
|
|
[Misc #16671]
|
|
|
|
|
|
The command line arguments to `configure` are stored in `rbconfig.rb`.
Usually these are just useless but harmless after the installation,
however could affect unexpectedly when updating default gems.
Notes:
Merged: https://github.com/ruby/ruby/pull/7076
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7076
|
|
Notes:
Merged-By: k0kubun <[email protected]>
|
|
See [Feature #19068] for the context.
Notes:
Merged: https://github.com/ruby/ruby/pull/6705
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6692
|
|
|
|
|
|
Readers didn't realize that you can use --prefix with
--disable-install-doc.
|
|
* Update docs wrt YJIT limitations and building YJIT
* Update building_ruby.md
Fix relative link
Notes:
Merged-By: maximecb <[email protected]>
|
|
Add information from doc/hacking.md and doc/make_cheatsheet.md back into contributing docs
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
doc/contributing/building_ruby.md
Notes:
Merged: https://github.com/ruby/ruby/pull/5908
Merged-By: nobu <[email protected]>
|
|
co-authored-by: Peter Zhu <[email protected]>
co-authored-by: Stan Lo <[email protected]>
Notes:
Merged: https://github.com/ruby/ruby/pull/5899
|