Skip to content

No labels!

There aren’t any labels for this repository quite yet.

domain:statistics
domain:statistics
The Statistics stdlib module
domain:strings
domain:strings
"Strings!"
domain:tooling
domain:tooling
domain:traits
domain:traits
Traits, sometimes called Tim Holy Traits
domain:types and dispatch
domain:types and dispatch
Types, subtyping and method dispatch
domain:unicode
domain:unicode
Related to unicode characters and encodings
existential crisis
existential crisis
external dependencies
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
GC
GC
Garbage collector
good first issue
good first issue
Indicates a good issue for first-time contributors to Julia
Hacktoberfest
Hacktoberfest
Good for Hacktoberfest participants
keyword arguments
keyword arguments
f(x; keyword=arguments)
kind:asan trophy case
kind:asan trophy case
Bugs found using asan
kind:breaking
kind:breaking
This change will break code
kind:bug
kind:bug
Indicates an unexpected problem or unintended behavior
kind:bugfix
kind:bugfix
This change fixes an existing bug
kind:correctness bug ⚠
kind:correctness bug ⚠
Bugs that are likely to lead to incorrect results in user code without throwing
kind:deprecation
kind:deprecation
This change introduces or involves a deprecation
kind:don't squash
kind:don't squash
Don't squash merge
kind:duplicate
kind:duplicate
Indicates similar issues or pull requests
kind:embarrassing-bugfix
kind:embarrassing-bugfix
Whoops!
kind:excision
kind:excision
Removal of code from Base or the repository
kind:experimental
kind:experimental
kind:feature
kind:feature
Indicates new feature / enhancement requests
kind:heisenbug
kind:heisenbug
This bug occurs unpredictably
kind:invalid
kind:invalid
Indicates that an issue or pull request is no longer relevant
kind:julep
kind:julep
Julia Enhancement Proposal
kind:kernel bug 🤯
kind:kernel bug 🤯
This is really a bug in the underlying OS kernel
kind:minor change
kind:minor change
Marginal behavior change acceptable for a minor release
kind:potential benchmark
kind:potential benchmark
Could make a good benchmark in BaseBenchmarks