Commit Graph

232 Commits

Author SHA1 Message Date
Lynne Megido 3b6be17e4a
switch to edition 2021, bumping msrv to 1.56.0
unfortunately we can't use the new resolver for reasons explained in the readme
2021-09-24 18:04:03 +10:00
Lynne Megido a3cb90c8ee
bump msrv to 1.54.0
this entails:
- updating clap to the latest version (3.0.0-beta.4)
- removing the version restrictions on smartstring and bitflags
- updating various config files to match the new MSRV
- constifying a function that contained a match statement, and therefore couldn't be made const until now
- updating the all-important readme badge
2021-09-24 18:04:02 +10:00
Lynne Megido da998d019a
🚗💨 ⬆️📅
cargo update, haha get it
2021-09-24 17:58:52 +10:00
Lynne Megido 08b89d237b
disabled cleanup-msrv for now 2021-09-23 03:06:44 +10:00
Lynne Megido 3ee8745440
test.py hasn't been testing the json feature 0uo
i've had it enabled on the gitlab CI runner, but not in my test.py script that i use for local testing stuff...
2021-09-23 02:34:10 +10:00
Lynne Megido afa2bb8784
is it "an str" (ess-tee-arh) or "a str" (stir)? 2021-09-23 02:09:57 +10:00
Lynne Megido 043e0972c5
include git commit SHA in `--version` output 2021-09-23 02:07:18 +10:00
Lynne Megido a800be63f7
use SmartStrings in more places 2021-09-23 01:33:41 +10:00
Lynne Megido bddd6caeb2
format 2021-09-23 01:21:15 +10:00
Lynne Megido 74ae55ac52
AIFF support w/ infer backend 2021-09-23 01:19:56 +10:00
Lynne Megido 7c36061e03
finish the cleanup job started by #59c87a37
somehow i forgot to remove all the { unreachable!() } clutter which was one of the main reasons i did the refactor in the first place... 0uo
2021-09-23 01:03:20 +10:00
Lynne Megido 4a54511833
changelog "refactor" 2021-09-23 00:49:27 +10:00
Lynne Megido 30c7da077a
cargo update, cargo-msrv compat 2021-09-17 18:51:41 +10:00
Lynne Megido 88b5070a03
remove unneeded into() 2021-08-31 19:15:54 +10:00
Lynne Megido c2988e4f10
update changelog 2021-08-31 18:58:40 +10:00
Lynne Megido 2884f9fe4c
use SmartString properly 2021-08-28 18:21:53 +10:00
Lynne Megido fa49dd9fb5
merged inspectors module into files 2021-08-28 18:09:15 +10:00
Lynne Megido ebf2f152f0
moved string_type mod into lib.rs 2021-08-28 18:00:31 +10:00
Lynne Megido fb81f26ff5
cargo fmt 2021-08-28 17:59:04 +10:00
Lynne Megido 557f5132ff
new files module 2021-08-28 17:58:30 +10:00
Lynne Megido d625fef106
split fif into lib and bin 2021-08-28 17:54:01 +10:00
Lynne Megido 1f46bef10b
slightly nicer JSON write_all 2021-08-25 15:44:21 +10:00
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