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 out of order operations in mutate function #27

Closed
davidkelk opened this issue Oct 30, 2011 · 5 comments
Closed

Fixing out of order operations in mutate function #27

davidkelk opened this issue Oct 30, 2011 · 5 comments
Assignees
Labels
Milestone

Comments

@davidkelk
Copy link
Member

Part (all?) of the problem we are having with projects not coming from the right source is in the
mutate function. For example, 'create representation' was being called before 'create local
project' and 'mutate project'.
The purpose of this branch is to attempt to fix these issues. It has already opened up additional
problems that I have created hotfixes for.

TODO:

  • Kevin, could you review the code I eventually submit? I have comments with 'DK' in them.
    Could you look at those specifically? (The 'DK' is so you can search for them in a consistent
    way.)
@kevinjalbert
Copy link
Collaborator

Okay sounds like a plan. Hopefully we can resolve this by Tuesday. Just make a pull request for this new branch (Branching from issue_25, then we can merge this into issue_25, which then collapses back to master).

@ghost ghost assigned davidkelk Oct 30, 2011
@davidkelk
Copy link
Member Author

Issues fixed so far:

  • Classpath in tester.py
  • Create local project was taking 'pristine' project from _SRC_DIR instead of _BACKUP_DIR (_SRC_DIR will contain a mutated project.)
  • Fixed boolean in airline java program
  • Fixed ant file for airline java program
  • Added numerous debug output statements
  • Move mutant to local project called with wrong arguments

@davidkelk
Copy link
Member Author

  • Fixed more bugs in create_mutant functions
  • Rearranged mutation function
    After trying it out on one run it appears to work. Will look at it more Monday.

@kevinjalbert
Copy link
Collaborator

Sounds great! We can meet on Monday and finish this issue off (along with issue #25).

@davidkelk
Copy link
Member Author

I don't think I'll be in Monday.
Git isn't accepting my push. Claims 'Everything is up to date' - when it clearly isn't. Git status shows modified files, but git commit/push on branch_27 don't work.
I give up.

davidkelk added a commit that referenced this issue Oct 31, 2011
This was referenced Oct 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants