Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 PATCH op tab name #70

Closed
wants to merge 1 commit into from
Closed

🐛 PATCH op tab name #70

wants to merge 1 commit into from

Conversation

TekMath
Copy link
Member

@TekMath TekMath commented Mar 8, 2024

No description provided.

@TekMath TekMath added bug Something isn't working asm Assembler part of the project labels Mar 8, 2024
@TekMath TekMath self-assigned this Mar 8, 2024
@TekMath TekMath changed the title 🐛 Path op tab name 🐛 PATCH op tab name Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

🍌 Epitech coding-style report

./Makefile:60: MAJOR:C-F3
./asm/Makefile:100: MAJOR:C-F3
./asm/includes/export/export.h:99: MINOR:C-L2
./asm/includes/export/export.h:128: MINOR:C-L2
./asm/includes/parsing/parsing.h:105: MINOR:C-L2
./asm/includes/parsing/parsing.h:120: MINOR:C-L2
./asm/includes/parsing/parsing.h:131: MINOR:C-L2
./asm/includes/parsing/parsing.h:141: MINOR:C-L2
./asm/includes/parsing/parsing.h:151: MINOR:C-L2
./asm/includes/parsing/parsing.h:161: MINOR:C-L2
./asm/sources/export/cmd/params.c:14: MINOR:C-L2
./asm/sources/export/cmd/params.c:44: MINOR:C-L2
./asm/sources/parsing/body/arguments/arguments.c:20: MINOR:C-L2
./asm/sources/parsing/body/arguments/arguments.c:32: MINOR:C-L2
./asm/sources/parsing/body/arguments/label.c:18: MINOR:C-L2
./asm/sources/parsing/body/arguments/label.c:33: MINOR:C-L2
./asm/sources/parsing/body/arguments/label.c:51: MINOR:C-L2
./asm/sources/parsing/body/arguments/number.c:34: MINOR:C-L2
./asm/sources/parsing/body/arguments/register.c:18: MINOR:C-L2
./asm/sources/parsing/body/body.c:17: MINOR:C-L2
./asm/sources/parsing/body/body.c:30: MINOR:C-L2
./asm/sources/parsing/body/instruction.c:42: MINOR:C-L2
./asm/sources/parsing/body/instruction.c:64: MINOR:C-L2
./asm/sources/parsing/body/instruction.c:88: MINOR:C-L2
./asm/sources/parsing/body/label/check_existing.c:18: MINOR:C-L2
./asm/sources/parsing/body/label/handler.c:31: MINOR:C-L2
./asm/sources/parsing/body/label/handler.c:55: MINOR:C-L2
./asm/sources/parsing/file.c:36: MAJOR:C-L1
./asm/sources/parsing/file.c:36: MINOR:C-L6
./asm/sources/parsing/file.c:37: MAJOR:C-L5
./asm/sources/parsing/file.c:38: MAJOR:C-L5
./asm/sources/parsing/file.c:39: MINOR:C-L6
./asm/sources/parsing/header/get_info.c:16: MINOR:C-L2
./asm/sources/parsing/header/get_info.c:23: MINOR:C-L2
./asm/sources/parsing/header/get_info.c:45: MINOR:C-L2
./corewar/Makefile:93: MAJOR:C-F3
./corewar/includes/arena/arena.h:55: MINOR:C-L2
./corewar/includes/execution/execution.h:41: MINOR:C-L2
./corewar/includes/execution/execution.h:50: MINOR:C-L2
./corewar/includes/execution/execution.h:59: MINOR:C-L2
./corewar/includes/execution/execution.h:68: MINOR:C-L2
./corewar/includes/operators/defs.h:15: MINOR:C-L2
./corewar/includes/operators/operators.h:21: MINOR:C-L2
./corewar/includes/operators/operators.h:30: MINOR:C-L2
./corewar/includes/operators/operators.h:39: MINOR:C-L2
./corewar/includes/operators/operators.h:48: MINOR:C-L2
./corewar/includes/operators/operators.h:57: MINOR:C-L2
./corewar/includes/operators/operators.h:66: MINOR:C-L2
./corewar/includes/operators/operators.h:75: MINOR:C-L2
./corewar/includes/operators/operators.h:84: MINOR:C-L2
./corewar/includes/operators/operators.h:93: MINOR:C-L2
./corewar/includes/operators/operators.h:102: MINOR:C-L2
./corewar/includes/operators/operators.h:111: MINOR:C-L2
./corewar/includes/operators/operators.h:120: MINOR:C-L2
./corewar/includes/operators/operators.h:129: MINOR:C-L2
./corewar/includes/operators/operators.h:138: MINOR:C-L2
./corewar/includes/operators/operators.h:147: MINOR:C-L2
./corewar/includes/operators/operators.h:156: MINOR:C-L2
./corewar/sources/arena/address.c:19: MINOR:C-L2
./corewar/sources/arena/init.c:65: MAJOR:C-L1
./corewar/sources/arena/position.c:48: MINOR:C-L2
./corewar/sources/arena/position.c:60: MINOR:C-L2
./corewar/sources/arena/utils.c:26: MINOR:C-L2
./corewar/sources/execution/champion/champion.c:17: MINOR:C-L2
./corewar/sources/execution/champion/champion.c:29: MINOR:C-L2
./corewar/sources/execution/champion/champion.c:30: MINOR:C-L2
./corewar/sources/execution/champion/champion.c:54: MINOR:C-L2
./corewar/sources/execution/champion/champion.c:65: MINOR:C-L2
./corewar/sources/execution/champion/params.c:14: MINOR:C-L2
./corewar/sources/execution/champion/params.c:29: MINOR:C-L2
./corewar/sources/execution/champion/params.c:44: MINOR:C-L2
./corewar/sources/execution/champion/params.c:56: MINOR:C-L2
./corewar/sources/execution/champion/params.c:68: MINOR:C-L2
./corewar/sources/operators/add.c:13: MINOR:C-L2
./corewar/sources/operators/aff.c:13: MINOR:C-L2
./corewar/sources/operators/and.c:13: MINOR:C-L2
./corewar/sources/operators/fork.c:24: MINOR:C-L2
./corewar/sources/operators/ld.c:13: MINOR:C-L2
./corewar/sources/operators/ldi.c:13: MINOR:C-L2
./corewar/sources/operators/lfork.c:18: MINOR:C-L2
./corewar/sources/operators/lfork.c:46: MINOR:C-L2
./corewar/sources/operators/live.c:12: MINOR:C-L2
./corewar/sources/operators/lld.c:13: MINOR:C-L2
./corewar/sources/operators/lld.c:35: MINOR:C-L2
./corewar/sources/operators/lldi.c:13: MINOR:C-L2
./corewar/sources/operators/lldi.c:35: MINOR:C-L2
./corewar/sources/operators/or.c:13: MINOR:C-L2
./corewar/sources/operators/st.c:13: MINOR:C-L2
./corewar/sources/operators/sti.c:13: MINOR:C-L2
./corewar/sources/operators/sti.c:37: MINOR:C-L2
./corewar/sources/operators/sub.c:13: MINOR:C-L2
./corewar/sources/operators/xor.c:13: MINOR:C-L2
./corewar/sources/operators/zjump.c:13: MINOR:C-L2
./corewar/sources/parsing/body/body.c:18: MINOR:C-L2
./corewar/sources/parsing/body/param.c:13: MINOR:C-L2
./lib/common/includes/arena/defs.h:23: MAJOR:C-F3
./lib/common/includes/arena/defs.h:23: MINOR:C-G7
./lib/common/includes/champion/defs.h:26: MINOR:C-G7
./lib/common/sources/champion/free.c:32: MAJOR:C-F3
./lib/common/sources/op.c:18: MINOR:C-L2
./lib/common/sources/op.c:20: MINOR:C-L2
./lib/common/sources/op.c:22: MINOR:C-L2
./lib/common/sources/op.c:41: MINOR:C-L2
./lib/common/sources/op.c:43: MINOR:C-L2
./lib/common/sources/op.c:43: MINOR:C-L3
./lib/common/sources/op.c:45: MINOR:C-L2
./lib/my/includes/my.h:15: MINOR:C-L3
./lib/my/includes/my.h:16: MINOR:C-L3
./lib/my/includes/my.h:17: MINOR:C-L3
./lib/my/includes/my.h:20: MINOR:C-L3
./lib/my/includes/my.h:33: MINOR:C-L3
./lib/my/my_inttostr.c:22: MAJOR:C-L1
./lib/my/my_printf.c:32: MINOR:C-V3
./lib/my/my_printf.c:50: MINOR:C-L3
./lib/my/my_put_nbr.c:37: MAJOR:C-L1
./lib/my/my_put_nbr.c:57: MINOR:C-L3
./lib/my/my_revstr.c:15: MINOR:C-L3
./lib/my/my_strlen.c:13: MAJOR:C-L1
./lib/my/my_strlen.c:13: MINOR:C-L4
./lib/my/my_strlen.c:13: MINOR:C-L6
./lib/my/my_strstr.c:10: MINOR:C-L3
./lib/my/my_strstr.c:21: MINOR:C-L6
./lib/my/str_to_word_array.c:13: MINOR:C-V3
./lib/my/str_to_word_array.c:38: MAJOR:C-L1
./lib/my/str_to_word_array.c:79: MAJOR:C-L1

@flavien-chenu
Copy link
Collaborator

Don't forget to check compilation before push you fucking COODE

@TekMath TekMath closed this Mar 8, 2024
@TekMath TekMath deleted the fix_old branch March 8, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asm Assembler part of the project bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants