• v0.1.2 4047df286c

    dep-fetcher 0.1.2: multi-path resolution + accept untagged dev-state when manifest matches pin

    calic released this 2026-05-31 12:08:57 +00:00 | 0 commits to master since this release

    • resolve_libs_dirs / resolve_modules_dirs return arrays of candidate
      paths (priority: opts override > opts.install_root-derived >
      engine.libs_dirs() / modules_dirs() > SPOREL_*_DIR env >
      install_root-derived fallback). first_existing walks the array to
      find the candidate that actually contains the requested manifest,
      so dev-tree layouts with libs and modules in different roots work
      without forcing the caller to pre-flatten.
    • New case G: when describe fails because the repo has no tags at
      all (common during dev between tagged releases), accept the lib
      if its manifest.version matches the pin. Previously errored as
      "describe-fail" which made the pre-launch dep-check unusable in
      dev-tree runs.
    • Dep pin: lib-core.git 0.1.0 -> 0.2.0 (token-auth + set_token).
    Downloads