-
A new separate issue from #381 two things are discussed there and they might not be related.
This might be connected to #422
@Xazax-hun
> Oh, the issue I experienced might be unrelated to the tit…
gyorb updated
5 years ago
-
Your files do not have the correct Moodle bolierplates added. All Moodle plugin files must have the Moodle boilerplate gpl text added that starts with:
// This file is part of Moodle - http://moodl…
-
1. set a codechecker review comment in the source code
2. store the results (review status is set properly)
3. change the review status in the browser to unreviewed
4. change the review status co…
gyorb updated
5 years ago
-
Hello,
As I had many false positives from clang analyzer due to an custom assertion handler, I tried to add `__attribute__((analyzer_noreturn))` at the end of its declaration. But then this error …
-
Inspecting the option parser and logger code, I think there is a lot we could do to make the parsing and logging process more robust/correct and less complicated:
- [x] We should always escape spac…
-
Analysis container should run the analysis in the workspace prepared by the controller.
1. extract the zip file
2. update file paths
3. run the analysis
4. update the file paths back to the orig…
gyorb updated
5 years ago
-
The plugin works with php 7.3 when you remove the line "phpenv config-rm xdebug.ini"
But some warnings are thrown:
```
Warning: "continue" targeting switch is equivalent to "break". Did you mea…
-
Hi,
In the translation of mooytper and the inclusion in our Moodle instance, we should check all new plugins for compliance with the Moodle coding guidelines. For this we use the plugin codechecker…
-
`RunData` api type should be cleaned up.
- [ ] `5: i64 resultCount,` can be removed if the new report counting api is available in #839
- [ ] `7: optional bool can_delete` can be rem…
gyorb updated
5 years ago
-
in practice:
make the /job/upstream%20master%20tests/
work.
The goal is that TMUX is analyzed without crash and error using scan build.
Identify the open source patched needed for this.