dependabot[bot]
a8b5706389
build(deps): bump clap from 3.2.23 to 3.2.25
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.23 to 3.2.25.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.25/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.23...v3.2.25 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
juanleon lahoz
a0e46f20a4
Merge pull request #29 from rrbutani/main
...
test: mark `configure_output` tests as `#[serial]`
3 years ago
Rahul Butani
6352e6506c
test: mark `configure_output` tests as `#[serial]`
...
`configure_output` manipulates `yansi::Color`'s global enable toggle;
this state is [not thread local](https://docs.rs/yansi/0.5.1/src/yansi/paint.rs.html#373-374 )
so changes to it affect the whole program.
This causes the `configure_output` tests to fail (sporadically) when
Cargo chooses to run tests in parallel and when the interleaving of
`configure_output` tests results in `Paint::enable` being called between
`configure_output` and `.paint` in another test.
Because we're dealing with a race condition there isn't a great way to
reproduce the failures but running:
```console
> until ! cargo test --jobs 10 ; do true; done
```
Reliably fails for me within a few runs.
---
Marking these tests with `#[serial]` (from the
[`serial_test` crate](https://docs.rs/serial_test/2.0.0/serial_test/index.html ))
fixes this.
3 years ago
juanleon lahoz
3d6e83945b
Merge pull request #26 from juan-leon/dependabot/cargo/tempfile-3.5.0
...
build(deps): bump tempfile from 3.4.0 to 3.5.0
3 years ago
juanleon lahoz
213ad9bc38
Merge pull request #27 from juan-leon/dependabot/cargo/regex-1.8.1
...
build(deps): bump regex from 1.7.3 to 1.8.1
3 years ago
dependabot[bot]
41b8ab4ce8
build(deps): bump regex from 1.7.3 to 1.8.1
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.3 to 1.8.1.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.3...1.8.1 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
7b39a23a5e
build(deps): bump tempfile from 3.4.0 to 3.5.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
juanleon lahoz
ae9f0d08ba
Merge pull request #25 from juan-leon/dependabot/cargo/assert_cmd-2.0.11
...
build(deps): bump assert_cmd from 2.0.8 to 2.0.11
3 years ago
juanleon lahoz
99b3a0932c
Merge pull request #19 from juan-leon/dependabot/cargo/chrono-0.4.24
...
build(deps): bump chrono from 0.4.23 to 0.4.24
3 years ago
dependabot[bot]
961b51722e
build(deps): bump assert_cmd from 2.0.8 to 2.0.11
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.8 to 2.0.11.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.8...v2.0.11 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
juanleon lahoz
1ee9a19171
Merge pull request #24 from juan-leon/dependabot/cargo/predicates-3.0.3
...
build(deps): bump predicates from 2.1.5 to 3.0.3
3 years ago
juanleon lahoz
35df89f5ff
Merge pull request #18 from juan-leon/dependabot/cargo/simplelog-0.12.1
...
build(deps): bump simplelog from 0.12.0 to 0.12.1
3 years ago
juanleon lahoz
06ff1c1e20
Merge pull request #23 from juan-leon/dependabot/cargo/regex-1.7.3
...
build(deps): bump regex from 1.7.1 to 1.7.3
3 years ago
dependabot[bot]
e1d521fa10
build(deps): bump predicates from 2.1.5 to 3.0.3
...
Bumps [predicates](https://github.com/assert-rs/predicates-rs ) from 2.1.5 to 3.0.3.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases )
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.3 )
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
d7ab487357
build(deps): bump regex from 1.7.1 to 1.7.3
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.1 to 1.7.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.3 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
4c2bf8c62c
build(deps): bump chrono from 0.4.23 to 0.4.24
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
51d8d2b8ce
build(deps): bump simplelog from 0.12.0 to 0.12.1
...
Bumps [simplelog](https://github.com/drakulix/simplelog.rs ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases )
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.12.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: simplelog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
efe0421e02
build(deps): bump tempfile from 3.3.0 to 3.4.0
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
JuanLeon Lahoz
94e3db44b5
Bump version to 0.5.8
3 years ago
JuanLeon Lahoz
d79b98e4d2
Add log scale option for histogram
3 years ago
JuanLeon Lahoz
49f24d7b6e
lint: more pedantic linting
3 years ago
JuanLeon Lahoz
f8e055b52a
lint: use uninlined format args when possible
...
Changes done by `cargo clippy --fix -- -D clippy::uninlined_format_args`
3 years ago
JuanLeon Lahoz
a940838a40
lint: solve semicolon_if_nothing_returned
3 years ago
JuanLeon Lahoz
54e5ef839b
lint: solve vec_init_then_push in unit tests
3 years ago
JuanLeon Lahoz
ac2458f170
lint: change "assert!(false)" by panic!
3 years ago
JuanLeon Lahoz
26f6ae6348
lint: use Self when suitable
...
Changes done by `cargo clippy --fix -- -D clippy::use_self`
3 years ago
JuanLeon Lahoz
93e8119bb9
lint: minor change in unit test
3 years ago
JuanLeon Lahoz
8717c8a42d
lint: improve cargo doc markdown
...
Changes done by `cargo clippy --fix -- -D clippy::doc_markdown`
3 years ago
JuanLeon Lahoz
317cfa758a
Use a options struct to pass options to histogram
3 years ago
JuanLeon Lahoz
624577411e
Reuse code for printing scale info
3 years ago
JuanLeon Lahoz
16b1269333
Fix doc example
3 years ago
JuanLeon Lahoz
0e1d316950
Deprecate set-output in github actions
...
As per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
3 years ago
JuanLeon Lahoz
745e83bedc
Use cargo deb for building debian packages
3 years ago
JuanLeon Lahoz
8ed4d9dcd2
Move from actions-rs/tarpaulin to actions/cache
3 years ago
JuanLeon Lahoz
0967c6ba91
Update Github Actions versions
3 years ago
JuanLeon Lahoz
4c05a6d360
Update dependencies
...
I am holding clap at version 3 because clap v4 does not support colored help at
the moment.
3 years ago
JuanLeon Lahoz
e01da02a50
Minor doc update
3 years ago
JuanLeon Lahoz
f3a7c34af2
Adapt code to an up-to-date version of clippy
3 years ago
JuanLeon Lahoz
40892ce9c7
dev: Add dependabot configuration file
3 years ago
JuanLeon Lahoz
ab83202358
Add ARM based binaries and debian packages to releases
4 years ago
JuanLeon Lahoz
a9ad358711
Add LICENSE file to release binary packages
4 years ago
JuanLeon Lahoz
e2567a5eb3
Bump version to 0.5.4
4 years ago
JuanLeon Lahoz
494651660a
Bump version
4 years ago
JuanLeon Lahoz
164915302e
Add LICENSE file to release packages
4 years ago
JuanLeon Lahoz
5bbab61166
Update README with AUR installation information
...
Merge branch 'Antiz96-main'
4 years ago
Robin Candau
5effbf8773
Update README.md
4 years ago
Robin Candau
6e7a1e6605
Update README.md
...
Added the link to the AUR lowcharts packages
4 years ago
JuanLeon Lahoz
4b51452b37
Do not publish to crates.io upon successful release
...
...since it is being done in a "OS matrix". I need another job that depends on
"build" job.
4 years ago
JuanLeon Lahoz
8e48cf9ae7
Improve library documentation
4 years ago
JuanLeon Lahoz
2c920dc781
Change Cargo.toml so that github actions do not get confused
...
Github actions fail to do `sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml` and get
a name
4 years ago