Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a print bug with 'this' #1061

Merged
merged 17 commits into from
Dec 20, 2016
Merged

Fix a print bug with 'this' #1061

merged 17 commits into from
Dec 20, 2016

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    9694ff9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Configuration menu
    Copy the full SHA
    2609284 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Proposal to fix #972: apparently a condition was improperly checked w…

    …ith an or instead of an and. Now the test is failing, proof that the assertion is checked :)
    surli committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    30363db View commit details
    Browse the repository at this point in the history
  2. WiP #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 satisfying.
    surli committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    c05c638 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    3155d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0a416 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Merge branch 'master' of https://github.com/INRIA/spoon

    Solve in using version of inria/master
    surli committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e81c26b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    cae9260 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    f37484f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    5dd1792 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    c280273 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    8eb7c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1249fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a91b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bb8ff6 View commit details
    Browse the repository at this point in the history
  5. Fix the way the context is used: it is a stack, then we push and we p…

    …eek first to show where we are. Fix #1055
    surli committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a3c9217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae9163c View commit details
    Browse the repository at this point in the history