<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/ractor.md, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Improve formatting in Markdown files (#12322)</title>
<updated>2024-12-13T01:49:45+00:00</updated>
<author>
<name>Alexander Momchilov</name>
<email>amomchilov@users.noreply.github.com</email>
</author>
<published>2024-12-13T01:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0ea5c13bc6c4707aa8d2dce9b0c5af7513fb5f66'/>
<id>0ea5c13bc6c4707aa8d2dce9b0c5af7513fb5f66</id>
<content type='text'>
* Fix WASM bullet/code indentation

* Use `console` code highlighting where appropriate

… which handles the prefix `$` correctly.

* Migrate feature proposal template to MarkDown

* Set language on code blocks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix WASM bullet/code indentation

* Use `console` code highlighting where appropriate

… which handles the prefix `$` correctly.

* Migrate feature proposal template to MarkDown

* Set language on code blocks</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] clarify situation for Ractor#send of T_DATA objects.</title>
<updated>2024-01-01T23:13:37+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gru@gmail.com</email>
</author>
<published>2023-12-29T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ad2c95dbdd1ac6d3abe12a3304135dc66e00b5a7'/>
<id>ad2c95dbdd1ac6d3abe12a3304135dc66e00b5a7</id>
<content type='text'>
For copying, use language like "some" T_DATA objects not supported. This
is because objects like Time are supported, they don't refer to other
objects so it's okay.

For `send(obj, move: true)`, it's currently not supported to move any T_DATA objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For copying, use language like "some" T_DATA objects not supported. This
is because objects like Time are supported, they don't refer to other
objects so it's okay.

For `send(obj, move: true)`, it's currently not supported to move any T_DATA objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos [ci skip]</title>
<updated>2023-01-06T08:53:00+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2023-01-06T08:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bdd350453c30db9689064e6796f86bc483e442a8'/>
<id>bdd350453c30db9689064e6796f86bc483e442a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] remove space from inside code span element</title>
<updated>2022-12-29T13:20:39+00:00</updated>
<author>
<name>John Bampton</name>
<email>jbampton@users.noreply.github.com</email>
</author>
<published>2022-12-29T13:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f430701b1bd4583ccea2bc9831febf1924949398'/>
<id>f430701b1bd4583ccea2bc9831febf1924949398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix case for new sentence.</title>
<updated>2022-01-30T22:59:10+00:00</updated>
<author>
<name>Steven Nunez</name>
<email>octosteve@github.com</email>
</author>
<published>2022-01-30T22:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b01657c4707eadd9de9573ce9818d0b5f0fe3047'/>
<id>b01657c4707eadd9de9573ce9818d0b5f0fe3047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Typo</title>
<updated>2021-10-26T17:10:49+00:00</updated>
<author>
<name>Steven Nunez</name>
<email>octosteve@github.com</email>
</author>
<published>2021-10-26T15:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f180fa6ca3f0972413ed37a72cde7b202a7ba85f'/>
<id>f180fa6ca3f0972413ed37a72cde7b202a7ba85f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc/ractor.md about ivars</title>
<updated>2021-10-22T16:32:55+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2021-10-22T09:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=df9fac5ccd905d57251ffa89f28959c1b2a294eb'/>
<id>df9fac5ccd905d57251ffa89f28959c1b2a294eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Need `#`</title>
<updated>2021-09-10T04:51:50+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2021-09-10T04:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3d4207f9bb4f39dd06eb419cc0bf185c8f03375f'/>
<id>3d4207f9bb4f39dd06eb419cc0bf185c8f03375f</id>
<content type='text'>
`shareable_constant_value` is magic comment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`shareable_constant_value` is magic comment.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken link</title>
<updated>2021-02-09T21:16:32+00:00</updated>
<author>
<name>Use amazing-print instead</name>
<email>git@caulfield.me</email>
</author>
<published>2021-02-09T21:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=189bf0106fbd77bcab4dd2567c95e41d8c269035'/>
<id>189bf0106fbd77bcab4dd2567c95e41d8c269035</id>
<content type='text'>
The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc`</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the wording surrounding `Proc#isolate`</title>
<updated>2021-02-09T13:22:37+00:00</updated>
<author>
<name>Use amazing-print instead</name>
<email>git@caulfield.me</email>
</author>
<published>2021-02-09T12:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e7a831de8e1f38c2e25ae1610db5f3f62265176b'/>
<id>e7a831de8e1f38c2e25ae1610db5f3f62265176b</id>
<content type='text'>
This change moves the statement that `Proc#isolate` isn't yet exposed for Ruby users to the first time the method is mentioned. This is so that readers don't waste time trying to look it up in Ruby docs.

There was also unnecessary duplication:
```
Paragraph 1: "Given block will be isolated from outer scope by Proc#isolate."
Paragraph 2: "Given block will be isolated by Proc#isolate method"
```
So I combined the two sentences and slightly improved the wording for clarity.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change moves the statement that `Proc#isolate` isn't yet exposed for Ruby users to the first time the method is mentioned. This is so that readers don't waste time trying to look it up in Ruby docs.

There was also unnecessary duplication:
```
Paragraph 1: "Given block will be isolated from outer scope by Proc#isolate."
Paragraph 2: "Given block will be isolated by Proc#isolate method"
```
So I combined the two sentences and slightly improved the wording for clarity.</pre>
</div>
</content>
</entry>
</feed>
