Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,045 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in JuliaPackaging/Yggdrasil that received 9 comments
New Recipe: ngspice v32.2.0
Requires four minor patches, but otherwise builds nicely. I've submitted the first of these four patches upstream at https://sourceforge.net/p/ngsp…
- Fix incorrect fieldtype tfunc
- WIP: Make Vararg not a DataType
- Allow DCE of pure functions that are not inlined
- Add a macro to opt into aggressive constprop
- Improve apply_type_nothrow precision
- Drop use of `something` in reflection.jl
- tfuncs: Be more robust in the face of uninhabited types
- Implement opaque closures
- Fix clangsa on LLVM 10
Created an issue in JuliaLang/Pkg.jl that received 9 comments
Don't retry precompilation for packages that failed unless versions changed
For some reason BinaryBuilderBase fails to precompile in my environment currently.
As a result, Pkg not tries to precompile it on every Pkg operati…