Popular repositories Loading
-
intro-statistical-modeling
intro-statistical-modeling Public『データ解析のための統計モデリング入門』の勉強ノート
-
JETTest.jl
JETTest.jl Public archiveadvanced testing toolset for the Julia programming language
-
-
juliacon2021-workshop-pkgdev
juliacon2021-workshop-pkgdev PublicThe repository for JuliaCon2021 workshop "Package development: improving engineering quality & latency"
1,725 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
July 2025
Created 169 commits in 14 repositories
Created 2 repositories
-
aviatesk/local-rag-experiments
Python
This contribution was made on Jul 18
-
aviatesk/JETLS-Demo
Julia
This contribution was made on Jul 8
Created a pull request in aviatesk/JETLS.jl that received 9 comments
add TestRunner.jl integration for inline test execution
This commit introduces integration with TestRunner.jl to enable inline test execution directly from the editor. The implementation provides code lens
+1,592
−94
lines changed
•
9
comments
Opened 71 other pull requests in 11 repositories
aviatesk/JETLS.jl
43
merged
5
open
-
formatting: Add Runic integration
This contribution was made on Jul 24
-
LSP: add "formatting" definitions
This contribution was made on Jul 23
-
testrunner: use latest TestRunner.jl implementation
This contribution was made on Jul 22
-
fix ci.yml
This contribution was made on Jul 17
-
select_target_binding_definitions: support
@label
identifierThis contribution was made on Jul 16 -
surface-analysis: fix issues with werid
@nospecialize
expandThis contribution was made on Jul 15 -
signature-help: Support non-paren macro calls again
This contribution was made on Jul 13
-
use
@something
extensivelyThis contribution was made on Jul 13 -
inlay-hints: show
end module
suffixThis contribution was made on Jul 12 -
ast: add tests, add
next_nontrivia
, fixprev_nontrivia
This contribution was made on Jul 11 -
TokenCursor: add more
iterator
interface definitionsThis contribution was made on Jul 11 -
make
byte_ancestors
return empty list for out-of-range positionsThis contribution was made on Jul 8 -
ast: make
get_source_range
work withJS.SyntaxNode
This contribution was made on Jul 8 -
wip: inlay-hint: prototype inferred return types hint
This contribution was made on Jul 8
-
LSP: add inlay-hint definitions
This contribution was made on Jul 8
-
re-support untitled editors
This contribution was made on Jul 7
-
wip: LSAnalyzer: report no method error
This contribution was made on Jul 7
-
synchronize
testsetinfos
bydidChangeDocument
notificationThis contribution was made on Jul 7 -
wip: implement
--trim
analyzer and LS integrationThis contribution was made on Jul 7 -
diagnostics: fix
lowering_diagnostics
edge caseThis contribution was made on Jul 7 -
Extract LSP module into separate package
This contribution was made on Jul 6
-
fix `broken test cases
This contribution was made on Jul 6
-
diagnostics: set
resultId
for the pull model diagnosticsThis contribution was made on Jul 6 -
fix
lsrender
to takeMarkdown.[Table|LaTeX]
This contribution was made on Jul 6 -
testrunner: add support for running individual
@test
cases via actionsThis contribution was made on Jul 6 - Some pull requests not shown.
aviatesk/TestRunner.jl
1
open
8
merged
-
show stacktrace
This contribution was made on Jul 22
-
fix world age issue
This contribution was made on Jul 6
-
app: support precompilation really
This contribution was made on Jul 4
-
Add
--json
optionThis contribution was made on Jul 4 -
re-add CI workflows
This contribution was made on Jul 3
-
set up
LOAD_PATH
manually in app.jlThis contribution was made on Jul 3 -
Add
runtests
function for multi-file test executionThis contribution was made on Jul 2 -
correctly execute
include
d testsThis contribution was made on Jul 2 -
setup CI
This contribution was made on Jul 1
JuliaLang/julia
4
merged
-
Test: improve type stabilities
This contribution was made on Jul 23
-
trimming: explictly add Libdl dep for test/trimming/basic_jll.jl
This contribution was made on Jul 13
-
Test: Add compiler hint for
ts
variable definedness in@testset for
This contribution was made on Jul 13 -
Markdown: Make
Table
/LaTeX
objects subtypes ofMarkdownElement
This contribution was made on Jul 6
aviatesk/JET.jl
3
merged
-
use fixed world age for
JETAnalzyer
andOptAnalyzer
This contribution was made on Jul 7 -
remove
ReportPass
This contribution was made on Jul 7 -
use LoweredCodeUtils v3.4
This contribution was made on Jul 2
JuliaDebug/JuliaInterpreter.jl
1
merged
-
minor updates
This contribution was made on Jul 23
timholy/Revise.jl
1
open
-
separate
RelocatableExpr
into a subpackageThis contribution was made on Jul 15
JuliaDebug/Cthulhu.jl
1
merged
-
CthulhuCompilerExt: initialize
CONFIG
in__init__
This contribution was made on Jul 9
JuliaLang/JuliaSyntax.jl
1
merged
-
build_tree: clarify accepted keyword arguments
This contribution was made on Jul 3
c42f/JuliaLowering.jl
1
merged
-
make
showprov()
able to take optional keyword arguments forhighlight()
This contribution was made on Jul 2
JuliaDebug/LoweredCodeUtils.jl
1
merged
-
Fix missing
interp
argument inlookup_return
callThis contribution was made on Jul 1
JuliaEditorSupport/zed-julia
1
merged
-
add instructions to switch
julia
executableThis contribution was made on Jul 1
Reviewed 26 pull requests in 6 repositories
aviatesk/JETLS.jl
15 pull requests
-
Improve robustness to lowering failures
This contribution was made on Jul 21
-
implement basic configuration system
This contribution was made on Jul 20
-
Add JETLS_DEBUG_LOWERING for JL-related logging
This contribution was made on Jul 17
-
select_target_binding_definitions: support
@label
identifierThis contribution was made on Jul 16 -
Allow macros through JuliaLowering
This contribution was made on Jul 16
-
ast: add tests, add
next_nontrivia
, fixprev_nontrivia
This contribution was made on Jul 12 -
Bump JuliaSyntax and JuliaLowering for macro support
This contribution was made on Jul 11
-
make
byte_ancestors
return empty list for out-of-range positionsThis contribution was made on Jul 11 -
re-support untitled editors
This contribution was made on Jul 7
-
add TestRunner.jl integration for inline test execution
This contribution was made on Jul 5
-
hover: improve Markdown appearance
This contribution was made on Jul 4
-
test: fix
test_single_cv
to use the correct targetThis contribution was made on Jul 3 -
test: refactor completion and signature-help test utilities
This contribution was made on Jul 3
-
use "│" as the default cursor marker
This contribution was made on Jul 3
-
test: use correct
matcher
inwith_local_definitions
This contribution was made on Jul 1
JuliaDebug/LoweredCodeUtils.jl
3 pull requests
-
methoddef!
: usemt => sig
format when filling insignatures
This contribution was made on Jul 15 -
Move a using statement into the correct location for VS Code ext
This contribution was made on Jul 15
-
Use Compiler.IRShow instead of Base.IRShow
This contribution was made on Jul 9
JuliaDebug/JuliaInterpreter.jl
2 pull requests
-
avoid going into subtyping for checking if a function is a
Core.Builtin
This contribution was made on Jul 23 -
avoid
args
getting boxed inmaybe_evaluate_builtin
This contribution was made on Jul 22
JuliaDebug/Cthulhu.jl
2 pull requests
-
Re-enable (and fix) terminal tests
This contribution was made on Jul 20
-
Fix tests for nightly
This contribution was made on Jul 14
JuliaLang/julia
2 pull requests
-
[REPL] Handle empty completion, keywords better
This contribution was made on Jul 19
-
[release-1.12] Workaround poor inlining behavior for
if @generated
functionsThis contribution was made on Jul 15
zed-industries/zed
2 pull requests
-
workspace: Add editor-only zoom command
This contribution was made on Jul 11
-
lsp: Complete overloaded signature help implementation
This contribution was made on Jul 2