Skip to content

Commit

Permalink
Shell: renamed all Parallelism functions to align with new findings
Browse files Browse the repository at this point in the history
It's better to have the type comes after the library name like
'HestiaKERNEL_ERROR...' or 'HestiaKERNEL_OS...' function names
and filepaths. That way, it's less learning yet tracable by
reading. Hence, let's deal with all the List functions.

This patch renames all Parallelism functions to align with new
findings in Shell/ directory.

Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me>
Co-authored-by: Galyna, Cory <cory.galyna@gmail.com>
Co-authored-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com>
Signed-off-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com>
  • Loading branch information
3 people committed Dec 27, 2024
1 parent efb036d commit 7d41d1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



function HestiaKERNEL-Run-Parallel-Sentinel {
function HestiaKERNEL-PARALLELISM-Run-Sentinel {
param(
[string]$____parallel_command,
[string]$____parallel_control_directory,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@



HestiaKERNEL_Run_Parallel_Sentinel() {
HestiaKERNEL_PARALLELISM_Run_Sentinel() {
#____parallel_command="$1"
#____parallel_control_directory="$2"
#____parallel_available="$3"
Expand Down
4 changes: 2 additions & 2 deletions Shell/libraries/HestiaKERNEL/Vanilla.sh.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo \" <<'RUN_AS_POWERSHELL' >/dev/null # " | Out-Null
. "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Is_Command_Builtin.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Is_Command_External.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Is_Command_Function.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\Parallelism\Run_Parallel_Sentinel.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\Parallelism\Run_Sentinel.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\String\Get_First_Character.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\String\Get_Last_Character.ps1"
. "${env:LIBS_HESTIA}\HestiaKERNEL\String\Index_Any_Left_String.ps1"
Expand Down Expand Up @@ -154,7 +154,7 @@ RUN_AS_POWERSHELL
. "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_Builtin.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_External.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_Function.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/Parallelism/Run_Sentinel.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/String/Get_First_Character.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/String/Get_Last_Character.sh"
. "${LIBS_HESTIA}/HestiaKERNEL/String/Index_Any_Left_String.sh"
Expand Down

0 comments on commit 7d41d1f

Please sign in to comment.