Pinned
1,147 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 46 commits in 6 repositories
Created 1 repository
- Keno/julia-buildbot Python
Created a pull request in rr-debugger/rr that received 5 comments
RFC: Pretend to the tracee that librrpage is the vdso
We were running into another #2721 like situation, except this time due the vdso patch (for which we deliberately destroy the unwind info to avoid …
+338
−528
•
5
comments
Opened 32 other pull requests in 5 repositories
JuliaLang/julia
12
merged
- Remove restriction on documenting empty baremodules
- Refactor JL_GC_PUSHFRAME to internalize layout assumptions
- Turn off client-side port reuse on Darwin
- Don't clobber rax in x86_64 trampoline
- Add test for WeakKeyDict soundness
- Fix duplicated ldiv! method in qr.jl
- Add isdefined check `count_const_size`
- Allow a slightly wider class of constants to be inlined
- Fix inference precision regression for functions returning PartialStruct
- Propagate more errors in Distributed test
- Try to avoid deadlock in Distributed test
- Run Distributed tests on node 1
rr-debugger/rr
10
merged
- In detach, don't try to copy MAP_SHARED pages
- Assorted fixes for detach code
- Fix build with ancient glibc versions
- Make librrpreload lib harmless after detach
- In detach, use the proper MAP_* flags
- Reset CPU affinity state after detaching from rr
- Preserve some more task state in detach
- Explicitly set offsets in rr_page linker script
- Make sure to use the proper /proc/<pid>/exe when detaching
- rm leftover rr_page install rules
JuliaPackaging/Yggdrasil
6
merged
JuliaCI/julia-buildbot
3
merged
JuliaIO/ProtoBuf.jl
1
merged
Reviewed 26 pull requests in 4 repositories
JuliaLang/julia 22 pull requests
- Remove references to Travis
- add missing newline to UnionAll Vararg warning
- fixed a bug in the build system
- Add reference to `indent` function
- Unset TMPDIR for tempname
- Update the AST docs on `nothing` `:method` expressions
- define `at-invoke` macro
- extend iseven/isodd to Number
- Fix trampoline on PPC
- inference: inter-procedural conditional constraint back-propagation
- fix #34170, assertion failure with obvious_subtype
- Mark ccall to git_libgit2_opts as variadic
- inference: stop re-converging worlds after optimization
- optimize invokelatest
- Fix of [#38730], solarized colorscheme bug fix
- Avoid allocation in ldiv! with QR
- define `method bytesavailable(::DevNull)`
- fix numerous issues with WeakKeyDict
- [LLVM] Set type of StructRet attribute
- Correct handling of non-Booleans in at-test
- Do not use zero(...) in generic_lu! algorithm to support Unitful
- reuse anon functions in channels test to reduce compilation time
rr-debugger/rr 2 pull requests
JuliaIO/ProtoBuf.jl 1 pull request
JuliaWeb/LibCURL.jl 1 pull request
Created an issue in JuliaLang/julia that received 13 comments
Excessive clock queries causing slowdown on freebsd
On freebsd, the jl_hrtime calls that we use to compute time spent in the compiler appear to be taking 70% of total execution time of compile-heavy …
13
comments
Opened 11 other issues in 1 repository
JuliaLang/julia
8
open
3
closed
- Type inference error on CI
- "hard kill repl test" error on CI
- Invalid certificate error in downloads test
- More timeout errors in macos Distributed CI
- Unexpected process exit in win64 CI Sockets test
- StackOverFlowError in malloc can turn into deadlock
- WeakKeyDict is unsound
- Timeout error in mac Distributed test
- CI Hang in UDP test
- "Local artifacts" to reduce dependence on `@__DIR__`
- Hang in Artifacts test on ci