Simon, this is why I didn't want to merge the METADATA PR :D Tags, in the Github sense, are just an alias for a specific commit. A "tagged version" in the Julia METADATA sense is an entry in METADATA pointing at a specific commit - which is nice to git tag to make it easier to keep track of thing, e.g. when functionality was added
On Friday, July 25, 2014 11:56:20 AM UTC-4, Simon Danisch wrote: > > Okay... > I just tested it now with a clean install, hope this works now! > > Am Freitag, 25. Juli 2014 15:45:15 UTC+2 schrieb Simon Danisch: >> >> Hi, >> I actually wanted to wait until my packages got accepted to METADATA, but >> this seems to be a more lengthy process. >> As a lot of people try things out on the weekends, I thought I put it out >> here anyways and collect some feedback on package structure and the >> plotting. >> There are a few more infos on the Github page: >> https://github.com/SimonDanisch/GLPlot.jl >> >> You can add the package with Pkg.clone(" >> https://github.com/SimonDanisch/GLPlot.jl") >> You'll also need: >> Pkg.clone("https://github.com/SimonDanisch/GLWindow.jl.git") >> Pkg.clone("https://github.com/SimonDanisch/GLAbstraction.jl.git") >> Pkg.clone("https://github.com/JuliaGL/ModernGL.jl.git") >> >> Hope it works for you! >> Feedback, bug reports, criticisms and collaboration ideas are more than >> welcome! =) >> >> Best, >> Simon >> >>
