Sergei Trofimovich
69e85c98a6
cvise: 2.4.0 -> 2.5.0
...
Among other things removes dependency on `python-flake8`.
Changes: https://github.com/marxin/cvise/releases/tag/v2.5.0
2022-08-30 19:46:03 +01:00
Sandro Jäckel
936f70de16
cvise: add tests back
2022-08-18 14:21:04 +02:00
Sergei Trofimovich
bab6fd31cd
cvise: drop tests broken by pytest-flake8 update
...
Commit 219b7104a3
marked pytest-flake8 as broken. Let's demove cvise tests to restore
cvise package until upstream sorts it out.
2022-08-17 20:09:18 +01:00
Sergei Trofimovich
c7f31cfa6a
cvise: 2.3.0 -> 2.4.0
...
Add new python3Packages.chardet dependency and switch to latest llvm.
cvise does a good job supporting llvm version range.
2021-11-15 22:28:54 +00:00
Sergei Trofimovich
5cc72dbec4
cvise: use /bin.bash from nix store
...
Noticed failures as an incorrect handling of `--command` param:
$ cvise --command="gcc -c bug.c |& fgrep 'during RTL pass: expand'" bug.c
C-Vise cannot run because the interestingness test does not return
zero.
This happens because temporary shell script has "#!/bin/bash" shebang.
The change replaces it to path from nix store.
2021-09-15 19:20:28 +01:00
Jonathan Ringer
88beb7d77e
cvis: fix llvm build
2021-05-08 18:13:45 -07:00
R. RyanTM
5639c8b5f5
cvise: 2.2.0 -> 2.3.0
2021-03-10 20:02:42 +00:00
R. RyanTM
2b74b052c0
cvise: 2.1.0 -> 2.2.0 ( #115382 )
2021-03-08 09:08:52 +00:00
Orivej Desh
33230da5da
cvise: init at 2.1.0 ( #114197 )
2021-02-28 04:12:14 +00:00