Ticket #91 (closed Defect: fixed)

Opened 4 months ago

Last modified 2 months ago

requireExact doesn't see sealed/local packages

Reported by: UnFleshed One Assigned to: isak
Priority: Medium Milestone:
Component: main Version: 1.2.5
Severity: Normal Keywords:
Cc:

Description

There is some obviously dead code in _retrieveLocalPackage(), which wouldn't be executed for unversioned rootnames, because of (correct) condition, and which won't be executed for versioned rootnames either, because another (incorrect) condition compares versioned rootname with unversioned one.

I'll attach patch later.

Attachments

apkg-dep.patch (1.1 kB) - added by UnFleshed One on 06/02/08 16:23:06.

Change History

06/02/08 16:23:06 changed by UnFleshed One

  • attachment apkg-dep.patch added.

06/02/08 16:26:11 changed by UnFleshed One

Patch attached. Seems to work for me. I'm not sure if best_candidate_if and best_candidate_pv needs to be set as well.

08/03/08 12:37:15 changed by Jan-Nik

  • status changed from new to closed.
  • resolution set to fixed.

Looks okay to me too. I applied your patch in r2489.