<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/syntax_tools/test, 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 handling of Unicode filenames</title>
<updated>2019-03-28T07:11:58+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-03-28T07:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8da291bd070e15b4f97757d0bbc05f604d020e4b'/>
<id>8da291bd070e15b4f97757d0bbc05f604d020e4b</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: 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>Merge branch 'hasse/syntax_tools/fix_revert/OTP-15294' into maint</title>
<updated>2018-09-14T07:48:32+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-09-14T07:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51dcd166c58bf371da4c85250c8d76c27b4148da'/>
<id>51dcd166c58bf371da4c85250c8d76c27b4148da</id>
<content type='text'>
* hasse/syntax_tools/fix_revert/OTP-15294:
  erts: Add comment about [] and nil() to The Abstract Format
  syntax_tools: Correct erl_syntax:revert/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/syntax_tools/fix_revert/OTP-15294:
  erts: Add comment about [] and nil() to The Abstract Format
  syntax_tools: Correct erl_syntax:revert/1
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Correct erl_syntax:revert/1</title>
<updated>2018-09-12T10:24:28+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-09-11T07:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b9128438358155a215c465b5a3d1deb9c4d9965'/>
<id>1b9128438358155a215c465b5a3d1deb9c4d9965</id>
<content type='text'>
revert/1 did not handle the types tuple() and map() correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
revert/1 did not handle the types tuple() and map() correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Correct unfolding of the stacktrace variable</title>
<updated>2018-09-10T10:20:57+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-09-10T10:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7db359b7a1d9b33b25750b29c92c6074ab415c45'/>
<id>7db359b7a1d9b33b25750b29c92c6074ab415c45</id>
<content type='text'>
The bug was introduced in 9ab233.

See also https://bugs.erlang.org/browse/ERL-719.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug was introduced in 9ab233.

See also https://bugs.erlang.org/browse/ERL-719.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support bitstrings as literals in erl_syntax</title>
<updated>2018-06-28T13:37:29+00:00</updated>
<author>
<name>Péter Gömöri</name>
<email>gomoripeti@gmail.com</email>
</author>
<published>2018-06-17T10:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=94c9898e8dfb1b71eac318375b5c1bae5021733d'/>
<id>94c9898e8dfb1b71eac318375b5c1bae5021733d</id>
<content type='text'>
Add support of non-whole-byte binaries to `abtract/1`, `concrete/1` and
`is_literal/1`. (They are literals in the beam file)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support of non-whole-byte binaries to `abtract/1`, `concrete/1` and
`is_literal/1`. (They are literals in the beam file)
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Fix a bug regarding reverting map types.</title>
<updated>2018-05-30T10:52:42+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-05-30T10:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d129131ee8ffda4713f807e6148b601c16f1b0bb'/>
<id>d129131ee8ffda4713f807e6148b601c16f1b0bb</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: erl_tidy: Do not hang when exits are trapped</title>
<updated>2017-06-22T07:16:34+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-16T08:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9408d05ad6789496aab395cdcaf51625b95732cc'/>
<id>9408d05ad6789496aab395cdcaf51625b95732cc</id>
<content type='text'>
See also ERL-413, https://bugs.erlang.org/browse/ERL-413.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also ERL-413, https://bugs.erlang.org/browse/ERL-413.
</pre>
</div>
</content>
</entry>
</feed>
