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

[stdlib] Implement mkdir and rmdir #2430

Closed
wants to merge 4 commits into from

Conversation

artemiogr97
Copy link
Contributor

Signed-off-by: Artemio Garza Reyna artemiogr97@gmail.com

Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
@artemiogr97 artemiogr97 requested a review from a team as a code owner April 28, 2024 12:42
@artemiogr97 artemiogr97 changed the title Implement mkdir and rmdir [stdlib] Implement mkdir and rmdir Apr 28, 2024
Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>
stdlib/src/os/os.mojo Outdated Show resolved Hide resolved
@JoeLoser JoeLoser added the imported-internally Signals that a given pull request has been imported internally. label May 3, 2024
@ematejska ematejska added the mojo-repo Tag all issues with this label label May 6, 2024
@JoeLoser
Copy link
Collaborator

Quick update here: this is still working on landing internally. On CI, I'm seeing some tests fail related to your change. On Graviton, some assert_raises in the tests aren't firing, but I can't repro locally on a M1. I'll need to investigate this some more.

@modularbot
Copy link
Collaborator

✅🟣 This contribution has been merged 🟣✅

Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours.

We use Copybara to merge external contributions, click here to learn more.

@modularbot modularbot added the merged-internally Indicates that this pull request has been merged internally label May 10, 2024
JoeLoser pushed a commit that referenced this pull request May 11, 2024
[External] [stdlib] Implement `mkdir` and `rmdir`

Add functionality to the `os` module for creating and
removing directories via `mkdir` and `rmdir`.

Signed-off-by: Artemio Garza Reyna <artemiogr97@gmail.com>

Co-authored-by: Artemio Garza Reyna <artemiogr97@gmail.com>
Closes #2430
MODULAR_ORIG_COMMIT_REV_ID: 8571848227dfd72f1672699a227e21354d5cf3e1
@JoeLoser JoeLoser added the merged-externally Merged externally in public mojo repo label May 11, 2024
@JoeLoser
Copy link
Collaborator

Landed in today's nightly: #2615. Thanks for the contribution!

@JoeLoser JoeLoser closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported-internally Signals that a given pull request has been imported internally. merged-externally Merged externally in public mojo repo merged-internally Indicates that this pull request has been merged internally mojo-repo Tag all issues with this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants