Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10790] run_depends needed

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 10790] run_depends needed
  • Date: 30 Mar 2006 17:11:21 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10790


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|1.13.x |1.14.x




------- Additional Comments From acedit AT armory.com 2006-03-30 11:11 -------
just noting to myself, this is really the non-optional variant of suggests. So
it could be a duplicate but doesnt have to be. Implementation wise, this is
just
the version without a query.

Onto actual work to be done

libdepends:

add routines work_runtime_depends_spell and work_runtime_depends_provider,
they'll bottom out in private_common_depends as normal, but pcd will not put
anything in the $DEPENDS list, instead it'll get added to a $SUGGESTS list,
and
private_should_cast will check that in its laundry list.

the compute_install_depends routines will need options for whether or not to
include runtime depends in the tree or not, cast will use it without
runtime_depends, dispel and cleanse will probably use it with.

dispel shouldn't need much change, we'll need to figure out the dependency
type
for the proper message around line 500ish, otherwise stays the same

cleanse
need another case around line 359 in prune_depends
add runtime as a status for delint, line 192
need to figure out which depends tree flavor to use in --fix

gaze dependencies needs more function stubs
gaze depends might need an option to control the depends tree flavor



--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page