Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Saverio976/NorMatrix

0.4.0

02 Oct 21:24
d770220
Compare
Choose a tag to compare

last commit before going to put this repo in private

0.2.4

06 May 14:45
6e7c5b4
Compare
Choose a tag to compare
0.3.4

Update pipy

0.2.3.004

30 Apr 22:06
2d8253f
Compare
Choose a tag to compare

add test to the lib (accessible via --tests-run)

use regex to say if there is a bad extension (thre was a glitch if you write .a in your gitignore)

add screen to the readme

0.2.3.003

30 Apr 13:27
a0c0d84
Compare
Choose a tag to compare

add check for comments not start at start of column line

fix rich usage (print with columns)

remove check of binary if filename endswith .png .jpg .sh

v0.3.3

29 Apr 12:51
1db9bf2
Compare
Choose a tag to compare

add timeout for all regex sor normatrix will not wait until the end of time if there is one little timeout

v0.3.3.002

29 Apr 20:29
f1b8fdf
Compare
Choose a tag to compare

Add rich module to better print errors
fix install error with pipy

0.2.3.001

29 Apr 16:04
03057a1
Compare
Choose a tag to compare

fix pipy issue

v0.3.2

26 Apr 21:35
f01faa9
Compare
Choose a tag to compare

errors stats to 2 decimal only

add fprintf as default banned function
add --only-errors (before, it was --only-error) (but you can always use --only-error it will work)

fix number of line for makefile that use \t

check function that take no parameters to have void

v0.3.1-001

19 Mar 20:08
1b69358
Compare
Choose a tag to compare

Fix trailing new line error

v0.3.1

19 Mar 19:55
ad5c1d9
Compare
Choose a tag to compare

Check comments in function
Better lib func detection in exe
Add a "link" clickable in vscode to directly go where the error is (thx romain panno)