WIP patch for #2024 and more#2165
Merged
GillesDuvert merged 10 commits intognudatalanguage:masterfrom Jan 15, 2026
Merged
Conversation
Contributor
GillesDuvert
commented
Jan 14, 2026
- remove double frees signaled by valgrind, also was consuming a huge size of stack!
- remove code that was changing the size of the stack (to be tested: a good written program should not consume stack)
- solve EXPAND_PATH and space or tilde (~) #2024 for EXPAND_PATH and FILE_EXPAND_PATH (problems 1 and 2)
added 9 commits
January 13, 2026 14:59
…sh. Was also generating an excessive size of stack allocation.
….cpp should use modern C++ techniques OR safer code.
… increased the stacksize (as there should not be any stack problem in a well-written application)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.