From 8197e68e3caa80a8d258bc65578dd77ef610de71 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 21 Jan 2017 01:45:09 +0330 Subject: an announcement regarding mutator-lvl0's release candidate. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 60a3fdd..078f9c4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Mutation levels have nothing to do with the order of mutants.
### Dev Status All the as-of-yet implemented features of the project are very much buildable and usable at all times, even during the dev phase.
-* **`mutator-lvl0`** is the executable responsible for the Misra-C rule checks. Currently it can check for 137 out of the 141 Misra-C:2004 rules. For a more accurate list please check out `misrac.ods` under `docs` in project's root.
+* **`mutator-lvl0`** is the executable responsible for the Misra-C rule checks. Currently it can check for 139 out of the 141 Misra-C:2004 rules. For a more accurate list please check out `misrac.ods` under `docs` in project's root.
* **`mutator`** and **`mutator-lvl2`** are collectively the code muatation and code transformation executables. Currently the automatic code transformation implemented is only limited to adding braces to blocks that are missing it and adding `else` if an if-else if is missing one. The mutation is only limited to statement and condition tagging for the time-being.
### Dev Plans @@ -69,6 +69,7 @@ All the as-of-yet implemented features of the project are very much buildable an * There will be unit tests after a first pre-release version.
##Announcements +####* As Soon as the 2 remaining rules(2.1 and 2.3) are dealt with, mutator-lvl0 will have a release candidate, which is going to be forked and will start its testing phase.
* LLVM has bumped to 5.0 so mutator has also changed to using that(trunk:292415). Everything is in working order.
* The Travis build is now using 4.0 for build checks. LLVM 3.9 is still supported minus rule check 8.8 which uses a non-existant matcher in 3.9.
* There are no plans in regards to keeping or dropping LLVM 3.9 support but do keep in mind the libraries mutator uses are not guaranteed to keep backwards-compatibility by their developers as they are still under development.
-- cgit v1.2.3