Yukiteru
Yukiteru
When parsing arguments, the script should cut the prefix, for example, cutting `--prefix=/usr` to `/usr`. But under certain circumstances, the argument may be `--archs="-march=rv64gc"` and the previous script will cut...
## Big changes - [x] Refactor `ServerContext` and `Service` on server side - #354 - [x] Remove `State` - #354 - [x] Make client `Request` can be `http::Request` with any...
### Problem `cargo vendor` throws `No such file or directory (os error 2)` for git targets when realpath of `~/.cargo/git` includes softlink, e.g., `/home/foo` is softlink to `/mnt/disk/foo` or `/home/foo/.cargo/git`...
### Problem When one crate (lib) uses `jemalloc` as a submodule and another crate (binary) uses that library, `cargo vendor` for the binary works, but some files with checksums are...
直接进行一个 Make sure 😆
It is expected that the remaining requirements for v0.2.x will be completed this month, ref: #355 And development of v0.3.0 will begin next month. ## Big Changes ### Server -...