Skip to content

Commit

Permalink
Merge pull request #203 from michaelb/dev
Browse files Browse the repository at this point in the history
julia --project, csharp, elixir
  • Loading branch information
michaelb authored Dec 28, 2022
2 parents dccb34d + ec998eb commit f7bcc0a
Show file tree
Hide file tree
Showing 19 changed files with 780 additions and 126 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
push:
tags:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cargo build --release --target x86_64-unknown-linux-gnu

unittest:
name: Unit & integration tests
name: unit & integration tests
runs-on: ubuntu-20.04
steps:

Expand All @@ -53,12 +53,16 @@ jobs:

- uses: dlang-community/setup-dlang@v1

- uses: erlef/setup-beam@v1
with:
otp-version: "23"
elixir-version: "1.14"


- name: Unit tests
run: cargo test --release --features ignore_in_ci

- name: Integration tests
- name: integration tests
run: cargo test --release --features ignore_in_ci --test integration


Expand All @@ -69,7 +73,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Installation tests
- name: installation tests
run: ./install.sh


8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## v1.2.9
- Elixir support (with REPL capabilities)
- C# support
- "--project"-aware Julia interpreter
- Fixed Julia REPL capabilities (fifo in Julia_original, in addition to Julia_jupyter)

## v1.2.8
- remove SnipTerminate
- Remove SnipTerminate
- Python_fifo3 fixes for indentation issues
- HTML doc deployed from github pages
- Composable/filterable display options
Expand Down
2 changes: 1 addition & 1 deletion CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- check compilation success
- update Cargo.lock: `cargo update`
- Bump Cargo.toml to next version
- cargo fmt --all / cargo check / cargo clippy
- update the changelog
- bump Cargo.toml to next version
- create a version bump commit
- merge
- create a new tag vX.Y.Z on master
Expand Down
Loading

0 comments on commit f7bcc0a

Please sign in to comment.