Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Nov 28, 2019
1 parent 1695b6c commit e727b85
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@

Tricks.jl is an experimental package that does tricks with the with Julia edge system.

It is presently unregistered. So install via
```
pkg> add https://github.com/oxinabox/Tricks.jl/
```


Currently it has 1 trick:
`static_hasmethod`.
This is like `hasmethod` but it does not trigger any dynamic lookup of the method table.
Expand All @@ -25,6 +19,7 @@ If methods are added, recompilation is triggered.
This is based on https://github.com/JuliaLang/julia/pull/32732
and that thread should be read before use.

**If you can make a reproducable case of `static_hasmethod` not working please post in [#2](https://github.com/oxinabox/Tricks.jl/issues/2)**

### We can use this to declare traits.
For demonstration we include versions based on static and nonstatic `has_method`.
Expand Down

3 comments on commit e727b85

@oxinabox
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@oxinabox
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/5974

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" e727b85b50f2876de0e8115447cf46998b744227
git push origin v0.1.0

Please sign in to comment.