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

Include specs in var-meta #69

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Conversation

dpsutton
Copy link
Contributor

@dpsutton dpsutton commented Sep 1, 2019

Wasn't threaded before so the value was computed and thrown away.

Before submitting a PR make sure the following things have been done:

  • The commits are consistent with our contribution guidelines
  • You've added tests to cover your change(s)
  • All tests are passing
  • The new code is not generating reflection warnings

Keep in mind that new orchard builds are automatically deployed to Clojars
once a PR is merged, but only if the CI build is green.

Thanks!

[clojure.test :refer :all]))
[clojure.test :refer :all]
[clojure.set :as set]
[clojure.spec.alpha :as s]))
Copy link
Member

Choose a reason for hiding this comment

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

The spec code should be conditionally added, as we still support Clojure 1.8.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah just saw the test matrix failure. I'll get to this tonight.

Wasn't threaded before so the value was computed and thrown away.
@dpsutton
Copy link
Contributor Author

dpsutton commented Sep 4, 2019

@bbatsov good to go

@bbatsov bbatsov merged commit 1b966fa into clojure-emacs:master Sep 4, 2019
@bbatsov
Copy link
Member

bbatsov commented Sep 4, 2019

Thanks!

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.

2 participants