<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/psych, 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>ext/psych/extconf.rb: braced VPATH is for nmake only</title>
<updated>2019-12-05T08:57:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-05T08:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=75b644350a80bc31449b7cee741d309643dc27e1'/>
<id>75b644350a80bc31449b7cee741d309643dc27e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nmake needs `VPATH`</title>
<updated>2019-11-29T02:09:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-29T02:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a593186a02714cb92ae2748c2b7c46a6c50b0977'/>
<id>a593186a02714cb92ae2748c2b7c46a6c50b0977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependency on bundled yaml.h when using</title>
<updated>2019-11-29T01:16:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-29T01:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98006cea4fd517671dae508fade13203bc18301a'/>
<id>98006cea4fd517671dae508fade13203bc18301a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Update dependencies"</title>
<updated>2019-11-22T13:42:33+00:00</updated>
<author>
<name>Vít Ondruch</name>
<email>vondruch@redhat.com</email>
</author>
<published>2019-11-22T08:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=994435d0efa9931d0475de923c4e6c227d03e398'/>
<id>994435d0efa9931d0475de923c4e6c227d03e398</id>
<content type='text'>
This reverts commit e1b234148829f65bea9f5ecc7018beb782ea6023.

This allows to build Psych against system libyaml again on Fedora.

[Bug #16359]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e1b234148829f65bea9f5ecc7018beb782ea6023.

This allows to build Psych against system libyaml again on Fedora.

[Bug #16359]
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2019-11-18T14:16:22+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-07T14:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e1b234148829f65bea9f5ecc7018beb782ea6023'/>
<id>e1b234148829f65bea9f5ecc7018beb782ea6023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Add a note about safe_load</title>
<updated>2019-11-12T01:43:54+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>aaron.patterson@gmail.com</email>
</author>
<published>2019-10-17T20:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db33ab470cb4765f1b54384b51850e0db80f5aad'/>
<id>db33ab470cb4765f1b54384b51850e0db80f5aad</id>
<content type='text'>
https://github.com/ruby/psych/commit/0910ae5575
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/0910ae5575
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Remove taint support</title>
<updated>2019-11-12T01:35:47+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-18T19:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=30fdee65d96924e0793ec702fcda909a2cac71ea'/>
<id>30fdee65d96924e0793ec702fcda909a2cac71ea</id>
<content type='text'>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous Ruby versions.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser.  If they are not
needed, they should be removed.

https://github.com/ruby/psych/commit/73c1a2b4e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous Ruby versions.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser.  If they are not
needed, they should be removed.

https://github.com/ruby/psych/commit/73c1a2b4e0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Set required_ruby_version to 2.4.0</title>
<updated>2019-11-12T01:30:45+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-07-24T20:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ef41c91f0a1bca1617aaa4367ccf8e32c04b2d9'/>
<id>5ef41c91f0a1bca1617aaa4367ccf8e32c04b2d9</id>
<content type='text'>
https://github.com/ruby/psych/commit/4f1746a3c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/4f1746a3c6
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/psych/yaml/api.c: Suppress a "variable set but not used" warning</title>
<updated>2019-08-24T11:31:16+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-24T11:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=571ffcd6094ccf1c68d4bfc36e425e0ee524e8b4'/>
<id>571ffcd6094ccf1c68d4bfc36e425e0ee524e8b4</id>
<content type='text'>
```
compiling ../.././ext/psych/yaml/api.c
../.././ext/psych/yaml/api.c: In function 'yaml_document_delete':
../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
     } context;
       ^~~~~~~
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
compiling ../.././ext/psych/yaml/api.c
../.././ext/psych/yaml/api.c: In function 'yaml_document_delete':
../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
     } context;
       ^~~~~~~
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/psych/yaml/loader.c: Cast the difference of pointers to int</title>
<updated>2019-08-05T05:38:59+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-05T05:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=58a478bce4a81e619dcef4436f437453d1a3cd89'/>
<id>58a478bce4a81e619dcef4436f437453d1a3cd89</id>
<content type='text'>
instead of casting a pointer to int.
Follow up of 39622232c7542d062f79277a11f6b8b6b6cfd994.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of casting a pointer to int.
Follow up of 39622232c7542d062f79277a11f6b8b6b6cfd994.
</pre>
</div>
</content>
</entry>
</feed>
