Skip to content

Commit

Permalink
Update dependency: haskell-backend/src/main/native/haskell-backend (#…
Browse files Browse the repository at this point in the history
…2918)

* Update dependency: haskell-backend/src/main/native/haskell-backend (#2897)

* haskell-backend/src/main/native/haskell-backend: 5b558293c - 3214 support not simplification rules (#3234)

* haskell-backend/src/main/native/haskell-backend: 6e5d07163 - Disable automatic run of update job (#3258)

* haskell-backend/src/main/native/haskell-backend: ebd986060 - Update dependency: deps/k_release (#3233)

* Set Version: 5.4.2

* haskell-backend/src/main/native/haskell-backend: 4a437a812 - Handle incorrect log path for `--bug-report` option (#3269)

* haskell-backend/src/main/native/haskell-backend: f9366b6f8 - Nix profiling tweaks (#3268)

* haskell-backend/src/main/native/haskell-backend: 9ea642db3 - Feature/profiling performance workflow (#3265)

* haskell-backend/src/main/native/haskell-backend: 0c75536f4 - Rewrite script which generates regressions tests (#3261)

* haskell-backend/src/main/native/haskell-backend: 8844d5c2b - Add functional-spec test from KEVM (#3271)

* haskell-backend/src/main/native/haskell-backend: a5653fa8d - use state to cache simplifier across branches during unification (#3270)

* Hardcode flake.lock as a workaround to broken CI

* Set Version: 5.4.3

* haskell-backend/src/main/native/haskell-backend: 0a2b03245 - Add C semantics smoke test depth 100 (#3274)

* Set Version: 5.4.4

* haskell-backend/src/main/native/haskell-backend: 23530bd9a - 3223 json rpc cut points and terminal rules (#3273)

* Set Version: 5.4.5

* Fix

* Set Version: 5.4.6

* Set Version: 5.4.7

* haskell-backend/src/main/native/haskell-backend: 087544025 - Modify Ceil simplifier to not recurse (#3209)

* haskell-backend/src/main/native/haskell-backend: b68c43a93 - Hotfix/profiling workflow triggers (#3272)

* Set Version: 5.4.8

* haskell-backend/src/main/native/haskell-backend: 3c3f31bf2 - Update dependency: deps/k_release (#3275)

* haskell-backend/src/main/native/haskell-backend: 133a83eae - Using action runner permissions token for gh tool (#3277)

* Hardcode flake diff changes

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: ana-pantilie <ana.pantilie95@gmail.com>
Co-authored-by: Ana Pantilie <45069775+ana-pantilie@users.noreply.github.com>

* haskell-backend/src/main/native/haskell-backend: ba227c0dc - Update dependency: deps/k_release (#3276)

* Set Version: 5.4.9

* Set Version 5.4.8

* Set Version: 5.4.9

* Set Version: 5.4.10

* Set Version: 5.4.11

* Set Version: 5.4.12

* Set Version: 5.4.13

* haskell-backend/src/main/native/haskell-backend: 24e8a3d48 - Update dependency: deps/k_release (#3282)

* Update flake.lock

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: ana-pantilie <ana.pantilie95@gmail.com>
Co-authored-by: Ana Pantilie <45069775+ana-pantilie@users.noreply.github.com>
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>
  • Loading branch information
5 people authored Oct 3, 2022
1 parent f233598 commit 7a860cf
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

2 changes: 1 addition & 1 deletion install-k
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

K_VERSION=5.4.9
K_VERSION=5.4.13

if [ `id -u` -ne 0 ]; then
echo "$0: error: This script must be run as root."
Expand Down
2 changes: 1 addition & 1 deletion package/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Dwight Guth <dwight.guth@runtimeverification.com>
pkgname=kframework-git
pkgver=5.4.9
pkgver=5.4.13
pkgrel=1
epoch=
pkgdesc="K framework toolchain. Includes K Framework compiler for K language definitions, and K interpreter and prover for programs written in languages defined in K."
Expand Down
2 changes: 1 addition & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kframework (5.4.9) unstable; urgency=medium
kframework (5.4.13) unstable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.9
5.4.13
2 changes: 1 addition & 1 deletion src/main/scripts/test-in-container-debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -ex
K_VERSION=5.4.9
K_VERSION=5.4.13
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get upgrade --yes
Expand Down

0 comments on commit 7a860cf

Please sign in to comment.