| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
scons: Fix missing and/or filter name (#1918) These instantiations were missing the name parameter. This parameter is used to print and help debug their contents. Signed-off-by: odanrc <odanrc@yahoo.com.br> | 1 年前 | |
scons: use --git-common-dir to detect hooks (#2024) To detect if pre-commit hooks are installed during compilation, the command git rev-parse --git-dir is used which return the path to the .git directory of current repository. However, when using git worktree the above command returns for linked-worktree: <original repo>/.git/worktrees/<name of worktree> But hooks are shared between all worktree and situated in <original repo>.git/hooks/ and so, scons will always ask to add pre-commit hooks on compilation even if they are already installed. Using --git-common-dir instead of --git-common will return the path to <original repo>/.git which patch that bug. | 1 年前 | |
misc: Run pre-commit run on all files in repo The following command was run: pre-commit run --all-files This ensures all the files in the repository are formatted to pass our checks. Change-Id: Ia2fe3529a50ad925d1076a612d60a4280adc40de Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62572 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> | 3 年前 | |
misc,python: Run pre-commit run --all-files Applies the pyupgrade hook to all files in the repo. Change-Id: I9879c634a65c5fcaa9567c63bc5977ff97d5d3bf | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 2 年前 |