Skip to content

Commit 4242f41

Browse files
authored
Update README links to reflect new repository (#438)
Also fixes one doctest left over from #437
1 parent 5e7b729 commit 4242f41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
SnoopCompile observes the Julia compiler, causing it to record the
77
functions 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

1111
See 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/)

test/snoop_inference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ end
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)
960960
end

0 commit comments

Comments
 (0)