Skip to content

Commit

Permalink
Fix 0.6 primitive type declaration depwarn (#47) (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Feb 13, 2017
1 parent 77cb9bf commit 2911ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.4
Compat 0.9.5
Compat 0.17.0
BufferedStreams 0.2.1
2 changes: 1 addition & 1 deletion src/state.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# state transition:
# initialized => inprogress => finished => finalized

bitstype 8 State
@compat primitive type State 8 end

const initialized = reinterpret(State, 0x00)
const inprogress = reinterpret(State, 0x01)
Expand Down

0 comments on commit 2911ad2

Please sign in to comment.