Live data from Hacker News

Viewing profile — dogamak

dogamak

HN member
Joined
Fri, Mar 03, 2017, 10:00 PM UTC
HN karma
3
Public activity
3 items

About dogamak

[ my public key: https://keybase.io/dogamak; my proof: https://keybase.io/dogamak/sigs/PdQyBn5_0_OHgifA7dwYqHLJosht6m5D9crFawEk_4E ]

Recent public activity

  1. comment
    Comment #13788300

    Additionally tests in "tests/" are compiled to independent binaries on which the test suite is run on separately, which results into verbose and redundant output when ran. Also if …

  2. comment
    Comment #13788201

    I agree, the macro scoping is just a small part of the rewrite but it is a problem (especially ergonomically) that rust should have got right the first time around. Right now macro…

  3. comment
    Comment #13787281

    Macros and the importing and scoping of them is a mess in rust right now and major rewrite of the macro system is underway. Currently crates have no way to re-export macros from ot…