Results 83 comments of Myroslav

Thank you for spotting this omission! I have created a Docker file with the example project and the complete environment needed to test it: https://gist.github.com/odisseus/e849e1800b79abee7c5bd69229ad0cfd Build and run the image:...

The error message does not appear if the wrong module name contains a slash, like `foo/bar`.

This issue returned after PR #1223 was merged. Every kind of problem with the module name argument is now treated as if that argument were missing, and the default module...

PR #1282 has [brought](https://github.com/propensive/fury/pull/1282/files#diff-585434c8ce4e375972307bf1bc53ab50L201) this issue back again. I see a pattern here...

What are those resources that cannot be shared between concurrent instances of Fury? I think that anything related to the compilation can be shared, because concurrent sessions would use the...

I'm not sure I understand your idea completely. A means to delete cached contents (such as repositories, source copies, layer imports) that belong to the current layer would be quite...

Here are events generated by editing `rebuild.scala` in Intellij: ``` > 1 Created! /home/virtuslab/devel/fury/src/build/rebuild.scala~ > 1 Modified! /home/virtuslab/devel/fury/src/build/rebuild.scala > 1 Deleted! /home/virtuslab/devel/fury/src/build/rebuild.scala~ ``` These events are generated when doing the...

Is this issue still relevant?

I'm not sure whether this problem still happens. This needs to be checked.

Yes, the compilation object is indeed dependent on the choice of project and module, but it is also dependent on the work directory. As I understand it, the combination of...