Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/check_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}

- uses: ruby/setup-ruby@v1
with:
ruby-version: head

- uses: ./.github/actions/setup/directories
with:
makeup: true
Expand Down Expand Up @@ -111,7 +115,7 @@ jobs:
- name: Generate docs
id: docs
run: |
make XRUBY=ruby RDOC_DEPENDS= RBCONFIG=update-rbconfig html
make XRUBY=ruby RDOC_DEPENDS= RBCONFIG=update-rbconfig HTMLOUT=html html
echo htmlout=ruby-html-${GITHUB_SHA:0:10} >> $GITHUB_OUTPUT
# Generate only when document commit/PR
if: >-
Expand Down
2 changes: 1 addition & 1 deletion doc/float.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# See:
#
# - https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
# - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#-why-are-rubys-floats-imprecise
# - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#user-content--why-are-rubys-floats-imprecise
# - https://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
#
# Note that precise storage and computation of rational numbers
Expand Down
2 changes: 1 addition & 1 deletion doc/jit/yjit.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cd yjit
The YJIT `ruby` binary can be built with either GCC or Clang.
It can be built either in dev (debug) mode or in release mode.
For maximum performance, compile YJIT in release mode with GCC.
See [Building Ruby](../contributing/building_ruby.md#building-ruby).
See [Building Ruby](rdoc-ref:contributing/building_ruby.md@building-ruby).

```sh
# Configure in release mode for maximum performance, build and install
Expand Down
2 changes: 1 addition & 1 deletion man/erb.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd December 16, 2018
.Dt ERB \&1 "Ruby Programmer's Reference Guide"
.Dt ERB 1 "Ruby Programmer's Reference Guide"
.Os UNIX
.Sh NAME
.Nm erb
Expand Down
2 changes: 1 addition & 1 deletion man/goruby.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd April 20, 2017
.Dt GORUBY \&1 "Ruby Programmer's Reference Guide"
.Dt GORUBY 1 "Ruby Programmer's Reference Guide"
.Os UNIX
.Sh NAME
.Nm goruby
Expand Down
2 changes: 1 addition & 1 deletion man/ruby.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd April 14, 2018
.Dt RUBY \&1 "Ruby Programmer's Reference Guide"
.Dt RUBY 1 "Ruby Programmer's Reference Guide"
.Os UNIX
.Sh NAME
.Nm ruby
Expand Down