JuliaAttic / QuBase.jl

A foundational library for quantum mechanics in Julia
Other
43 stars 6 forks source link

Resolve issue with new Tuple syntax in LabelBasis. #26

Closed acroy closed 9 years ago

acroy commented 9 years ago

This is an attempt to resolve the Travis failure for julia 0.4 by using the Compat package and new Tuple syntax.

acroy commented 9 years ago

Has anyone an idea what goes wrong? It's probably something trivial, but I can't figure it out ...

acroy commented 9 years ago

Ok, my original problem was somehow related to my editor not inserting the right kind of line break (or me being too stupid). Anyways, Travis works again, but there are tons of warnings. I am not sure if we want to address them now or wait until 0.4 has stabilized? But this should be a separate PR ...

jrevels commented 9 years ago

Awesome job, thanks for figuring this out! Sorry about not lending a hand - I was busy with QuDirac stuff yesterday.

acroy commented 9 years ago

@jrevels No problem; the hardest part was figuring out the missing new line character :-) What shall we do about the warnings?