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

✨ should split "std" into submodules #122

Closed
Antisunny opened this issue May 28, 2024 · 4 comments · Fixed by #291
Closed

✨ should split "std" into submodules #122

Antisunny opened this issue May 28, 2024 · 4 comments · Fixed by #291
Assignees
Labels
enhancement New feature or request

Comments

@Antisunny
Copy link

as demonstrated below:

import {split, lines} from "std/text"
import {replace_once, replace} from "std/macro"
import {dir_exist, file_exist, file_read} from "std/fs"
import {sum} from "std/num"
import {includes} from "std"
@b1ek
Copy link
Member

b1ek commented May 29, 2024

this would also introduce a breaking change. imo now is the right time to do this, before amber gets widely adopted

@b1ek b1ek added the enhancement New feature or request label May 29, 2024
@Ph0enixKM
Copy link
Member

Ph0enixKM commented May 29, 2024

This should be also adopted now since std library is not officially documented yet

@Ph0enixKM Ph0enixKM changed the title should split "std" into submodules ✨ should split "std" into submodules Jun 3, 2024
@Mte90
Copy link
Member

Mte90 commented Jun 24, 2024

#152

@Ph0enixKM Ph0enixKM linked a pull request Jun 30, 2024 that will close this issue
@Mte90 Mte90 self-assigned this Jul 9, 2024
@Mte90
Copy link
Member

Mte90 commented Jul 9, 2024

I did a new PR #291 that fix some stuff and it is updated with the latest changes

@b1ek b1ek linked a pull request Jul 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants