Commit graph

5 commits

Author SHA1 Message Date
Markus Schirp
13cd04d9be Introduce AST::Meta to externalize semantic analysis
* Add Mutant::AST namespace to hold all AST related data / helpers.
* Mutant::AST will be externalized into an ast-meta gem that can be
  shared with unparser for deduplication.
* Over the time the mutators itself will not need to deal with semantic
  analysis of the AST anymore by themselves.
* Move AST analysis for send nodes to AST::Meta
* Fix #209
2014-06-29 21:26:58 +00:00
Markus Schirp
5f6ff99ece Consolidate ruby style 2014-05-27 15:16:37 +00:00
Markus Schirp
556eaf729c Do not confuse mutants test selection with integration specs 2014-04-04 14:26:03 +00:00
Markus Schirp
3fe9d266a5 Fix reek issues 2014-04-04 14:18:45 +00:00
Markus Schirp
1b2bb54852 Fix zombifier to use the require highjack 2014-04-04 14:14:24 +00:00