Closed create2000 closed 1 month ago
@patricoferris . This is the new PR
@patricoferris -- I have done the fixes. Is this okay?
Definitely getting there @create2000.
I would recommend resetting this history and only (a) making the fix to test_symlink
and adding the test_mkdirs into the tests of this file.
Thank you @patricoferris -- I have added the test_mkdirs
to the tests. About making the fix to test_symlink
I understand it to mean resetting my git history to reflect fix: test_symlink
. If this is it, I have done that.
Thanks @create2000 :))
mean resetting my git history to reflect fix: test_symlink
My point here is that right now, the diff is a little confusing. We have four distinct changes happening:
test_mkdirs
to the test suiteThe actual test_mkdirs
function being moved from the top of the file to the bottom
Ideally, this would only be changes (1) and (2). I'm okay with (3) slipping into this PR, especially since the codebase has no automatic formatting. However, (4) seems to be a change that is a resulting of first deleting that function and then rewriting it somewhere else. It would be good if the history wasn't like that.
So concretely, I think we want to redo this PR with just (1), (2) and (3). Does that make sense?
Thank you @patricoferris . I understand now what you mean. I will close this PR and here is the new PR created to keep everything clean. I hope the new PR meets the corrections.
Also, In recording my contribution on the Outreachy contribution page, I am asked to provide a URL of my contributions if it is merged or accepted. As this is still ongoing, can I still submit a URL in the hope that it will get merged before the contribution deadline? This is to keep with the advice of Outreachy to record our contributions early.
Worked on disabling the windows symlink.