Skip to content

fix: replace VLAs with std::vector in ktest-gen

7315d7e
Select commit
Loading
Failed to load commit list.
Open

feat: Add Smithril #206

fix: replace VLAs with std::vector in ktest-gen
7315d7e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ShellCheck failed Apr 18, 2026 in 3s

10 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors
  • 6 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in scripts/build/p-smithril-linux-ubuntu.inc

See this annotation in the file changed.

Code scanning / shellcheck

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Error

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.

Check failure on line 1 in scripts/build/p-smithril-osx.inc

See this annotation in the file changed.

Code scanning / shellcheck

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Error

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.

Check failure on line 1 in scripts/build/p-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Error

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.

Check failure on line 1 in scripts/build/v-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Error

Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.

Check warning on line 4 in scripts/build/p-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

SMITHRIL_BUILD_PATH appears unused. Verify use (or export if used externally). Warning

SMITHRIL_BUILD_PATH appears unused. Verify use (or export if used externally).

Check warning on line 6 in scripts/build/p-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

SMITHRIL_SYS_INSTALL_PATH appears unused. Verify use (or export if used externally). Warning

SMITHRIL_SYS_INSTALL_PATH appears unused. Verify use (or export if used externally).

Check warning on line 19 in scripts/build/p-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails. Warning

Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.

Check warning on line 26 in scripts/build/p-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

Use 'popd ... || exit' or 'popd ... || return' in case popd fails. Warning

Use 'popd ... || exit' or 'popd ... || return' in case popd fails.

Check warning on line 2 in scripts/build/v-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

required_variables_smithril appears unused. Verify use (or export if used externally). Warning

required_variables_smithril appears unused. Verify use (or export if used externally).

Check warning on line 6 in scripts/build/v-smithril.inc

See this annotation in the file changed.

Code scanning / shellcheck

artifact_dependency_smithril appears unused. Verify use (or export if used externally). Warning

artifact_dependency_smithril appears unused. Verify use (or export if used externally).