Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Add missing dependency on clojure.set #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcharaoui
Copy link

This fixes the testsuite in a Debian build environment.

@jcharaoui jcharaoui requested a review from a team as a code owner July 9, 2022 04:32
Copy link
Contributor

@mwaggett mwaggett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! Just one small suggestion.

Are you hoping for a release of this soon or can it wait until something more significant triggers a release? I don't know of any planned changes, so I can't say exactly when that would be.

@@ -1,6 +1,7 @@
(ns puppetlabs.trapperkeeper.services.metrics.metrics-testutils
(:import (com.codahale.metrics.graphite GraphiteSender))
(:require [schema.core :as schema]))
(:require [schema.core :as schema]
[clojure.set]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be good to do

Suggested change
[clojure.set]))
[clojure.set :as set]))

and then update the use of clojure.set/union to set/union. That is the pattern we tend to follow in other repos.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no hurry, until the next release we can carry a patch in the package without issue. Thanks!

@CLAassistant
Copy link

CLAassistant commented Apr 19, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants