Closed aquiffoo closed 2 months ago
shit, what's going wrong?
oooh... i see! i made the changes on windows, and linux does not support the library i use in os.exec. fixing that asap
i believe in you aquiffoo
i've made the changes @Cyteon. hopefully it becomes compatible with unix-like systems now
Compiling modu v0.4.0 (/var/home/cyteon/Desktop/SideProjects/modu/lang)
error[E0433]: failed to resolve: could not find `windows` in `os`
--> src/packages/os.rs:4:14
|
4 | use std::os::windows::process::CommandExt;
| ^^^^^^^ could not find `windows` in `os`
I'll merge and fix it myself
ok, tysm
Lovely. Rn im giving exams but will try as soon as possible
added "os" library ⬇️
I decided to add an "os" library because running commands is essential. for now it only includes
os.exec(command)
, that runs said command.