- 14 May, 2020 1 commit
-
-
Samuel GAIST authored
-
- 12 Mar, 2020 1 commit
-
-
Samuel GAIST authored
This ensures that all files are tentatively removed.
-
- 11 Mar, 2020 14 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Python provides better tools that exceptions for that.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 05 Mar, 2020 1 commit
-
-
Samuel GAIST authored
-
- 06 Feb, 2020 1 commit
-
-
Samuel GAIST authored
-
- 23 Jan, 2020 1 commit
-
-
Samuel GAIST authored
If the opening of the cache file fails, print an error message to know where to look at.
-
- 22 Oct, 2019 1 commit
-
-
Samuel GAIST authored
The hash doesn't match what is done in beat/beat.web> resulting in a mismatch when using e.g. beat/beat.cmdline>. This patch modifies the code so that the returned value follows the same logic as used in beat/beat.web>
-
- 07 Oct, 2019 1 commit
-
-
Samuel GAIST authored
-
- 30 Sep, 2019 2 commits
-
-
Samuel GAIST authored
This allows the evaluator to properly write to its own output as the method is called each time a processor output is written to. Fixes #27
-
Samuel GAIST authored
Currently there's nothing in the log so if there's an error, the result will be a missing file error.
-
- 27 Sep, 2019 1 commit
-
-
Samuel GAIST authored
The None value is not properly handled and ends up triggering a warning while it is a valid value for end_data_index. This patch fixes this.
-
- 24 Sep, 2019 1 commit
-
-
Samuel GAIST authored
Under some circumstances the decoding may fail as the binary data may contain values outside the utf-8 "visible" range. Fixes #26
-
- 30 Jul, 2019 11 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This change also updates the valid check to print the error if any should appear making the failure easy to understand.
-
Samuel GAIST authored
Renaming the algorithm has the added benefit of making the prefix content clearer to understand.
-
Samuel GAIST authored
WARNING this is a breaking change xxx_loop and xxx_loop_user were not really clear. They are now: - xxx_loop_evaluator - xxx_loop_processor This makes their role easier to understand.
-
Samuel GAIST authored
Now requires a sequential loop algorithm.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This method will trigger the reading of the input by the loop algorithm.
-
Samuel GAIST authored
-
- 24 Jul, 2019 4 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-