coli-saar / alto

Alto, the Algebraic Language Toolkit
Other
17 stars 2 forks source link

Upgrade to newest jgrapht version #51

Open jgroschwitz opened 5 years ago

jgroschwitz commented 5 years ago

The newest release of jgrapht is org.jgrapht:1.3.1, we use net.sf.jgrapht:0.8.3. This will probably add stability to our code and make our life easier, but also the API changed so this will be some work.

akoehn commented 5 years ago

I updated the dependencies when switching to gradle and the API changes were the reason to not upgrade to the newest version. Iirc, there was also no guide for upgrading so unless there is need, I would not do that.

alexanderkoller commented 5 years ago

Well, as Jonas said, there is the bug in #48 which will hopefully be fixed by a newer version of jgrapht.

akoehn commented 5 years ago

Sorry, did not see the cross-reference and replying at 2-3 am might not always be the best idea.