Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | Merge branch 'nox/debugger/erl_eval_SUITE/OTP-11676' | Björn Gustavsson | |
* nox/debugger/erl_eval_SUITE/OTP-11676: Truly test debugger in erl_eval_SUITE copy | |||
2014-02-10 | Truly test debugger in erl_eval_SUITE copy | Anthony Ramine | |
The module was not interpreted. This surfaced two bugs, related to shadowed variables in binary patterns in comprehension generators, and guard filters not properly detected. The guard detection code from dbg_iload is deleted in favor of erl_lint:is_guard_test/1. The erl_lint module is now safe to use because it can handle all expressions emitted by sys_pre_expand, the following warning is thus obsolete and has been removed from code: %% Cannot use erl_lint here as sys_pre_expand has transformed source. | |||
2013-12-12 | Test named funs | Anthony Ramine | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-17 | Remove support for tuple funs | Björn Gustavsson | |
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500). | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting and also some migration fixes for debugger | 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 debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |