dcjones / Judo.jl

A Julia document generator
Other
57 stars 13 forks source link

Warnings and Error on Julia 0.4 (mdjl branch) #20

Open diegozea opened 8 years ago

diegozea commented 8 years ago
diego@SIRRAH:~$ cat example.md 

---
title: Example
author: DZ
order: 1
...

# I

diego@SIRRAH:~$ /home/diego/.julia/v0.4/Judo/bin/judo example.md 

Warnings:

WARNING: Union(args...) is deprecated, use Union{args...} instead.
WARNING: Base.String is deprecated, use AbstractString instead.

Error:

ERROR: LoadError: unrecognized keyword argument "pandocargs"
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:308
 in _start at ./client.jl:411
while loading /home/diego/.julia/v0.4/Judo/bin/judo, in expression starting on line 39
IainNZ commented 8 years ago

The warnings are fixed by https://github.com/dcjones/Judo.jl/pull/19