Javier Neira

Results 527 comments of Javier Neira

This is a big one! i think it is in some way a duplicate of #423 Anyway, imo it would not have to be a high priority goal, except as...

Maybe we could name this one `java-provided` or `java-sources-provided` to be consistent with the behaviour of `maven-provided` (see #290)?

Hi! I am afraid that there is no precompiled binaries for freebsd so you may try build eta [from source](https://eta-lang.org/docs/user-guides/eta-user-guide/installation/source) and use the gradle plugin options: ``` eta { useSystemEta...

`--enable-coverage` would override the options set in the config files for local packages, being equivalent to top level, out of any package stanza, `coverage: true` in theory of course

mmm, i guess `cabal.project` has no `packages` field or it does not point to any dir containing a .cabal file. The message is wrong in this case but ``` For...

The clearly wrong part is: ``` cabal.exe: There is no .cabal package file or cabal.project file. To build packages locally you need at minimum a .cabal file. You can use...

I would labeled this as a bug, as there is a clearly wrong error message. `Warning: There are no packages or optional-packages in the project` should be an error, an...

In #5121 it was suggested to replace ``` cabal: There is no .cabal package file or cabal.project file. To build packages locally you need at minimum a .cabal file. You...

> You mean in https://github.com/haskell/cabal/issues/5121? I think the first line of the new message is fine. Yeah it was 5121 (i ve corrected the comment) The problem is the message...

Related; #5850. There is a pr to improve docs, but the error message should help too and it is more important than docs.