File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# SnoopCompile
22
3- [ ![ Build Status] ( https://github.com/timholy /SnoopCompile.jl/workflows/CI/badge.svg )] ( https://github.com/timholy /SnoopCompile.jl/actions?query=workflow%3A%22CI%22+branch%3Amaster )
4- [ ![ Codecov] ( https://codecov.io/github/timholy /SnoopCompile.jl/coverage.svg )] ( https://codecov.io/gh/timholy /SnoopCompile.jl )
3+ [ ![ Build Status] ( https://github.com/JuliaDebug /SnoopCompile.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaDebug /SnoopCompile.jl/actions?query=workflow%3A%22CI%22+branch%3Amaster )
4+ [ ![ Codecov] ( https://codecov.io/github/JuliaDebug /SnoopCompile.jl/coverage.svg )] ( https://codecov.io/gh/JuliaDebug /SnoopCompile.jl )
55
66SnoopCompile observes the Julia compiler, causing it to record the
77functions and argument types it's compiling. From these lists of methods,
@@ -10,4 +10,4 @@ loading packages and using them to do "real work."
1010
1111See the documentation:
1212
13- [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://timholy .github.io/SnoopCompile.jl/dev/ )
13+ [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaDebug .github.io/SnoopCompile.jl/dev/ )
Original file line number Diff line number Diff line change 954954 str = String (take! (io))
955955 @test occursin (r" inserting stale\( .* (in|@) StaleC.*invalidated:" , str)
956956 @test ! occursin (" mt_backedges" , str)
957- @test occursin (r" blocked.*InferenceTimingNode: .*/.* for StaleB.useA" , str)
957+ @test occursin (r" blocked.*InferenceTimingNode: .*/.* on StaleB.useA" , str)
958958
959959 Pkg. activate (cproj)
960960end
You can’t perform that action at this time.
0 commit comments