Skip to content

Commit

Permalink
Add precompile statement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 15, 2018
1 parent d9cfd43 commit 45bfb1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# TableShowUtils.jl v0.0.2 Release Notes
* Add precompile statement

# TableShowUtils.jl v0.0.1 Release Notes
* Initial release
1 change: 1 addition & 0 deletions src/TableShowUtils.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__precompile__()
module TableShowUtils

function printtable(io::IO, source, typename::AbstractString; force_unknown_rows=false)
Expand Down

0 comments on commit 45bfb1d

Please sign in to comment.