Skip to content

London | 26-SDC-July| Mariia Serhiienko | Sprint 2 | shell pipelines - #658

Open
Konvaly wants to merge 1 commit into
CodeYourFuture:mainfrom
Konvaly:shell-pipelines-2
Open

London | 26-SDC-July| Mariia Serhiienko | Sprint 2 | shell pipelines#658
Konvaly wants to merge 1 commit into
CodeYourFuture:mainfrom
Konvaly:shell-pipelines-2

Conversation

@Konvaly

@Konvaly Konvaly commented Aug 10, 2026

Copy link
Copy Markdown

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Solved task shell pipelines.

What I learned: ls's sort order depends on locale. My default locale sorts case-insensitively, so "dHondt" sorted next to "Daniel". Under LC_ALL=C, ls sorts by raw ASCII byte value instead, where all uppercase letters (A-Z) come before any lowercase letter (a-z) , so "dHondt" moves to the end, after all the uppercase-starting names.
The expected test output was generated under this same byte-order locale, which is why the fix was needed.

Task ID: CYF-1149

@Konvaly Konvaly added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 10, 2026
@github-actions

Copy link
Copy Markdown

Results of test:
You passed 13/13 tasks.
This task is complete!

@github-actions github-actions Bot added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant