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

Fixing a test that was failing the first time it was executed, because it didn't set a class variable before testing its value #34

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2022

  1. updating ASTInterpreter and visitors according to nez API for Tempora…

    …ryVariable and ArgumentVariable
    adri09070 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6b4de4b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 6, 2022

  1. Merge pull request #1 from adri09070/Pharo11

    updating ASTInterpreter and ASTPostOrderTreeVisitor according to new AST visitor API
    adri09070 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    cae98fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d5689 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge pull request #2 from adri09070/fixing-baseline-dependencies

    removing deprecated spec-debugger dependency + adding espell dependen…
    adri09070 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a6aed4d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge 34491bb

    adri09070 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0d010c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21444f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge 9b23f61

    adri09070 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4c062f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fixing #testGetClassVariableFromMethodInInstanceSide that didn't set …

    …the class variable before accessing it
    adri09070 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fc04a52 View commit details
    Browse the repository at this point in the history
  2. setting class variable to nil in a test, to ensure that the setter wi…

    …th DAST is well tested
    adri09070 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f779b68 View commit details
    Browse the repository at this point in the history