Shilad Sen
Shilad Sen
Thanks. I'm attempting to work around it. If I can't, I'll create a PR for it.
@mkroetzsch @fer-rum I ended up publishing my own forked maven repos (e.g. http://search.maven.org/#artifactdetails%7Corg.wikibrainapi%7Cwdtk-distribution%7C0.3.3.shilad%7Cpom), so I'm fine for the moment. My pull request is now invalid because the pom metadata is...
Markus, My original question was indeed specifically about maven releases, and I do think an automated mvn SNAPSHOT release against master would solve the issue. I ended up releasing my...
Thank you! This looks like a bug related to Java versions. I think the code runs under Java8 but not Java7. However, I'm quite certain with a small change we...
I compiled 0.7.4 with Java7. Would you please give it a try?
YES! Great ideas. Could you separate these into separate issues and go at them? On Fri, Apr 4, 2014 at 1:56 PM, Toby Li [email protected] wrote: > It can be...
I've tested, but not in the last few releases. That stuff _should_ all be written correctly as long as you've selected Postgres as your main database. Could you attach the...
Good idea. Could you create a separate bug for that, and rename this one to be more specifically about PG? What happens if you add a fake password? Everything looks...
Commenting out the update to DMLC_LDFLAGS in line 73 of dmlc.mk in dmlc-core seems to fix this, but that doesn't seem like the correct solution.
I'm worried because the makefile is part of dmlc-core and it is used by other projects. A fix for wormhole may result in some other broken project.