Skip to content

Commit

Permalink
Merge pull request #50 from pmonks/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Feb 13, 2024
2 parents 0a03ecd + bf43b27 commit 723a47e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| | | |
|---:|:---:|:---:|
| [**release**](https://github.com/pmonks/for-science/tree/release) | [![CI](https://github.com/pmonks/for-science/workflows/CI/badge.svg?branch=release)](https://github.com/pmonks/for-science/actions?query=workflow%3ACI+branch%3Arelease) | [![Dependencies](https://github.com/pmonks/for-science/workflows/dependencies/badge.svg?branch=release)](https://github.com/pmonks/for-science/actions?query=workflow%3Adependencies+branch%3Arelease) |
| [**dev**](https://github.com/pmonks/for-science/tree/dev) | [![CI](https://github.com/pmonks/for-science/workflows/CI/badge.svg?branch=dev)](https://github.com/pmonks/for-science/actions?query=workflow%3ACI+branch%3Adev) | [![Dependencies](https://github.com/pmonks/for-science/workflows/dependencies/badge.svg?branch=dev)](https://github.com/pmonks/for-science/actions?query=workflow%3Adependencies+branch%3Adev) |
| [**release**](https://github.com/pmonks/for-science/tree/release) | [![CI](https://github.com/pmonks/for-science/actions/workflows/ci.yml/badge.svg?branch=release)](https://github.com/pmonks/for-science/actions?query=workflow%3ACI+branch%3Arelease) | [![Dependencies](https://github.com/pmonks/for-science/actions/workflows/dependencies.yml/badge.svg?branch=release)](https://github.com/pmonks/for-science/actions?query=workflow%3Adependencies+branch%3Arelease) |
| [**dev**](https://github.com/pmonks/for-science/tree/dev) | [![CI](https://github.com/pmonks/for-science/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/pmonks/for-science/actions?query=workflow%3ACI+branch%3Adev) | [![Dependencies](https://github.com/pmonks/for-science/actions/workflows/dependencies.yml/badge.svg?branch=dev)](https://github.com/pmonks/for-science/actions?query=workflow%3Adependencies+branch%3Adev) |

[![Open Issues](https://img.shields.io/github/issues/pmonks/for-science.svg)](https://github.com/pmonks/for-science/issues)
[![License](https://img.shields.io/github/license/pmonks/for-science.svg)](https://github.com/pmonks/for-science/blob/release/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions resources/build-info.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:hash "1f390c802b7b1c3d6c71bbc8da3ef3880da15958",
:date #inst "2024-02-13T22:53:02.099-00:00",
{:hash "34b07191cb3c9239c4673a8bc6d048621950fff3",
:date #inst "2024-02-13T23:41:51.349-00:00",
:repo "https://github.com/pmonks/for-science.git",
:tag "1.0.20240213"}
3 changes: 2 additions & 1 deletion src/for_science/commands.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(:require [clojure.string :as s]
[clojure.tools.logging :as log]
[sci.core :as sci]
[embroidery.api :as e]
[discljord.formatting :as df]
[discljord-utils.message-util :as mu]
[bot.commands :as cmd]
Expand All @@ -43,7 +44,7 @@
(when code
(log/debug "Evaluating Clojure forms:" code)
(let [result (try
(let [f (future
(let [f (e/future*
(try
(let [sw (java.io.StringWriter.)
result (sci/binding [sci/out sw
Expand Down

0 comments on commit 723a47e

Please sign in to comment.