<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/parsetools/test, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>parsetools: Remove no longer working tests</title>
<updated>2019-04-04T10:48:30+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-03-29T11:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=07438654d8910e81f7b85ee7fe75d521e834d4bf'/>
<id>07438654d8910e81f7b85ee7fe75d521e834d4bf</id>
<content type='text'>
Since Erlang/OTP 21 "//" can be opened for writing on Windows, but
writing to the file causes file_io_server to crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Erlang/OTP 21 "//" can be opened for writing on Windows, but
writing to the file causes file_io_server to crash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Do not call erlang:get_stacktrace()</title>
<updated>2018-02-06T13:40:53+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T11:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8a0804939d0402730b4f07235b18893803472894'/>
<id>8a0804939d0402730b4f07235b18893803472894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix Yecc regarding Unicode atoms</title>
<updated>2017-04-07T06:57:27+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-03-23T15:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c013d50cc5abf3b0a0dbb5fc2be97c825bc0261'/>
<id>9c013d50cc5abf3b0a0dbb5fc2be97c825bc0261</id>
<content type='text'>
Terminals and non-terminals still need to be quoted, which is a
side-effect of using the Erlang scanner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Terminals and non-terminals still need to be quoted, which is a
side-effect of using the Erlang scanner.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix Leex regarding Unicode atoms</title>
<updated>2017-04-07T06:57:26+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-02-02T09:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=25271fa55aacf0b367ad74532c952352344ed97d'/>
<id>25271fa55aacf0b367ad74532c952352344ed97d</id>
<content type='text'>
Notice that macro names are unquoted atoms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notice that macro names are unquoted atoms.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix handling of locations and annotations</title>
<updated>2017-03-10T11:45:43+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-02-13T16:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=568706c4c4b8261e7a63e20be9a355ebe5d6562e'/>
<id>568706c4c4b8261e7a63e20be9a355ebe5d6562e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Correct counting of newlines</title>
<updated>2016-09-29T06:44:03+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-27T10:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2990325d5ae7f7fd119aea540a2edae4f97e76d9'/>
<id>2990325d5ae7f7fd119aea540a2edae4f97e76d9</id>
<content type='text'>
See https://bugs.erlang.org/browse/ERL-263

The fix in commit c9bc5c94 of PR-431
(https://github.com/erlang/otp/pull/431) introduced new problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugs.erlang.org/browse/ERL-263

The fix in commit c9bc5c94 of PR-431
(https://github.com/erlang/otp/pull/431) introduced new problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Correct handling of Unicode in Leex</title>
<updated>2016-09-28T08:12:51+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-28T08:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f738330c5588f5e2ad7e3661c675bbffb4795850'/>
<id>f738330c5588f5e2ad7e3661c675bbffb4795850</id>
<content type='text'>
The 'dfa_graph' option did not work with Unicode.

The testcase 'unicode' was not correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'dfa_graph' option did not work with Unicode.

The testcase 'unicode' was not correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Suppress Dialyzer-warnings</title>
<updated>2016-09-12T07:37:15+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-09T06:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=edaa208b4aa5e9e6e67df9eae4fa5e70791a7002'/>
<id>edaa208b4aa5e9e6e67df9eae4fa5e70791a7002</id>
<content type='text'>
When using Yecc's operator precedence declarations (Right, Nonassoc,
Left), it is possible that some clauses of the generated code are
unreachable. Dialyzer complains, at least if SET_LIMIT in erl_types is
set sufficiently high (to avoid sets of integers to collapse to the
integer() type). Rather than trying to figure out exactly which
clauses are unreachable, Yecc generates a Dialyzer suppression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using Yecc's operator precedence declarations (Right, Nonassoc,
Left), it is possible that some clauses of the generated code are
unreachable. Dialyzer complains, at least if SET_LIMIT in erl_types is
set sufficiently high (to avoid sets of integers to collapse to the
integer() type). Rather than trying to figure out exactly which
clauses are unreachable, Yecc generates a Dialyzer suppression.
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
