Johannes Altmanninger
c4155db933
Rename Rust-side parser_t/io_streams_t to Parser/IoStreams
...
This reduces noise in the upcoming "Port execution" commit.
I accidentally made IoStreams a "class" instead of a "struct". Would be
easy to correct that but this will be deleted soon, so I don't think we care.
2023-11-15 11:09:48 +01:00
Henrik Hørlück Berg
131e249b0c
Adopt the builtin prelude
2023-08-09 15:00:58 +02:00
ridiculousfish
ead329db60
Replace a bunch of from_ffi with as_wstr calls
...
from_ffi copies a CxxWString into a new Rust WString, but as_wstr simply
gets the slice of chars directly.
Too many string types!
2023-04-16 12:50:53 -07:00
ridiculousfish
f54a45d09c
Add missing builtin_print_help in realpath
...
This got dropped in the port.
2023-03-12 19:50:35 -07:00
Victor Song
80c8bc75e6
Switch to errno
crate
2023-03-12 19:50:35 -07:00
Victor Song
3dfc9082e6
Use std::io::Error::last_os_error()
for errno
2023-03-12 19:50:35 -07:00
Victor Song
ca494778e4
builtins: Port realpath
to Rust
2023-03-12 19:50:35 -07:00