| Age | Commit message (Collapse) | Author |
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11330
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11261
|
|
|
|
|
|
- `OpenSSL` here is not the class.
- libexecinfo on FreeBSD is present in the base system of all
supported releases, since 2017.
|
|
Get rid of using ambiguous demonstratives as link anchors, for the
accessibility's sake.
|
|
|
|
|
|
Clang 18 has the bugfix we need, so we no longer need to tell people to
compile Clang from source.
|
|
|
|
https://blade.ruby-lang.org/ruby-dev/39325
|
|
|
|
|
|
|
|
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]
|
|
|
|
|
|
* More on What's Here
* More on What's Here
|
|
|
|
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.
|
|
|
|
It might not be obvious how to get the build directory and the Makefile
set up.
|
|
|
|
Remove the command prompt '$ ` aligning with other parts in the document.
|
|
skip] (#8589)
|
|
|
|
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Notes:
Merged-By: ioquatix <samuel@codeotaku.com>
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8210
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/8077
Merged-By: XrXr
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7979
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7861
|
|
https://bugs.ruby-lang.org/issues/19637
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Notes:
Merged: https://github.com/ruby/ruby/pull/7798
Merged-By: yui-knk <spiketeika@gmail.com>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7792
|
|
I initially thought this macro is referencing binary, not basic instruction name
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
[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 <takashikkbn@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7414
|
|
|
|
Change to handling of aliases
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
I started a glossary to help new contributors navigate the internals of
CRuby, and I think we should maintain it in ruby/ruby
Notes:
Merged: https://github.com/ruby/ruby/pull/7280
|
|
* Separate dependencies for RubyGems
* Add reasons of optional libraries
* Add a note for gperf and fix the required version
|