[Dune] [#893] Module suggestions are inherited as dependencies.

Dune flyspray at dune-project.org
Wed Apr 27 17:36:29 CEST 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#893 - Module suggestions are inherited as dependencies. 
User who did this - Christian Engwer (christi)

----------
Obviously the current behavior is broken, but it is not so obvious to me what the correct solution would be.
Consider the following example:
  a suggests on b
  b depends on c
now once we try to linearize these dependencies, I'd first suggest
  a suggest b
  a suggest c
but what happens if I have a and b installed?
The test will find b and try to use it, which doesn't work, as c is missing, which is wrong as well. To fix this issue it would be necessary to use the actual graph build the test in dependencies.m4. I don't  know yet, how much work this would involve.


----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=893#comment2518

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list