Fix a print bug with 'this'#1061
Merged
monperrus merged 17 commits intoINRIA:master from surli:fixThisAccessDec 20, 2016
+154-9
Commits
Commits on Nov 16, 2016
Commits on Dec 1, 2016
Commits on Dec 5, 2016
Proposal to fix #972: apparently a condition was improperly checked with an or instead of an and. Now the test is failing, proof that the assertion is checked :)
committedWiP #980: create two tests to check case when the name is shadowed by a local variable in the same block or by a field (or a variable in another block). First detection implemented but patch not sa…
committed
Commits on Dec 7, 2016
Commits on Dec 8, 2016
Commits on Dec 9, 2016
Commits on Dec 13, 2016
- committedSimon Urli
Commits on Dec 16, 2016
Commits on Dec 19, 2016
Commits on Dec 20, 2016
- committed
- committed
- committed
- committed
Fix the way the context is used: it is a stack, then we push and we peek first to show where we are. Fix #1055
committed- committed