Skip to content

Commit

Permalink
Merge pull request #174 from michaelb/dev
Browse files Browse the repository at this point in the history
Dev clojure repl-capable interpreter
  • Loading branch information
michaelb authored Jul 24, 2022
2 parents 54a9805 + 2cd7bab commit 72f0527
Show file tree
Hide file tree
Showing 10 changed files with 704 additions and 80 deletions.
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
## v1.2.6
- Clojure support (REPL-capable)
- Improved & simplified CI
- "Import" support level for Go

## v1.2.5
- SnipInfo in floating windows and decently fast
- auto + configurable error truncation
- Auto + configurable error truncation
- Lua_nvim REPL/non-REPL modes

## v1.2.4
- set Rust 1.55 as MSRV
- fix typo in documentation
- Set Rust 1.55 as MSRV
- Fix typo in documentation

## v1.2.3
- no signcolumn in Terminal display + fix line wrapping
- No signcolumn in Terminal display + fix line wrapping

## v1.2.2
- Run multiple code blocs at once in markup languages
Expand All @@ -24,7 +29,7 @@
- Lower ressources usage for REPL interpreters

## v1.1.2
- auto detection of entry point for many languages
- Auto detection of entry point for many languages
- CFLAGS and other variables
- Python3\_fifo plots work

Expand All @@ -38,24 +43,24 @@
- Python3\_fifo venv support + doc + fix indented bloc failure

## v1.0.6
- fix output with escape sequences
- Fix output with escape sequences

## v1.0.5
- fix issue with REPL interpreters staying active after nvim exit
- isolate backend REPL from different neovim instances
- Fix issue with REPL interpreters staying active after nvim exit
- Isolate backend REPL from different neovim instances

## v1.0.4
- fix python3 fifo and sage interpreters empty line in indented bloc bug
- Fix python3 fifo and sage interpreters empty line in indented bloc bug

## v1.0.3
- configurable filetypes
- Configurable filetypes

## v1.0.2
- fix issue with API functions & callbacks
- fix double checkhealt crash issue
- Fix issue with API functions & callbacks
- Fix double checkhealt crash issue

## v1.0.1
- fix issue when using sniprun with an empty config
- Fix issue when using sniprun with an empty config

## v1.0.0
- LCOV coverage
Expand Down
157 changes: 128 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sniprun"
version = "1.2.5"
version = "1.2.6"
authors = ["michaelb <[email protected]>"]
rust-version="1.31"
edition = "2018"
Expand Down
Loading

0 comments on commit 72f0527

Please sign in to comment.