Commit Graph

2 Commits

Author SHA1 Message Date
Bryce Guinta
edceee93ba Suppress undefined-variable for self referential class in lamdbas (#2362)
This works because execution of the lambda code is
typically deferred until the class definition is built.

Also avoid suppression for default arguments of lambda's
if the class scope is the immediate parent scope
of the lambda.

Close #704
2018-07-31 08:16:34 +02:00
Claudiu Popa
d195f9ce2b add release changelog for 2.1 2018-07-24 09:18:31 +02:00