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
5 changes: 5 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,11 @@ test-syntax-suggest:

check: $(DOT_WAIT) $(PREPARE_SYNTAX_SUGGEST) test-syntax-suggest

RAKER = $(XRUBY) -I$(srcdir)/gems/lib$(PATH_SEPARATOR)$(srcdir)/.bundle/lib \
-rrubygems $(srcdir)/.bundle/bin/rake
rake:
$(RAKER) $(RAKE_OPTS) $(RAKE)

test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
no-test-bundler-precheck:
yes-test-bundler-precheck: main $(arch)-fake.rb
Expand Down
2 changes: 1 addition & 1 deletion ractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def unmonitor port
# in the Proc will be replaced with the value passed via the `self:` keyword,
# or +nil+ if not given.
#
# In a shareable Proc, access to any outer variables if prohibited.
# In a shareable Proc, access to any outer variables is prohibited.
#
# a = 42
# Ractor.shareable_proc{ p a }
Expand Down