<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/misc, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Fixed misspellings</title>
<updated>2019-12-20T00:32:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-20T00:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db166290088fb7d39d01f68b9860253893d4f1a7'/>
<id>db166290088fb7d39d01f68b9860253893d4f1a7</id>
<content type='text'>
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
</pre>
</div>
</content>
</entry>
<entry>
<title>lldb_cruby.py: improved dump of Symbol</title>
<updated>2019-11-25T07:53:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-25T07:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=86461fc28cd9c05670ece440d337f255b33e6def'/>
<id>86461fc28cd9c05670ece440d337f255b33e6def</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>lldb_cruby.py: fixed dump of embedded RArray</title>
<updated>2019-11-25T00:21:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-25T00:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9af52c0d099083fb6b56f39584a0909baa9e7a10'/>
<id>9af52c0d099083fb6b56f39584a0909baa9e7a10</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Refined `rp` output [ci skip]</title>
<updated>2019-10-24T14:38:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-24T14:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8439caab0ac91aa33176060bb81cb4197ab21069'/>
<id>8439caab0ac91aa33176060bb81cb4197ab21069</id>
<content type='text'>
So that the result structure can be accessed as `$number`
variables, not a mere `VALUE`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the result structure can be accessed as `$number`
variables, not a mere `VALUE`.
</pre>
</div>
</content>
</entry>
<entry>
<title>lldb_cruby.py: fixed inspecting string  [ci skip]</title>
<updated>2019-10-09T00:08:21+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-09T00:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e078352a787ce3d52b5147a5fdf69b89a9d60cff'/>
<id>e078352a787ce3d52b5147a5fdf69b89a9d60cff</id>
<content type='text'>
Show the size of String.

To see the whole contents even after NUL char:

```
(lldb) rp str
(const char [5]) $1 = "x"
(lldb) memory read -s1 --format x --count `sizeof($1)` -- &amp;$1                                                                                          0x1010457a8: 0x78 0x00 0x61 0x61 0x61
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show the size of String.

To see the whole contents even after NUL char:

```
(lldb) rp str
(const char [5]) $1 = "x"
(lldb) memory read -s1 --format x --count `sizeof($1)` -- &amp;$1                                                                                          0x1010457a8: 0x78 0x00 0x61 0x61 0x61
```
</pre>
</div>
</content>
</entry>
<entry>
<title>lldb_cruby.py: fixed embedded string ptr [ci skip]</title>
<updated>2019-10-09T00:08:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-09T00:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98131f148f057b1364ae080f99b1efb2dc72002a'/>
<id>98131f148f057b1364ae080f99b1efb2dc72002a</id>
<content type='text'>
Use GetLocation to get the address of embedded array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use GetLocation to get the address of embedded array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve unused local variable reported by LGTM</title>
<updated>2019-10-03T04:44:52+00:00</updated>
<author>
<name>Romain Tartière</name>
<email>romain@blogreen.org</email>
</author>
<published>2019-10-02T20:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1c999952e74e9b5f1e882501580d5f2f5a92f142'/>
<id>1c999952e74e9b5f1e882501580d5f2f5a92f142</id>
<content type='text'>
LGTM reports that the value assigned to local variable 'shared' is never
used:
https://lgtm.com/projects/g/ruby/ruby/snapshot/f319a5d064627c6641817ec2ed16b97b4d215148/files/misc/lldb_cruby.py#x6512c0281581a470:1

This problem was introduced in by the refactoring that took place in
7c496b6624f720d539e3c0b40f122a9422a13b99.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM reports that the value assigned to local variable 'shared' is never
used:
https://lgtm.com/projects/g/ruby/ruby/snapshot/f319a5d064627c6641817ec2ed16b97b4d215148/files/misc/lldb_cruby.py#x6512c0281581a470:1

This problem was introduced in by the refactoring that took place in
7c496b6624f720d539e3c0b40f122a9422a13b99.
</pre>
</div>
</content>
</entry>
<entry>
<title>lldb_inspect: removed unnecessary newline and `end` option</title>
<updated>2019-09-25T07:58:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-25T07:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=112c9f1430ce495e76aef73221578adc9b240a3b'/>
<id>112c9f1430ce495e76aef73221578adc9b240a3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/lldb_cruby.py: update for python3 [ci skip]</title>
<updated>2019-09-24T12:05:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-24T12:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c5a97d995ae06e0ae420d7529085ae94695c7593'/>
<id>c5a97d995ae06e0ae420d7529085ae94695c7593</id>
<content type='text'>
lldb module bundled with Xcode is for Python 3 now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lldb module bundled with Xcode is for Python 3 now.
</pre>
</div>
</content>
</entry>
<entry>
<title>misc/lldb_cruby.py: removed unused module `commands` [ci skip]</title>
<updated>2019-09-24T11:59:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-09-24T11:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=052636603377a793dcbd7169d7483a72833d6721'/>
<id>052636603377a793dcbd7169d7483a72833d6721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
