Skip to content

rustpython-stdlib crate#3129

Merged
DimitrisJim merged 8 commits into
RustPython:mainfrom
youknowone:rustpython-stdlib
Sep 30, 2021
Merged

rustpython-stdlib crate#3129
DimitrisJim merged 8 commits into
RustPython:mainfrom
youknowone:rustpython-stdlib

Conversation

@youknowone

@youknowone youknowone commented Sep 25, 2021

Copy link
Copy Markdown
Member

@youknowone youknowone changed the title Rustpython stdlib rustpython-stdlib crate Sep 25, 2021
@youknowone youknowone force-pushed the rustpython-stdlib branch 3 times, most recently from 35e2dc0 to 90c1972 Compare September 25, 2021 17:30
@youknowone youknowone force-pushed the rustpython-stdlib branch 6 times, most recently from 2280760 to 0db8589 Compare September 26, 2021 17:44
@youknowone

Copy link
Copy Markdown
Member Author

done except for windows

Comment thread stdlib/Cargo.toml Outdated
@youknowone youknowone force-pushed the rustpython-stdlib branch 9 times, most recently from 31f2ac1 to 8fc0025 Compare September 30, 2021 07:40
@youknowone youknowone marked this pull request as ready for review September 30, 2021 07:41
@youknowone

Copy link
Copy Markdown
Member Author

@DimitrisJim @coolreader18 there will be more things to do (e.g. corelib), but I want to finish this PR for current state and do further works later.

Comment thread stdlib/src/lib.rs
#[cfg(all(unix, not(target_os = "redox")))]
mod termios;

use rustpython_common as common;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intended to be used like vm::common?

@coolreader18

Copy link
Copy Markdown
Member

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants