Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@wlanslovenija @rust-lang @freifunk-saar

Popular repositories

  1. A tutorial for the Rust language

    Rust 189 31

  2. Keep git repositories on multiple servers in sync

    Python 55 9

  3. Dynamically and securely update DNS zones via CGI

    Python 7 3

  4. Linux Laptop Screen Setup

    Python 6 2

  5. Python DNS zone files

    Python 6 3

  6. Restricted file access via SSH

    Perl 3

Contribution activity

October 2020

Created a pull request in rust-lang/rust that received 19 comments

stop promoting union field accesses in 'const'

Turns out that promotion of union field accesses is the only difference between "promotion in const/static bodies" and "explicit promotion". So if …

+30 −21 19 comments

Created an issue in coq/coq that received 32 comments

"destruct" cannot use injection patterns top-level (but it can nested)

Description of the problem The following code works: Lemma foo (a b : nat) : (True /\ Some a = Some b) -> a = b. Proof. intros HX. destruct HX as …

32 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.