Markus Schirp
|
98d5b6562c
|
Use abstract_type gem from rubygems
|
2012-11-26 11:30:00 +01:00 |
|
Markus Schirp
|
f3cb1bda68
|
Remove debug statement
|
2012-11-22 00:12:42 +01:00 |
|
Markus Schirp
|
dffe2a26e6
|
Add strategy objects
|
2012-11-22 00:10:50 +01:00 |
|
Markus Schirp
|
001f3c7d99
|
Make mutant run under MRI 1.9.
* Add a Mutant::Loader::Eval that loads code via Kernel#eval
* Move Mutnat::Loader to Mutant::Loader::Rubinius (currently not used)
|
2012-11-21 20:31:01 +01:00 |
|
Markus Schirp
|
14b7efadc9
|
Prepare for older rbx on travis
|
2012-08-20 05:01:26 +02:00 |
|
Markus Schirp
|
e7ea0bbde7
|
Fix Mutant::Loader to use correct constant scope
* Do not load the compiled code before CompiledCode#create_script
was called.
* Add a test case that illustrates the issue.
|
2012-08-19 21:27:25 +02:00 |
|
Markus Schirp
|
28bbf9af00
|
Remove use of root level namespace within the lib
This allows the easy creation of Zombie to mutate Mutant.
|
2012-08-16 22:59:25 +02:00 |
|
Markus Schirp
|
42e6fe84e5
|
Add runner with reporter
* Use MethodObject mixin
* Rename Context::Constant to Context::Scope
* Use Mutation class instead of passing around raw nodes
|
2012-08-16 04:10:54 +02:00 |
|
Markus Schirp
|
d50ecc483d
|
Cleanup missing whitespace after comma
* There must be a code metric tool helping me in converting my style.
|
2012-07-31 04:10:37 +02:00 |
|
Markus Schirp
|
a8e635d77a
|
Simplify code loading steps and set default file
|
2012-07-27 13:32:57 +02:00 |
|
Markus Schirp
|
69cda2fb14
|
Add first code loading integration spec
* The exact procedure of loading needs more
care to be better understod.
* Fix problems found while loading.
|
2012-07-27 00:24:11 +02:00 |
|
Markus Schirp
|
10c3dfc390
|
Finalize method matching
* Add tests for all edge cases I could create
* Add infrastructure for loading mutations into the vm.
* The fun part is next!
|
2012-07-26 19:25:23 +02:00 |
|