Daniel Hofstetter
|
4da633b835
|
factor: enable a debug_assert! statement
|
2024-02-22 09:33:29 +01:00 |
|
Daniel Hofstetter
|
d2a75457f6
|
Fix errors reported by new version of cspell
|
2024-02-05 09:12:52 +01:00 |
|
kralo
|
9adceb4f65
|
factor: rename input parameter
Closes: #5883
|
2024-01-28 08:24:16 +01:00 |
|
kralo
|
3eba95728c
|
factor: remove clippy exceptions by reformatting "unreadable literals"
Closes: #5884
|
2024-01-27 17:23:44 +01:00 |
|
Sylvestre Ledru
|
dd5c6c2d00
|
0.0.23 => 0.0.24
|
2024-01-20 20:12:19 +01:00 |
|
Sylvestre Ledru
|
4f33a375cd
|
factor: handle the '< .' arg
|
2024-01-14 23:26:57 +01:00 |
|
Daniel Hofstetter
|
9bb725cefc
|
clippy: fix warnings introduced by Rust 1.75
|
2023-12-28 18:17:06 +01:00 |
|
Sylvestre Ledru
|
ff92bfb25b
|
Prepare version 0.0.23
|
2023-11-13 22:02:01 +01:00 |
|
Sylvestre Ledru
|
e1bd47d549
|
0.0.21 => 0.0.22
|
2023-10-15 14:33:23 +02:00 |
|
Sylvestre Ledru
|
9844f1f07d
|
0.0.20 => 0.0.21
|
2023-09-03 14:42:54 +02:00 |
|
Terts Diepraam
|
9a67393c44
|
factor: short circuit on write error, but not on parse error
|
2023-08-30 18:51:29 +02:00 |
|
Daniel Hofstetter
|
01b2834f2e
|
Fix clippy warnings with Rust 1.72.0
|
2023-08-25 13:22:02 +02:00 |
|
Terts Diepraam
|
c3f9e19a3b
|
all: normalize license notice in all *.rs files
|
2023-08-24 12:21:09 +02:00 |
|
Daniel Hofstetter
|
774180bb09
|
Remove the author copyright notices
from files missed by #5184
|
2023-08-23 10:54:00 +02:00 |
|
Sylvestre Ledru
|
74530c0f51
|
Update the version to 0.0.20
|
2023-07-14 13:04:17 +02:00 |
|
Sylvestre Ledru
|
6ecef3a0e3
|
Reformat TOML files with taplo
npx --yes @taplo/cli fmt
|
2023-06-08 09:07:19 +02:00 |
|
Sylvestre Ledru
|
830b7d5ce1
|
New release
|
2023-06-04 09:46:59 +02:00 |
|
vix
|
f9b7423eef
|
Add flush after calculating factor
|
2023-04-23 20:35:13 +02:00 |
|
Ideflop
|
6a54d820ac
|
factor: add -h/--exponents option (#4710)
* factor: add -h/--exponents option
* Factor: Rebase, add -h/--exponents options
|
2023-04-14 21:20:19 +02:00 |
|
Sylvestre Ledru
|
af0a263191
|
0.0.17 => 0.0.18
|
2023-03-29 08:11:25 +02:00 |
|
Kamil Ogórek
|
68e90eacbb
|
lint: Fix all issues in preparation for enabling clippy::if_not_else
|
2023-03-26 22:23:50 +02:00 |
|
Terts Diepraam
|
aabfda6927
|
factor: remove paste dev dependency
|
2023-03-25 11:56:51 +01:00 |
|
Miles Liu
|
1d58362e1a
|
factor: move help strings to markdown file
|
2023-03-21 13:41:21 +08:00 |
|
Sylvestre Ledru
|
422a27d375
|
parent 9d5dc500e6
author Sylvestre Ledru <sylvestre@debian.org> 1677865358 +0100
committer Sylvestre Ledru <sylvestre@debian.org> 1677951797 +0100
md: Fix a bunch of warnings in the docs
|
2023-03-04 18:43:40 +01:00 |
|
Terts Diepraam
|
ae27c82020
|
Use workspace inheritance for dependencies
|
2023-02-11 18:54:46 +01:00 |
|
Daniel Hofstetter
|
f6b646e4e5
|
clippy: fix warnings introduced with Rust 1.67.0
|
2023-01-27 17:37:56 +01:00 |
|
Terts Diepraam
|
4d3dc78686
|
Version 0.0.17
|
2023-01-21 10:38:18 +01:00 |
|
Joining7943
|
c94a039358
|
clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning.
|
2022-12-16 18:36:27 +01:00 |
|
Sylvestre Ledru
|
b7925465a8
|
factor: trim the input to fix some busybox results
|
2022-12-05 22:49:48 +01:00 |
|
Miles Liu
|
d505df5369
|
uu: use normal use declarations to import macros
|
2022-11-17 11:49:23 +08:00 |
|
Sylvestre Ledru
|
23b0bb3da4
|
Merge pull request #3991 from tertsdiepraam/clap-4
Clap 4
|
2022-10-14 21:49:05 +02:00 |
|
dependabot[bot]
|
4480d6d714
|
build(deps): bump smallvec from 1.9.0 to 1.10.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-14 06:43:33 +00:00 |
|
Terts Diepraam
|
458c2c8b85
|
factor: update to clap 4
|
2022-10-13 17:50:29 +02:00 |
|
Terts Diepraam
|
f15c4f2d3e
|
Version 0.0.16
|
2022-10-11 23:03:39 +02:00 |
|
Niyaz Nigmatullin
|
edca926406
|
factor: enable union feature for smallvec
|
2022-09-17 13:20:50 +02:00 |
|
Terts Diepraam
|
975a1d170d
|
change remaining usage codes of 2 to 1 for GNU compat
|
2022-09-10 20:24:24 +02:00 |
|
Terts Diepraam
|
15180249fc
|
Version 0.0.15
|
2022-08-20 13:13:22 +02:00 |
|
Daniel Hofstetter
|
c0c26c4c58
|
Replace deprecated values_of() with get_many()
|
2022-08-11 13:49:09 +02:00 |
|
Sylvestre Ledru
|
9f1219005d
|
fix the significant_drop_in_scrutinee clippy warning
|
2022-08-10 21:37:48 +02:00 |
|
Sylvestre Ledru
|
d957a11f34
|
Add more consistency in the --help output and declarations
|
2022-08-04 21:53:27 +02:00 |
|
Daniel Hofstetter
|
fc4544c42b
|
bump clap from 3.1.18 to 3.2.15
|
2022-07-29 14:05:02 +02:00 |
|
Andrew Baptist
|
cc08e1cc3a
|
Update to handle all the latest cargo warnings
|
2022-07-18 13:20:49 -04:00 |
|
dependabot[bot]
|
01017ac301
|
build(deps): bump smallvec from 1.8.0 to 1.9.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.0...v1.9.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-30 11:51:13 +02:00 |
|
Terts Diepraam
|
eae07adfb1
|
Version 0.0.14 (#3553)
Version 0.0.14
|
2022-05-22 19:57:19 +02:00 |
|
Sylvestre Ledru
|
a60f6dc67e
|
Update num-traits for real
|
2022-05-06 08:38:10 +02:00 |
|
dependabot[bot]
|
97c59d7857
|
build(deps): bump num-traits from 0.2.14 to 0.2.15
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/rust-num/num-traits/releases)
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.14...num-traits-0.2.15)
---
updated-dependencies:
- dependency-name: num-traits
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-06 08:38:10 +02:00 |
|
Terts Diepraam
|
af32f7a117
|
Dont use from_* method names that take self
This was reported as an error in Clippy 1.60.
|
2022-04-11 22:50:36 +02:00 |
|
Terts Diepraam
|
af9f718936
|
Change edition to 2021
|
2022-04-05 10:39:31 +02:00 |
|
Terts Diepraam
|
b7809bd889
|
version 0.0.13
|
2022-04-02 11:04:27 +02:00 |
|
Sylvestre Ledru
|
3c88fb460b
|
Merge branch 'main' into dependabot/cargo/clap-3.1.6
|
2022-03-19 09:26:05 +01:00 |
|