Skip to content

Commit

Permalink
Triggering SnoopCompile bot
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 28, 2019
1 parent 862af43 commit 74ee865
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# https://github.com/marketplace/actions/create-pull-request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.6.1
uses: peter-evans/create-pull-request@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: Update precompile_*.jl file
Expand Down
178 changes: 0 additions & 178 deletions deps/SnoopCompile/precompile/precompile_MatLang.jl

This file was deleted.

9 changes: 5 additions & 4 deletions deps/SnoopCompile/snoopCompile.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using SnoopCompile

@snoopiBot "MatLang" begin
using MatLang, Pkg
include(joinpath(dirname(dirname(pathof(MatLang))), "examples","Language_Fundamentals", "usage_Matrices_and_Arrays.jl"))
include(joinpath(dirname(dirname(pathof(MatLang))), "examples","Language_Fundamentals", "usage_Entering_Commands.jl"))
include(joinpath(dirname(dirname(pathof(MatLang))), "examples","Language_Fundamentals", "Data_Types", "usage_Numeric_Types.jl"))
using MatLang
examplePath = joinpath(dirname(dirname(pathof(MatLang))), "examples")
include(joinpath(examplePath,"Language_Fundamentals", "usage_Entering_Commands.jl"))
include(joinpath(examplePath,"Language_Fundamentals", "usage_Matrices_and_Arrays.jl"))
include(joinpath(examplePath,"Language_Fundamentals", "Data_Types", "usage_Numeric_Types.jl"))
end
4 changes: 2 additions & 2 deletions src/MatLang.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
################################################################

# precompile
include("../deps/SnoopCompile/precompile/precompile_MatLang.jl")
_precompile_()
# include("../deps/SnoopCompile/precompile/precompile_MatLang.jl")
# _precompile_()

end # module

0 comments on commit 74ee865

Please sign in to comment.