Results 20 issues of Yashodhan

As per #56 , we are porting the OCI validation tests into rust. This is the tracking issue for the same. The folder /youki_integration_test contains the currently implemented tests which...

enhancement
help wanted
good first issue

In my system the checkpointing tests fail, even though those are passing in the CI. This might be due to kernel not compiled with support for checkpointing , or some...

Currently we use cargo tests along with cargo-llvm-cov in CI to generate code coverage report. Even though it provides a good way to measure coverage, currently not all functions are...

enhancement
help wanted

After two weeks of testing and a lot of digging of git commit history, I think I have finally found what has been causing CI failure for #694 's OCI...

Are there any specific kernel specification requirements for using validation tests? I was running these tests on my local machine for runc and the linux_cgroups_memory test failed with following error...

Current `#bibliography` function is great with three inbuilt styles, until some journal requires the bibliography to be set in their own specific style. Can we have some way to customize...

feature request
bibliography

As from a mail received : >start: MOV AL, 0xF9 (-7) MOV BL, 0x02 (2) IMUL BL >It gives the result of 01F2. This answer is the result of unsigned...

bug
good first issue

Currently the overall architecture of this is acceptable, but pretty hideous. The choices were made for various different (not necessarily correct) reasons at the time when this was written, but...

enhancement
help wanted

Hey, I just found about this project recently, and it seems pretty cool. I was going through the docs, and your blog post of this, and it states that currently...

Hello, would the library be accepting implementations for sched_(set|get)attr functions? as per libc crate (and man pages) [here](https://github.com/rust-lang/libc/pull/3494) , because these two are not exposed by glibc, libc crate will...