Skip to content

Commit

Permalink
Deprecate SnoopCompileBot in favor of CompileBot (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 17, 2020
1 parent 3f870cb commit d347178
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SnoopCompileBot/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "SnoopCompileBot"
uuid = "1d5e0e55-7d74-4714-b8d8-efa80e938cf7"
author = ["Amin Yahyaabadi <[email protected]>"]
version = "2.0.0"

[deps]
CompileBot = "877fb49a-56b0-480a-9049-319c0c353852"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
CompileBot = "< 2"
Reexport = "0.2"
julia = "1"
3 changes: 3 additions & 0 deletions SnoopCompileBot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SnoopCompileBot

This package is deprecated and renamed to CompileBot. See https://github.com/aminya/CompileBot.jl.
11 changes: 11 additions & 0 deletions SnoopCompileBot/src/SnoopCompileBot.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module SnoopCompileBot

@warn """This package is deprecated and renamed to CompileBot. See https://github.com/aminya/CompileBot.jl for more information."""

using Reexport

@reexport using CompileBot



end # module

0 comments on commit d347178

Please sign in to comment.