Ian Kronquist
Ian Kronquist
This would make the golang code significantly simpler, but libcompose may not yet be ready: https://github.com/docker/libcompose/issues/263
[scan-build](http://clang-analyzer.llvm.org/scan-build.html) is a really cool static analysis tool put together by the clang team. I decided to give it a try on the master branch of daala and it claims...
Addresses some of the issues which @lucabe72 mentioned in #54. Also, now we won't try to build Linux Kernel Module bits on non-linux OSs
Nightly rust is very unstable. The LLVM 6 update broke linking, right now it won't even compile. I have a file with all the asm stubs & a C header,...
It's both disabled and broken. ``` $ cargo clippy -- -D clippy || true /home/travis/.cargo/bin/cargo-clippy: symbol lookup error: /home/travis/.cargo/bin/cargo-clippy: undefined symbol: _ZN53_$LT$rustc..hir..UnOp$u20$as$u20$core..fmt..Debug$GT$3fmt17h6ffc22e1063b0efaE ```
We should document pretty much everything, especially considering how tricky some of this code is. We could try making one of those fancy auto-generated static sites and hosting it on...
- [x] ~~Userspace tests for hash map.~~ - [x] ~~Userspace tests for dispatch table.~~ - [ ] Runtime tests for IDT.
Use 64 bit paging. See this tutorial: https://github.com/phil-opp/blog_os/tree/page_tables With significant alterations. 1. To bootstrap, clone guest page tables to host page tables. 2. Be able to read guest page tables....
I got an error where tree sitter query generation failed with weggli 0.2.4, and the cli kindly informed me this was a bug. Let me explain what I wanted to...