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 issue #25 #43

Merged
merged 10 commits into from
Mar 2, 2022
Merged

Fix issue #25 #43

merged 10 commits into from
Mar 2, 2022

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    f898e6c View commit details
    Browse the repository at this point in the history
  2. Small changes for python3

    Also I made an extra check if varsdescsearch is a key
    because this can throw an error if it the key is not there
    The regex for vardescsearch, because the current one did not
    give proper match after variable declaration.
    RogierFloors committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    3be15d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Corrected bug for if triggered at the last line

    In that case the src[iline+1] goes out of bound. So I added an extra
    condition that checks that the length is less then len(src)-1.
    RogierFloors committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    721492c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    35b94e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a355022 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

Commits on Apr 29, 2021

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

Commits on Mar 2, 2022

  1. Fixes issues VACUMM#25

    RogierFloors committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    bb46abe View commit details
    Browse the repository at this point in the history
  2. Fixes issues VACUMM#25

    RogierFloors committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9755fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93958fb View commit details
    Browse the repository at this point in the history