wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

Quill doesn't update "package require" version for unprovided packages #35

Closed wduquette closed 9 years ago

wduquette commented 9 years ago

Version: 0.3.0

In the pkgModules.tcl file for notebook's notebookdb lib, it requires markupparser. markupparser is a package in the same project; it is not "provided" as a public package. On "quill info", Quill complains that markupparser is not listed in project.quill.

Instead, it should observe that there is a lib/markupparser directory, and treat it as a project library.