The Wayback Machine - https://web.archive.org/web/20201111223725/https://github.com/yshui
Skip to content
Avatar
🐞
.
🐞
.

Highlights

  • Arctic Code Vault Contributor

Organizations

@ClangBuiltLinux
yshui/README.md

...

Nothing is perfect, everything is broken in some ways.

And that's what's so fascinating about this world.

Pinned

  1. DEsktop Automation Infrastructure

    C 83

  2. A lightweight compositor for X11

    C 1.5k 139

  3. OpenZFS on Linux and FreeBSD

    C 6k 1.2k

  4. Forked from notaz/pcsx_rearmed

    ARM optimized PCSX fork

    C 112 81

  5. SadOS Archived

    It makes me sad because I wasn't able to finish it

    C 2

  6. dmd D Programming Language compiler

    D 2.3k 529

955 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 1 repository

Created an issue in rust-lang/rust that received 4 comments

No error reported when a generic parameter doesn't meet the requirement of an associated type

Code I tried this code: trait A { type T: Iterator<Item = i32>; } trait B { fn x(_: impl A<T = impl Send>); } I expected to see this happen: error[…

4 comments
Opened 1 other issue in 1 repository
4 contributions in private repositories Nov 3 – Nov 11
You can’t perform that action at this time.