Nicolas Rouquette
Nicolas Rouquette
`net.virtualvoid.sbt.graph.backend.SbtUpdateReport.fromConfigurationReport()` has a hardcoded rule for selecting a "jar" file for a given `ModuleReport`: https://github.com/jrudolph/sbt-dependency-graph/blob/master/src/main/scala/net/virtualvoid/sbt/graph/backend/SbtUpdateReport.scala#L37 It would be helpful to pass an artifact file selector to this function; something like...
I noticed that for both ivy & sbt reports, the metadata about the root Module is incomplete; in particular, there is no license information. For Ivy reports, the root module...
The Github schema uses lists of enums in several places; e.g.: ``` { "kind": "INTERFACE", "name": "RepositoryOwner", "description": "Represents an owner of a Repository.", "fields": [ ... { "name": "pinnedRepositories",...
Is it possible to publish the leon library as a maven jar with sources such that one could write scala code with a dependency on the leon library maven jar/source...
Fixes #304 I use the leon library in another project where I compile it with these settings: ``` scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8", // yes, this is 2 args...
I like to compile my scala code with these flags: ``` scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8", // yes, this is 2 args "-feature", "-language:existentials", "-language:higherKinds", "-language:implicitConversions", "-unchecked", "-Xfatal-warnings", "-Xlint",...
I built leon on my machine (MacOSX Yosemite, 10.10.3) I see that the leon script includes in the SCALACLASSPATH. To make it easier to see what's going on, I edited...
I made a reproducible example of several problems I experienced with `apollo-scalajs-core` version 0.5.0. https://github.com/NicolasRouquette/apollo-scalajs-core-example See the README for problems with the doc. To reproduce the problem with a missing...
http://ecco-rsgtools.rhcloud.com/ Load imported ontologies: No Use the files from the attached zip [base.zip](https://github.com/rsgoncalves/ecco/files/1109700/base.zip) I got: ``` type Exception report message Could not load imported ontology: Cause: imce.jpl.nasa.gov description The server...
I'm trying to use ecco to diff changes in these ontologies: https://github.com/JPL-IMCE/gov.nasa.jpl.imce.ontologies.public/tree/master/ontologies ``` ./ecco.sh -ont1 `pwd`/C/imce.jpl.nasa.gov/foundation/base/base.owl -ont2 `pwd`/W/imce.jpl.nasa.gov/foundation/base/base.owl -r -c at -v starting ecco... ------------------------------------------------------------------- ecco: a diff tool for...