sv2v icon indicating copy to clipboard operation
sv2v copied to clipboard

No option for package search

Open MrJake222 opened this issue 8 months ago • 1 comments

Hi,

I have a problem (of sorts). All packages have to be provided explicitly by listing them in [FILES]. The issue:

sv2v: could not find package "prim_secded_pkg"
CallStack (from HasCallStack):
  error, called at src/Convert/Package.hs:685:42 in main:Convert.Package

No auto-resolving here. What I'd like to have is an option simillar to -y or -I to search for packages automatically.

MrJake222 avatar Apr 09 '25 10:04 MrJake222

Is there an existing standard flag name for this behavior in other tools? The feature seems doable, but I'm not sure if it should be a separate argument (e.g., --pkgdir) or if I should reuse -y/--libdir for this purpose, "library" being a fairly generic term.

zachjs avatar May 18 '25 19:05 zachjs