Ed Page
4c8caa6eb3
test(error): Add explicit value_of_t test case
...
This adds an explicit test case for
221c18bdec
when before we covered it via
the example tests.
2021-12-13 13:30:28 -06:00
Ed Page
2eb69def4e
fix(error): Ensure trailing newline without help
...
Fixes #2787
2021-12-13 13:09:48 -06:00
Ed Page
be223df828
fix(ci): Correct release lints
...
I'm assuming we won't have a negative performance impact by removing
`impl Copy for Id` because the compiler would inline the `clone()`s and
turn them into copies.
Addresses problems from #3164
2021-12-13 09:41:22 -06:00
Richard Maw
e3d355fa85
feat: Make Multicall just strip dir from argv0
2021-12-12 22:08:25 +00:00
rhysd
8ce56d416e
fix: Update tests for assertion messages
2021-12-11 20:33:23 +09:00
Ed Page
ea6829b08e
chore(ci): Lint small feature sets
2021-12-07 21:18:35 -06:00
Ed Page
4a5d52350e
docs: Update old repo location
2021-12-07 08:14:41 -06:00
Ed Page
b2836c07a7
fix: Gracefully handle empty authors
2021-12-06 11:30:26 -06:00
Ed Page
f517c0ede1
docs: Remove author fields
2021-12-06 11:24:23 -06:00
Ed Page
267de95bee
fix: Change app_from_crate
default separator
...
`":"` isn't ideal, so let's make it at least `"," `.
BREAKING CHANGE: Changed `app_from_crate!()` to use `", "` separator for
authors.
2021-11-30 14:56:17 -06:00
Ed Page
045bf99ae0
test: Consolidate builder tests
...
This is prep for moving the derive tests. Besides organizing the test
folder for each API, this should reduce link time at the cost of
re-compiling more when a test changes.
2021-11-30 10:07:05 -06:00