Geunsik Lim
Geunsik Lim
Knock. Knock. The 18 pull requests are still waiting for long years. Who are responsible for review and merge procedure?
As we all know, the shell (e.g., bash) script is easy-to-use and portable. However, at this time, we need to think about the overhead of the complex shell statements. So,...
Currently, we support the below acceleration methods as follows to accelerate git and GBS acitivty of the big repositories. We need to find additional methods continually. * TAOS-CI Configuration *...
When all CI checkers are successfully passed, let's append the approval as a reviewer in a PR's review list. It aims to add the number of reviewers by applying the...
In order to help TAOS-CI users that do not have experience with Ubuntu Linux, we need to support a Front-end UI for easy-to-use TAOS-CI. * Screenshot (Circle-CI): 
## Proposal: We need to append the inspection module to do semantic check when a new device driver of Linux kernel is submitted. ## Approach Let's use opensource "sparse". ##...
## Background We need to do not use deprecated or obsolescent functions when more secure equivalent functions are available. Deprecated functions are defined by the C Standard. Obsolescent functions are...
**Is your feature request related to a problem? Please describe.** Current version does not provide a function to build package for Ubuntu/ARM distribution. * Severity: Low **Describe the solution you'd...
There are lots of useful open-source static analysis software. Let's append opensource-based static analysis tools additionally. * findbugs * http://findbugs.sourceforge.net/ * PMD * https://pmd.github.io/ * sonarcube community edition (gpl) *...
## Background The clang module generates xxx.patch file to fix the incorrect grammar of the submitted source code. Then, contributor must submit the fixed patch as a next task. In...