This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
master
free_mutant
/
meta
/
nil.rb
6 lines
84 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Change required Ruby version to >=2.3 * This commit does every 2.3 change required to get the build pass * None of the changes can be extracted, without changing the build setup
2018-09-12 10:21:24 -04:00
# frozen_string_literal: true
Upgrade parser dependency
2018-09-12 09:15:43 -04:00
Add support for explicit type in meta examples * This is needed to relate examples to node types for nodes that cannot stand alone. Example are :where nodes that do not have syntax outside a :case
2016-03-19 11:13:05 -04:00
Mutant
::
Meta
::
Example
.
add
:nil
do
Define expected mutations with less redundancy The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
2014-06-02 08:57:14 -04:00
source
'nil'
end
Copy permalink