Skip to content

io/ipc/drills: Fix missing closing brace during make process - #222

Merged
teodutu merged 1 commit into
cs-pub-ro:mainfrom
BobiPatrunjel:fix-make-todo-comment
Jan 24, 2026
Merged

io/ipc/drills: Fix missing closing brace during make process#222
teodutu merged 1 commit into
cs-pub-ro:mainfrom
BobiPatrunjel:fix-make-todo-comment

Conversation

@BobiPatrunjel

@BobiPatrunjel BobiPatrunjel commented Jan 23, 2026

Copy link
Copy Markdown

Prerequisite Checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Updated relevant documentation (if needed).

Description of changes

During the build process, an extra line was removed from the source file,
which caused the closing brace of a function to be deleted. This resulted
in a syntax error and prevented the code from compiling correctly.

The issue was caused by an incorrect TODO marker in
chapters/io/ipc/drills/tasks/named-pipes/solution/src/named_pipe.c.
This pull request fixes the problem by changing the comment from TODO 9
to TODO 8, ensuring the make process no longer removes the closing brace.

During the build process, an extra line was removed from the source file,
which caused the closing brace of a function to be deleted. This resulted
in a syntax error and prevented the code from compiling correctly.

The issue was caused by an incorrect TODO marker in named_pipe.c.
This commit fixes the problem by changing the comment from TODO 9 to
TODO 8, ensuring the make process no longer removes the closing brace.

Signed-off-by: Roberto Tarapoanca <roberto.tarapoanca@stud.acs.upb.ro>
@teodutu teodutu added the student-contrib Fix or improvement made by a student label Jan 24, 2026
@teodutu
teodutu merged commit 869008e into cs-pub-ro:main Jan 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

student-contrib Fix or improvement made by a student

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants