-
Notifications
You must be signed in to change notification settings - Fork 423
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
Replacing FILENAME_MAX in compiler-directory #17517
Replacing FILENAME_MAX in compiler-directory #17517
Conversation
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
This reverts commit 8b601e1.
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
Signed-off-by: R Chinmay <[email protected]>
This reverts commit 8b601e1. Signed-off-by: R Chinmay <[email protected]>
c65bc61
to
aa52a4c
Compare
Thanks! Overall I think this looks great for the ~50% that I've gone over so far. I see that the DCO check failed though, I think due to the commit labeled 'Revert "Deleting unnecessary files"'. Can you add the "Signed-off-by: ..." line to that commit? I ran testing on this PR and came back with the following list of failures. It looks like mostly segfaults.
|
I'd be happy to see this PR proceed, but am closing it due to inactivity. |
Continuing this work in PR #26357, but not starting from these commits as the big merge onto latest main is more work than is worth it. |
Converts char arrays in
compiler/
directory tostd::string
. Resolves #8757 for compiler directory.@bradcray @cassella @daviditen Please review.
Thanks,
R. Chinmay