Skip to content

Comments

v0.0.4 alpha#73

Draft
bryanmikaelian wants to merge 4 commits intomainfrom
v0.0.4-alpha
Draft

v0.0.4 alpha#73
bryanmikaelian wants to merge 4 commits intomainfrom
v0.0.4-alpha

Conversation

@bryanmikaelian
Copy link
Collaborator

No description provided.

bryanmikaelian and others added 4 commits June 7, 2025 19:43
* CLAUDE.md init

* Update CLAUDE.md

* CLAUDE.md updates
* Start using a defhandler macro for defining handlers

* Polylith commands

* Fix tests

* Fix linting
[clojure.test :refer [deftest testing is]]
[com.vennbilling.http.interface :refer [defhandler]]))

(defhandler test-handler [_request]

Choose a reason for hiding this comment

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

[clj-kondo] reported by reviewdog 🐶
Unresolved symbol: test-handler

[clojure.test :refer [deftest testing is]]
[com.vennbilling.http.interface :refer [defhandler]]))

(defhandler test-handler [_request]

Choose a reason for hiding this comment

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

[clj-kondo] reported by reviewdog 🐶
Unresolved symbol: _request

(defhandler test-handler [_request]
[:ok {:message "test"}])

(defhandler test-created-handler [_request]

Choose a reason for hiding this comment

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

[clj-kondo] reported by reviewdog 🐶
Unresolved symbol: test-created-handler

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.

1 participant