Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Aug 29, 2021
1 parent 74059c3 commit 42abcbb
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 444 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ version = "0.1.4"

[deps]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
JET = "0.4.2"
JET = "0.5.0"
MacroTools = "0.5.6"
julia = "1.6"
julia = "1.7"

[extras]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Expand Down
2 changes: 0 additions & 2 deletions docs/src/toolset/dispatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ These macros/functions are the entries of dispatch analysis:
```@docs
@report_dispatch
report_dispatch
@analyze_dispatch
analyze_dispatch
@test_nodispatch
test_nodispatch
```
Expand Down
19 changes: 1 addition & 18 deletions src/JETTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ using JET.JETInterfaces
import JET:
get_cache_key

import Test:
record

# usings
# ======

Expand All @@ -33,9 +30,7 @@ using JET:
State,
@invoke,
@isexpr,
gen_call_with_extracted_types_and_kwargs,
get_reports,
print_reports
get_source

using .CC:
AbstractInterpreter,
Expand All @@ -54,16 +49,6 @@ using Core:
CodeInfo,
MethodInstance

using Test:
Test,
Pass, Fail, Broken, Error,
Threw,
get_testset,
TESTSET_PRINT_ENABLE,
AbstractTestSet,
DefaultTestSet,
FallbackTestSetException

# filters
# =======

Expand All @@ -79,8 +64,6 @@ end
include("dispatch.jl")

export
analyze_dispatch,
@analyze_dispatch,
report_dispatch,
@report_dispatch,
test_nodispatch,
Expand Down
Loading

0 comments on commit 42abcbb

Please sign in to comment.