Skip to content

Commit

Permalink
fix: update failing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 21, 2024
1 parent 451ec90 commit b42d75f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/posts/clojurists-together/2020-October-16-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,17 @@ Reviewed Clojure CLI support for other [Clojure aware editors](https://practical
Calva only seems to allow the use of `-A` flag when using its jack-in feature, so [issue #826 raised](https://github.com/BetterThanTomorrow/calva/issues/826) for awareness of the change in Clojure CLI tools.

### Spacevim issue

Spacevim [fails to run the REPL using Command Line tools on Unix systems](https://github.com/SpaceVim/SpaceVim/issues/3931), picking up the wrong executable name. Suggested [a quick hack to fix the issue](https://github.com/SpaceVim/SpaceVim/issues/3931#issuecomment-720140933) to help the community create a suitable fix in vimscript.


---
Thank you.

[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}

[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button}

[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button}
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button}
20 changes: 18 additions & 2 deletions docs/posts/clojurists-together/2020-September-01-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ Updated sections on [H2 Database](https://practical.li/clojure-web-services/rela


## Practicalli Clojure
Added [core principles for writing effective unit tests](https://practical.li/clojure/testing/unit-testing/) in Clojure. Included project configuration examples of unit tests for Leiningen and Clojure CLI tools. Also included example configuration for Emacs CIDER test runner and link to the test runner configurations in [practicalli/clojure-cli-config](https://github.com/practicalli/clojure-cli-config/tree/qualified-alias-keywords-and-new-flags).

Added [core principles for writing effective unit tests](https://practical.li/clojure/testing/unit-testing/) in Clojure. Included project configuration examples of unit tests for Leiningen and Clojure CLI tools.

Included example configuration for Emacs CIDER test runner and link to the test runner configurations in [practicalli/clojure-cli-config](https://github.com/practicalli/clojure-cli-config/?tab=readme-ov-file#unit-testing-frameworks).


## Clojure CLI Config

## Clojure deps.edn
Created a draft guide to changes in the next release of the Clojue CLI tools, to understand the significance of the changes it introduces. The `-X` flag for executing a function with EDN arguments (hash-map arguments) has already been introduced and the new release depreciates the generic `-A` alias in favor of `-M`. In the long term using the `-X` flag with functions that take a structured argument looks to be an excellent approach.

Started a redesign of practicalli/clojure-cli-config using qualified keywords for alias names. The Library repositories keyword, `:mvn/repos`, is already qualified, so this redesign brings the aliases in line with that style. The alias keywords are prepended with names to communicate the category of purpose for each alias, e.g. repl, project, env, lib, inspect, build, deploy.
Expand All @@ -49,4 +53,16 @@ Add project/check to give detailed report on compilation issues for a project
UPDATE: all aliases in [Practicalli CLI Config](https://github.com/practicalli/clojure-cli-config) use fully qualified names.

## Practicalli Spacemacs

Resolved simple bug fixes raised by the community.

---
Thank you.

[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}

[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button}

[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button}
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button}
2 changes: 1 addition & 1 deletion docs/posts/clojurists-together/2022-2023-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ New articles:
- [Make Clojure development tasks simple and consistent](https://practical.li/blog/posts/make-clojure-tasks-simple-and-consistent/)
- [ practicalli/clojure-app-template Makefile](https://github.com/practicalli/clojure-app-template/blob/main/Makefile)
- [ClojureScript workflow with Clojure CLI tools and Figwheel-main](https://practical.li/blog/posts/clojurescript-workflow-with-clojure-cli-tools-and-figwheel-main/)
- [Adopting FreeDesktop.org XDG standard for development tools](https://practical.li/blog/posts/adopt-FreeDesktop.org-XDG-standard-for-configuration-files/)
- [Adopting FreeDesktop.org XDG standard for development tools](https://practical.li/blog/freedesktoporg-xdg-standard-for-clojure-development-tools/)
- [Building Emacs 28 on Ubuntu Linux](https://practical.li/blog/posts/build-emacs-28-on-ubuntu/)
- [Java 17 JDK for Clojure development](https://practical.li/blog/posts/java-17-lts-for-clojure-development/)

Expand Down
2 changes: 1 addition & 1 deletion docs/practicalli-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Early versions of the Practicalli books evolved from the lessons learned during

[Hack The Tower (Hack Together London)](https://hacktogetherldn.github.io/){target=_blank .md-button}

[Article: Hack The Tower 2013](https://jr0cket.co.uk/2013/02/hack-tower-february-2013/){target=_blank .md-button}
[Article: Hack The Tower 2013](https://jr0cket.co.uk/2013/02/hack-tower-february-2013.html.html){target=_blank .md-button}


## ClojureBridge London
Expand Down

0 comments on commit b42d75f

Please sign in to comment.