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 28 million developers.
Sign up2,567 contributions in the last year
Contribution activity
January 2019
Created a pull request in JuliaLang/Pkg.jl that received 2 comments
- Condition/RecursiveLock: add ability to handle threads
- fix hypot with more than two arguments
- some latency hacks
- Update svd.jl
- fix struct sizes
- print arrays of Bool as 0/1
- Audit `!has_offset_axes(...)` checks in Base. (#30610)
- Fix PCRE2 error constants and gracefully handle disabled JIT
- Statistics: a large number floating point test for cov
- Base.windowserror function to encapsulate Windows errors in SystemErrors
- slight tweak to ENV docs
- [release-1.1] Set VERSION to 1.1.0-rc2
- auditing all cases of `assert !has_offset_axes(...)`
- improve docstring of SparseMatrixCSC
Created an issue in JuliaLang/julia that received 9 comments
audit usages of `@assert`
Assertions should only be used when it is believed to be logically impossible for the assertion to fail. The uses of @assert should be audited to m…
9
comments