Commit Graph

210 Commits

Author SHA1 Message Date
Lynne Megido a2ce336fe7
use unstable sort 2021-08-25 15:26:41 +10:00
Lynne Megido 4192d37854
document version policy 2021-08-25 15:25:22 +10:00
Lynne Megido 45081efd0e
cargo update 2021-08-24 16:33:20 +10:00
Lynne Megido 6e2e788a61
oh jeez oh man v0.3.6 2021-08-18 23:42:44 +10:00
Lynne Megido e1dc2d04f1
Merge remote-tracking branch 'origin/master' 2021-08-18 23:18:28 +10:00
Lynne Megido 15b4651215
rather bland v0.3.5 release 2021-08-18 23:18:14 +10:00
Lynne Megido 0b7f9ef4a4
rather bland v0.3.5 release 2021-08-18 23:15:09 +10:00
Lynne Megido d34fa02033
update cached 2021-08-18 22:59:24 +10:00
Lynne Megido fddd479f20
more MSRV fixes, pin clap at 3.0.0-beta.2 2021-08-16 02:34:25 +10:00
Lynne Megido 2222e92080
update cargo.lock to fix MSRV compatibility 2021-08-14 22:34:05 +10:00
Lynne Megido d7e2eb9adc
cargo update 2021-08-14 22:07:37 +10:00
Lynne Megido 0404cff8b7
release v0.3.4 🥳 2021-08-07 00:42:07 +10:00
Lynne Megido ddde6acdd6
ignore_unknown_exts flag, slightly more testing 2021-08-07 00:19:30 +10:00
Lynne Megido b48b8d5a65
new-mime-guess update necessitated minor changes 2021-08-06 23:33:42 +10:00
Lynne Megido 7a7e6c9bc6 Merge branch 'herbygillot-master-patch-50502' into 'master'
README: add MacPorts install instructions

See merge request Lynnesbian/fif!1
2021-08-03 06:24:36 +00:00
Lynne Megido a071f21141
add deps.rs badge 2021-08-03 15:29:52 +10:00
Lynne Megido eed4e29e00
update dependencies 2021-08-03 15:27:03 +10:00
Lynne Megido c3adaea88c
a minor multitude of meager modifications
- clippy.sh now works if you're a weirdo with spaces in their $HOME path
- a """performance optimisation""" to utils.rs so minor that i would be surprised if it saved the world one microwatt of electricity over my entire lifespan
- cargo update
- removed useless extension_from_path function
2021-08-01 01:44:17 +10:00
Lynne Megido 8cdd0a8fc1
stricter dep vers in Cargo.toml to maintain MSRV 2021-07-30 16:52:58 +10:00
Lynne Megido 59c87a3729
minor refactoring to make formats.rs less icky 2021-07-24 16:21:20 +10:00
Lynne Megido 863954b2a2
don't optimise when testing 2021-07-21 21:18:29 +10:00
Lynne Megido 44a0351884
test on risc-v because why not 2021-07-21 21:17:10 +10:00
Lynne Megido 2f1151805f
update new_mime_guess 2021-07-21 21:16:59 +10:00
Lynne Megido 011b9eee99
add .kateproject file for project indexing 2021-07-21 21:16:32 +10:00
Lynne Megido a941040948
release v0.3.3 🥳 2021-07-07 00:24:02 +10:00
Lynne Megido f243cbba76
Merge remote-tracking branch 'origin/master' 2021-07-01 18:53:18 +10:00
Lynne Megido 0d034a5c4b
minor logging changes
logs use abbreviated level names:
[D] example
instead of
[DEBUG] example

also, you can now use FIF_LOG instead of RUST_LOG
2021-07-01 18:52:53 +10:00
Herby G e66eaa66a6 README: add MacPorts install instructions 2021-06-28 12:04:10 +00:00
Lynne Megido 10bf85ba0f bleugh 2021-06-19 17:49:26 +00:00
Lynne Megido e511d215be
minor bash/pwsh output changes
- bash now uses a heredoc to ensure that cheeky filenames containing linebreaks don't escape the echo string
- powershell rename-item now has the verbose flag that i didn't know existed
- there is now a newline between the error and successful output lines
2021-06-18 17:42:16 +10:00
Lynne Megido 4f78d93975
code cleanup 2021-06-18 15:36:05 +10:00
Lynne Megido 3b731a7c61
added --canonical-paths flag
Findings now takes a PathBuf instead of a reference to a Path but there's no noticeable performance change
2021-06-18 15:17:30 +10:00
Lynne Megido 3b7a26961b
i'm disabling the release job because it is probably haunted and, to my knowledge at least, nobody has ever died from being TOO paranoid about CI 2021-06-18 13:26:22 +10:00
Lynne Megido 8a91ca3ef4
an attempt at automated CI release builds that almost certainly won't work 2021-06-18 13:19:02 +10:00
Lynne Megido 60eb781132
you've got to be kitten me!
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-14 18:34:08 +10:00
Lynne Megido 02f377cbb2
release v0.3.2 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-14 18:27:50 +10:00
Lynne Megido d0a6e918cc
block compilation if both backends are enabled 2021-06-14 18:23:49 +10:00
Lynne Megido ec4ad77136
donut repeat yourself 2021-06-14 17:54:11 +10:00
Lynne Megido 8b2b26d44f
The Great Grammar Heist 2021-06-14 17:47:21 +10:00
Lynne Megido bd1a2a3e3a
print some more handy info in trace logs 2021-06-14 17:35:47 +10:00
Lynne Megido 0278fe252e
kode kleanup 2021-06-14 17:08:52 +10:00
Lynne Megido 6934dd0b5e
move some commonly used constants into a single module 2021-06-14 17:07:38 +10:00
Lynne Megido 1ecc6e6c6e
semicolonic cleanse 2021-06-14 16:53:41 +10:00
Lynne Megido f8dcdf8a3c
nicer output for `fif -V` and `fif --version` 2021-06-14 16:29:41 +10:00
Lynne Megido 95956f8e30
fixed powershell output format 0u0; 2021-06-13 19:24:21 +10:00
Lynne Megido df9c033b38
cargo update
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-13 16:47:39 +10:00
Lynne Megido 0c8c58366f
add comments to gitlab CI, remove useless version stage 2021-06-13 16:47:20 +10:00
Lynne Megido c66a639eed
release v0.3.1 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-07 15:48:46 +10:00
Lynne Megido 8dac4127e9
added text output format
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-07 15:21:47 +10:00
Lynne Megido 5720c53735
more like gitlab C-why
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-10 10:40:23 +10:00