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

Heredoc append #18

Merged
merged 6 commits into from
Sep 28, 2023
Merged

Heredoc append #18

merged 6 commits into from
Sep 28, 2023

Conversation

LithiumOx
Copy link
Member

Heredocs are now merging before execution. The checking and combining happens at the same time. I've put a warning in to not use the found items after the combining but I thought it would be wise to mention it again.

😄

LithiumOx and others added 6 commits September 26, 2023 15:55
📝 docs(heredoc.c): update function description for combine_tokens
🐛 fix(heredoc.c): fix indentation in combine_heredoc function
📝 docs(index.c): update function description for check_double_ops
🐛 fix(index.c): fix indentation in check_double_ops function
🐛 fix(index.c): fix indentation in check_tokens function
🐛 fix(main.c): uncomment check_tokens function call
🐛 fix(tasks.json): remove DEBUG=1 flag from make command
🐛 fix(heredoc.c): fix memory allocation and null termination bug in ft_strjoin_space function
✨ feat(heredoc.c): combine heredoc token with string token for execution
🐛 fix(index.c): fix offset bug in check_heredoc function
🐛 fix(main.c): fix prompt string and function calls in loop function
🐛 fix(index.c): fix decrementing index in check_heredoc function
🐛 fix(index.c): fix incorrect index after decrementing in decrement_index function
🐛 fix(print_vector.c): add missing case for A_REDIRECT type in extra_types_short function
🐛 fix(main.c): remove newline character before minishell prompt in readline function
@LithiumOx LithiumOx merged commit cfdb588 into main Sep 28, 2023
1 check failed
@LithiumOx LithiumOx deleted the heredoc_append branch September 28, 2023 10:32
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.

1 participant