- 30 Oct, 2014 6 commits
-
-
Mikaël Salson authored
Sequence is shorter than the seed
-
Mikaël Salson authored
-
Mikaël Salson authored
Compiler may optimise some lines which could change what gcov sees as covered.
-
Mikaël Salson authored
-
-
Vidjil Team authored
-
- 28 Oct, 2014 8 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Even if the user is on the net, the server can be down...
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 27 Oct, 2014 2 commits
-
-
- 24 Oct, 2014 24 commits
-
-
When storing the files in the db, web2py adds an hash. There is no need to have a hash in the original filename (and it can produce files with too long filenames).
-
-
Vidjil Team authored
-
-
Putting the logs in the DB creates some deadlocks. Now we store them on disk. We still need to add the info in DB so that we have all the info in DB. Therefore output directory are not deleted anymore since they contain valuable information
-
Python documentation tells there may have deadlocks with wait(), prefer communicate() https://docs.python.org/2/library/subprocess.html#popen-objects
-
-
-
Mikaël Salson authored
-
Mikaël Salson authored
This has no impact on previous results since the sequences impacted by the bug are too short to be properly segmented by Vidjil
-
Mikaël Salson authored
Rationale: Don't fail a test using valgrind if the person doesn't have valgrind installed
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Accessing this method while the window is not label does not create an element in the map.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Moreover, now this is exported in .vidjil.
-
Mathieu Giraud authored
The usage said it was '-f', but the option was actually '-t'. This option is for now not covered by the tests.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Reformulation of 6ec0f991, with a short notice on usage
-
-
-