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

Close #7 #8

Merged
merged 8 commits into from
Oct 8, 2011
Merged

Close #7 #8

merged 8 commits into from
Oct 8, 2011

Commits on Oct 6, 2011

  1. Add .Txl and .Grm files

    Add:
     * .Txl files
     * .Grm files
    davidkelk committed Oct 6, 2011
    Configuration menu
    Copy the full SHA
    223a1b2 View commit details
    Browse the repository at this point in the history
  2. Add mutation operator variables in the config.py

    Add:
     * Ability to toggle operators within the config.py
     * The TXL file location of the mutation operators in config.py
    kevinjalbert committed Oct 6, 2011
    Configuration menu
    Copy the full SHA
    adaa5ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e00bd View commit details
    Browse the repository at this point in the history
  4. Work in progress for mutation generation process

    Add:
     * Temp directory variable in conif.py
     * WIP mutants.py file to handle the mutation generation process
    davidkelk committed Oct 6, 2011
    Configuration menu
    Copy the full SHA
    5d2e40c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2011

  1. Checking in mutants.py

    davidkelk committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    6368c86 View commit details
    Browse the repository at this point in the history
  2. Move mutants.py file to _txl directory

    Change:
     * mutants.py location to the _txl directory
     * mutants.py name to txl_operator.py
     * Clean imports in txl_operator.py
    kevinjalbert committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    fa10ab9 View commit details
    Browse the repository at this point in the history
  3. Working on txl_operator.py

    davidkelk committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    e0fa887 View commit details
    Browse the repository at this point in the history
  4. Finished debugging txl_operator.py

    The only oddity in txl_operator.py is the sleep(.1) in the directory
    reading part.  If it isn't there, the code undercounts the directories.
    davidkelk committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    c22402c View commit details
    Browse the repository at this point in the history