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
3,500 contributions in the last year
Activity overview
Contribution activity
August 2020
- KristofferC/ForneyLab.jl Julia
- KristofferC/MonthlyDates.jl Julia
- KristofferC/PkgEvalAnalysis Jupyter Notebook
- KristofferC/WordTokenizers.jl Julia
Created a pull request in JuliaLang/julia that received 18 comments
Backports 1.5.1
Backported PRs: #36254 - docs: Fix indentation on !!! warn section #36734 - fix stackoverflow in circshift!(x, y, (1.0,)) #36835 - Update Mozil…
+1,547
−398
•
18
comments
- TOML: allow printing AbstractString values
- add a NEWS entry for the TOML stdlib
- bump Pkg version
- fix markdown rendering
- Dummy PR to do a PkgEval run
- WIP: Backports for 1.5.2
- bettter fix for #36575
- REPL: print to stdout instead of TTYTerminal to avoid over-specialization
- bump Pkg version to latest master
- add nospecialize to some error IO
- add a TOML standard library to Julia
- REPL: fix confusion between function name and local variable
- fix typo from moving to TOML stdlib
- fix typo
- sort jlls together in status printing
- WIP: use the stdlib version of TOML
- Backports release 1.5
- try instantiate without updating the registry
- add project to manifest in case a package depends on it, so that manifest is always complete
- some microoptimizations for the resolver
- Add a statement-cost printer for analyzing inlining decisions
- Precompile a `get!` instance used by Requires
- Add `bodyfunction(m::Method)`
- Rewrite shell_parse
- Improve partial inference of key container operations
- Ensure that BitArrays are inferrable for arbitrary `Integer`
- Improve inference broadly throughout REPL
- Fix string interpolation into Markdown.Table and Markdown.List
- Add Iterators.first and Iterators.last which don't throw for empty collections
- Improve inference in Docs and Markdown
- Reduce reliance on promotion operations via container typing
- Add an interface for abstract SHA types
- Define `OrderStyle` for `Union{}`
- WIP: Tasklocal xoshiro
- [release-1.5] Set VERSION to 1.5.0
Created an issue in JuliaLang/julia that received 9 comments
`include` adds a significant amount of precompilation + loadtime
This was noticed by @staticfloat, I just open an issue so it doesn't get forgotten. I created two packages, the only difference is that one include…
9
comments