Adding tests to and refactoring the perl debugger - Grant Report #3
Sat, 22-Sep-2012 by
Alan Haggai Alavi
edit post
*Shlomi Fish reported:*
> **2012-Sep-08**:
>
> * Added a test for the `w [expr]` command for setting a watch expression.
>
> * Added a test for the `W [expr]` command for removing a watch expression.
>
> * Added a test for the `W *` command for removing all watch expressions.
>
> * Added a test for the `o` command (with no arguments).
>
> * Added a test for the `o anyoption?` command.
>
> * Added a test for the `o option=value` command.
>
> * Added a test for the `<` and `< ?` commands.
>
> * Added a test for the `< *` command.
>
> **2012-Sep-09**:
>
> * Added tests for `>`, `> ?` and `> *`.
>
> **2012-Sep-10**:
>
> * Spent most of the time today handling breakage in ruby-related packages in
> Mageia Linux Cauldron, caused by the upgrade to `ruby-1.9.x`.
>
> * Added a test for `>` and `<` together.
>
> **2012-Sep-12**:
>
> * Added a test for the `{` and `{ ?` commands.
>
> * Added a test for the `{ *` command.
>
> * Added a test for `!`.
>
> * Added a test for `! -num`.
>
> * Refactored `lib/perl5db.t` by converting old test assertions to `DebugWrap`
> and higher-level generator functions.
>
> **2012-Sep-13**:
>
> * Continued to refactor `lib/perl5db.t` by converting old test assertions to
> `DebugWrap` and higher-level generator functions.
>
> * Added a test for the `source` command.
>
> * Fix a bug where source could not be properly specified inside `@typeahead`
> (with a test):
>
> - Commit: `48b182ca706a9492537db741fb42f0bfce52df70`
>
> **2012-Sep-15**:
>
> * Added tests for `H` and `H -num` commands.
>
> * Added a test for the `=` command.
>
> * Add soem tests for the `m` command.
>
> * Added a test for the `M` command.
>
> - Commit: `9539c6dbccaf8c25dbf1742813399c52512763c2`
>
> **2012-Sep-19**:
>
> * Added a test for the `dieLevel` option.
>
> **2012-Sep-20**:
>
> * Added a test for the `warnLevel=1` option.
>
> - Commit: `375e0c01a0fc95a5451878cf3b7bddc3873a8fc2`
>
> **2012-Sep-21**:
>
> * Add some tests for `o AutoTrace` and the `t` command and
> fixed a bug that affected `o AutoTrace`.
>
> - Commit: `4600172d02b2e44d15abe0285ac70405b5fa5f73`
Comments (0)