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

Executor #16

Merged
merged 5 commits into from
Sep 15, 2023
Merged

Executor #16

merged 5 commits into from
Sep 15, 2023

Conversation

LithiumOx
Copy link
Member

No description provided.

JdeBaaij and others added 5 commits September 8, 2023 19:25
… PERROR cause having PERROR as enum + perror() existing was messy
🔧 chore(launch.json): update launch arguments
🔧 chore(settings.json): remove trailing newline
🔧 chore(Makefile): update build and include paths
🔧 chore(minishell.h): update include statements
🔧 chore(libft): update submodule commit
✨ feat(helpers.c): add helper functions for checking types

🔧 fix(heredoc.c): fix memory allocation bug in ft_strjoin_space function
🔧 fix(index.c): fix type of i parameter in lexer_check_char function

🐛 fix(op_split.c): allocate memory for array with correct size
🐛 fix(token.c): set error and break loop when malloc fails
🐛 fix(main.c): remove commented out code
🐛 fix(parser/index.c): free func_map if malloc fails
🔥 chore(parser/verify_token.c): remove unused file
🐛 fix(structs/env.c): update timestamp in file header

🐛 fix(shell.c): change variable name from 'signal' to 'g_signal'
🐛 fix(shell.c): comment out unused function call 'clear_exec'
✨ feat(shell.c): add support for g_signal struct object
✨ feat(token.c): update timestamp in file header
✨ feat(error.c): update timestamp in file header
✨ feat(miscellaneous.c): update timestamp in file header
@LithiumOx LithiumOx merged commit fb4eed1 into main Sep 15, 2023
1 check failed
@LithiumOx LithiumOx deleted the executor branch September 15, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants