You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using the regex @"^<fun:(.+)@\d+>$" but this is too restrictive since
it doesn't capture managed lambda names which have dashes in the number part.
e.g. <fun:myFunc@966-1>.
Will either loosen regex like @"^<fun:(.+)@.+>$" or keep it tight but correct
like @"^<fun:(.+)@\d+(-\d+)?>$"
Original issue reported on code.google.com by stephen....@gmail.com on 15 Apr 2012 at 3:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephen....@gmail.com
on 15 Apr 2012 at 3:39The text was updated successfully, but these errors were encountered: