Compare commits

...

3 Commits

Author SHA1 Message Date
fundamental 178a970a6a WIP 2018-09-09 12:39:38 -04:00
fundamental 864717d123 WIP 2018-09-09 12:37:29 -04:00
fundamental 119ed9de70 Remove 0.6 Support + Add "using Printf" 2018-09-09 12:34:17 -04:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
language: julia
julia:
- 0.6
julia:
- 0.7
- 1.0
- nightly

View File

@ -16,7 +16,7 @@
module OSC
using Base.Printf
using Printf
import Base: show, getindex
export OscMsg, path
@ -325,7 +325,7 @@ function showField(io::IO, msg::OscMsg, arg_id)
'T' true;
'F' false;
'I' Inf;
'N' Void]
'N' Nothing]
dict = Dict{Char, Any}(zip(Vector{Char}(map[:,1][:]),map[:,2][:]))
typeChar::Char = argType(msg, arg_id)
value = msg[arg_id]