-
Notifications
You must be signed in to change notification settings - Fork 0
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
Intern defnk #56
Closed
Closed
Intern defnk #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ensure proper dependency resolution
…unresolved-symbol exclusions The commit updates the `.clj-kondo/config.edn` configuration file to exclude the `defnk` macro from the `unresolved-symbol` linter checks, in addition to the existing exclusions. This change is likely made to prevent false positives from the linter for symbols that are valid in the project's context but not recognized by clj-kondo by default.
feat(bb.edn): add prismatic/plumbing dependency to bb.edn The specific dependency preparation step in the Dockerfile is removed to simplify the build process. Instead, the dependency is now declared in the bb.edn file, ensuring that all required dependencies are managed in a single, centralized configuration file. This change improves the maintainability of dependency management and streamlines the Docker build process.
chore(template/bb/Dockerfile): update babashka image to 1.3.187-SNAPSHOT The changes explain the use of a SNAPSHOT version of the babashka Docker image to access an unreleased feature (`defnk`) and prepare for a future upgrade to a stable release. The Dockerfile is updated accordingly to reflect this change.
…ed maps correctly
…script refactor(index.clj): remove direct intern of 'defnk', use 'interns' ns for side-effects feat(interns.clj): add new 'interns' namespace to manage interning of symbols
BREAKING CHANGE: Removal of custom defnk macro may affect existing codebases that rely on this macro from interns.clj. Users should replace usages with equivalent core or third-party macros.
refactor(bb-map-context/handler.clj): use destructuring in handler function for better code readability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.