[nem-bug] [Nemerle 0000819]: Can't set breakpoint inside match body
feedback at nemerle.org
feedback at nemerle.org
Fri Jan 12 22:26:54 CET 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=819>
======================================================================
Reported By: VladD2
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 819
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-06-2007 05:34 CET
Last Modified: 01-12-2007 22:26 CET
======================================================================
Summary: Can't set breakpoint inside match body
Description:
parse_parameters (allow_patterns = false) : list [Fun_parm] {
def group = get_token ();
match (group) {
| Token.RoundGroup (null) | Token.SquareGroup (null) => []
| Token.RoundGroup (child)
| Token.SquareGroup (child) =>
> push_stream (child); // can't set breakpoint here!!!
match (maybe_parse_ellipsis ()) {
| Some (e) =>
pop_stream ("ellipsis spliced expression");
[Fun_parm (e.loc, Splicable.Name (mkname ("")), PExpr.Void
(e.loc),
Modifiers (NemerleAttributes.None, [e]))]
| _ => pop_stream (); TokenMap (group, fun () {
parse_parameter (allow_patterns) });
}
| _ => Error (group, "expecting function parameters"); []
}
}
======================================================================
----------------------------------------------------------------------
nazgul - 01-12-07 22:26
----------------------------------------------------------------------
Fixed on trunk (r7263)
Issue History
Date Modified Username Field Change
======================================================================
01-06-07 05:34 VladD2 New Issue
01-12-07 22:26 nazgul Status new => resolved
01-12-07 22:26 nazgul Resolution open => fixed
01-12-07 22:26 nazgul Assigned To => nazgul
01-12-07 22:26 nazgul Note Added: 0001603
======================================================================
More information about the bugs
mailing list