Skip to content

Commit

Permalink
Small tweaks to utility scripts (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jun 30, 2020
1 parent 8b496f3 commit c9f2878
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion utils/dev.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Pkg
rootdir = @__DIR__
rootdir = dirname(@__DIR__)
Pkg.develop([
PackageSpec(path=joinpath(rootdir,"SnoopCompileCore")),
PackageSpec(path=joinpath(rootdir,"SnoopCompileAnalysis")),
Expand Down
1 change: 0 additions & 1 deletion utils/register.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ end

function register_all()
for pkg in ("SnoopCompileCore", "SnoopCompileAnalysis", "SnoopCompileBot", "SnoopCompile")
Pkg.develop(pkg)
pkgsym = Symbol(pkg)
@eval Main using $pkgsym
register(getfield(Main, pkgsym)::Module)
Expand Down

0 comments on commit c9f2878

Please sign in to comment.