JockLawrie / Schemata.jl

Schemata for tabular data sets in Julia.
Other
18 stars 2 forks source link

Update compat to support Parsers v2.0.0 release #23

Closed quinnj closed 3 years ago

quinnj commented 3 years ago

The Parsers.xparse contract changed from the v1.0 -> v2.0 release. It now returns a Parsers.Result{T} object that includes the code and val fields.

JockLawrie commented 3 years ago

Thanks Jacob, much appreciated!