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

pick up the package name when in deps file #195

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

agzam
Copy link
Contributor

@agzam agzam commented Nov 16, 2023

when called the command, it picks up the package name automatically if the buffer's filename is deps.edn or project.clj

There's no associated issue; the change is insignificant and doesn't break existing APIs, we can do without changelog update

when called the command, it picks up the package name automatically if
the buffer's filename is deps.edn or project.clj
@agzam agzam marked this pull request as ready for review November 16, 2023 01:40
urgggh... I hate elisp sometimes. symbol-name returns "nil" if you pass
nil to it and throws an error if you give it something like an empty
string. And there's no cond-> macro in elisp.
@borkdude borkdude merged commit b8d7a16 into babashka:main Nov 16, 2023
4 checks passed
@borkdude
Copy link
Contributor

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