Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

False positive on Kaocha #126

@fuadsaud

Description

@fuadsaud

Steps to reproduce

Minimal project.clj:

(defproject ancient-minimal "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "http://example.com/FIXME"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
            :url "https://www.eclipse.org/legal/epl-2.0/"}
  :dependencies [[org.clojure/clojure "1.11.1"]
                 [lambdaisland/kaocha-cloverage "1.0.75"]]

  :plugins [[lein-ancient "1.0.0-RC3"]]
  :repl-options {:init-ns ancient-minimal.core})
lein ancient

Expected output

all artifacts are up-to-date.

Actual output

[lambdaisland/kaocha-cloverage "1.0-45"] is available but we use "1.0.75"

Notes

This issue on version-clj appears to refer to the same problem. Indeed I was not able to reproduce this using the latest version of version-clj (2.0.2), which is the one that lein-ancient 1.0.0-RC3 appears to be using.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions