<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/syntax_tools/test/syntax_tools_SUITE_data, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348' into maint</title>
<updated>2019-08-26T06:10:43+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-08-26T06:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dcc3ff74d5932a1aadd39ddf91cb480ff122da7b'/>
<id>dcc3ff74d5932a1aadd39ddf91cb480ff122da7b</id>
<content type='text'>
* zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348:
  Update test suite
  Also unwrap map_type_* name and value
  Add unwrap calls to map_field_* in erl_syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test suite</title>
<updated>2019-08-22T12:08:40+00:00</updated>
<author>
<name>zadean</name>
<email>contact@zadean.com</email>
</author>
<published>2019-08-19T12:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=19697637a41f7e5199f017abae44bac5e7367c57'/>
<id>19697637a41f7e5199f017abae44bac5e7367c57</id>
<content type='text'>
Add record with exact and associated map types to type_specs.erl. The
record forces the erl_parse format for map types to be retained.

Add test wrapped_subtrees to the test suite. It ensures that each
erl_parse node it encounters can be wrapped and accessed with
erl_syntax:subtrees/1 without error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add record with exact and associated map types to type_specs.erl. The
record forces the erl_parse format for map types to be retained.

Add test wrapped_subtrees to the test suite. It ensures that each
erl_parse node it encounters can be wrapped and accessed with
erl_syntax:subtrees/1 without error.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Fix pretty-printing of type funs</title>
<updated>2019-01-15T10:24:57+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-01-15T10:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80b0574260924c4ef888fe319274f9303982d45b'/>
<id>80b0574260924c4ef888fe319274f9303982d45b</id>
<content type='text'>
See also ERL-815.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also ERL-815.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Make erl_tidy work on input file with tilde</title>
<updated>2016-07-06T08:13:36+00:00</updated>
<author>
<name>Mark Bucciarelli</name>
<email>mkbucc@gmail.com</email>
</author>
<published>2016-05-27T01:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0969ecad9e2978bacb7b27f663cd16aa5ea6c460'/>
<id>0969ecad9e2978bacb7b27f663cd16aa5ea6c460</id>
<content type='text'>
See also http://bugs.erlang.org/browse/ERL-151.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also http://bugs.erlang.org/browse/ERL-151.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for '...' in Maps types</title>
<updated>2016-06-09T13:13:05+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-06-09T11:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af761914c9a94a9d54c1bcc2d4fff96a58674078'/>
<id>af761914c9a94a9d54c1bcc2d4fff96a58674078</id>
<content type='text'>
It is possible that '...' is added later (OTP 20.0), but for now we
are not sure of all details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is possible that '...' is added later (OTP 20.0), but for now we
are not sure of all details.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Add support for new map type syntax</title>
<updated>2016-05-09T06:27:22+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-05-03T08:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=db39317ea85f7d8646b3da3d96f2f05954e16665'/>
<id>db39317ea85f7d8646b3da3d96f2f05954e16665</id>
<content type='text'>
The pretty-printing of `...' in map types is complex. The
representation of `...' can be changed before OTP 19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pretty-printing of `...' in map types is complex. The
representation of `...' can be changed before OTP 19.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Add tests for types and specs</title>
<updated>2016-05-09T06:27:22+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-02-02T14:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=34276c2e79a38eb34f1da94fba7bbabb76c4db5d'/>
<id>34276c2e79a38eb34f1da94fba7bbabb76c4db5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Strengthen igor tests</title>
<updated>2014-10-24T18:04:43+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-10-24T17:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fd0e093463831cc20b0bda7c8ed24bfd31edccee'/>
<id>fd0e093463831cc20b0bda7c8ed24bfd31edccee</id>
<content type='text'>
Simple test of igor:merge/3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple test of igor:merge/3
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Strengthen epp_dodger tests</title>
<updated>2014-10-23T16:44:48+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-10-23T16:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2a038c5360f0e14f079ea266043ec464600f97c7'/>
<id>2a038c5360f0e14f079ea266043ec464600f97c7</id>
<content type='text'>
Mostly epp_dodger smoke tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly epp_dodger smoke tests.
</pre>
</div>
</content>
</entry>
</feed>
