Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | syntax_tools: Correct erl_syntax:revert/1 | Hans Bolinder | |
revert/1 did not handle the types tuple() and map() correctly. | |||
2018-06-28 | Support bitstrings as literals in erl_syntax | Péter Gömöri | |
Add support of non-whole-byte binaries to `abtract/1`, `concrete/1` and `is_literal/1`. (They are literals in the beam file) | |||
2018-05-30 | syntax_tools: Fix a bug regarding reverting map types. | Hans Bolinder | |
2017-06-22 | syntax_tools: erl_tidy: Do not hang when exits are trapped | Hans Bolinder | |
See also ERL-413, https://bugs.erlang.org/browse/ERL-413. | |||
2016-11-23 | Remove obsolete CVS keyword markup | Richard Carlsson | |
2016-07-06 | syntax_tools: Make erl_tidy work on input file with tilde | Mark Bucciarelli | |
See also http://bugs.erlang.org/browse/ERL-151. | |||
2016-05-09 | syntax_tools: Add tests for types and specs | Hans Bolinder | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-10-24 | syntax_tools: Strengthen igor tests | Björn-Egil Dahlberg | |
Simple test of igor:merge/3 | |||
2014-10-24 | syntax_tools: Strengthen erl_recomment tests | Björn-Egil Dahlberg | |
Also erl_comment_scan tests. | |||
2014-10-24 | syntax_tools: Strengthen erl_syntax comments tests | Björn-Egil Dahlberg | |
Comments in the syntax tree. Tested via t_epp_dodger. | |||
2014-10-24 | syntax_tools: Teach Maps to erl_syntax | Björn-Egil Dahlberg | |
Affected functions: * erl_syntax:abstract/1 * erl_syntax:concrete/1 * erl_syntax:is_leaf/1 * erl_syntax:is_literal/1 | |||
2014-10-23 | syntax_tools: Strengthen epp_dodger tests | Björn-Egil Dahlberg | |
Mostly epp_dodger smoke tests. | |||
2014-10-23 | syntax_tools: Strengthen erl_syntax tests | Björn-Egil Dahlberg | |
Mostly type and conversion tests. | |||
2014-10-22 | syntax_tools: Refactor away ?line macro | Björn-Egil Dahlberg | |
2014-05-09 | Add test case to syntax_tools | Roland Karlsson | |
The added test case tests a bug when reverting maps in syntax tools. | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-01-22 | Merge branch 'dgud/test_unicode/OTP-10877' | Dan Gudmundsson | |
* dgud/test_unicode/OTP-10877: sasl test: Quote executable paths (can contain spaces) rt_tools: Handle unicode chars in printouts kernel: code_SUITE fix unicode option Fix (unicode) debug info in test cases stdlib: Fix format if module resides in a unicode directory Fix testing with unicode paths test_server: Fix ts write unicode in config files | |||
2014-01-21 | Smoke test erl_syntax:revert/1 | Anthony Ramine | |
This tries to make bugs like 87156887b7d82a2db53f60441a4af87034cb8789 not happen again. The new test takes each file in the stdlib app, passes their forms through the erl_syntax representation, reverts them and compiles them. | |||
2014-01-21 | Fix testing with unicode paths | Dan Gudmundsson | |
re needs unicode option | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for syntax_tools | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update syntax_tools tests to conform with common_test standard | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |