From 95b067e1356fb5b0143c9487ffc9950ddaa7df3a Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Mon, 3 Feb 2025 23:12:31 +0000 Subject: [PATCH] Remove mise for now --- CONTRIBUTING.md | 6 ------ mise.toml | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 mise.toml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52fd1422..1d5f1508 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,6 @@ Once you're happy with your changes, you can (maybe) write some tests and execut You can run `scripts/docker.sh` to drop into a fresh Ubuntu based Neovim environment with Conjure pre-installed from your working directory. This can be used to verify your changes in a clean room environment. -## Mise - -I'm beginning to experiment with [mise](https://mise.jdx.dev/) to manage some development dependencies. I'll probably eventually replace the makefile with it since I'm really happy with mise as a general development workflow tool. - -It's not essential right now, but it might make your time in the Conjure repo a little easier in the future. I also think it's a fantastic tool that's worth playing with. - ## Branches Contrary to old versions of Conjure, we now simply work on branches that target the `main` branch, I no longer use the `develop` staging branch and we can consider that obsolete just like the `master` branch. diff --git a/mise.toml b/mise.toml deleted file mode 100644 index 128ef370..00000000 --- a/mise.toml +++ /dev/null @@ -1,2 +0,0 @@ -[tools] -racket = '8.15'