Commit graph

98 commits

Author SHA1 Message Date
Ed Page
17b003e8f2 fix(varcon)!: Parse verified/level 2024-08-23 13:43:44 -05:00
Ed Page
6e39b516fb fix(varcon)!: Make cluster header required 2024-08-23 13:35:30 -05:00
Ed Page
292418c588 style: Make clippy happy 2024-08-23 13:20:12 -05:00
Ed Page
dd3e1018f8 feat(varcon): Update to Version 2020.12.07 2024-08-23 13:00:37 -05:00
Ed Page
d35e0fe68c refactor(varcon): Directly assign 2024-08-23 12:59:34 -05:00
Ed Page
187d992ef4 refactor(varcon): Pull out note parser 2024-08-23 12:59:34 -05:00
Ed Page
11d6e1d968 fix(varcon)!: Track entry note separate from comment 2024-08-23 12:59:24 -05:00
Ed Page
0d2c99e494 refactor(varcon): Reorder entry fields 2024-08-23 11:44:04 -05:00
Ed Page
ffcca9ff99 refactor(varcon): Consolidate description start with description 2024-08-23 11:41:46 -05:00
Ed Page
c1644d8876 refactor(varcon): Mutate, rather than initialize 2024-08-23 11:41:18 -05:00
Ed Page
62aab867ab refactor(varcon): Reduce boilerplate 2024-08-23 11:40:37 -05:00
Ed Page
0068450bf1 refactor(varcon): Pull out entry parser 2024-08-23 11:39:12 -05:00
Ed Page
1e9d9813a0 refactor(varcon): Flatten description parsing 2024-08-23 11:38:49 -05:00
Ed Page
095c7aecc2 fix(varcon): Catch bad Pos values 2024-08-23 11:33:29 -05:00
Ed Page
6ab147af94 fix(varcon)!: Add Preposition support 2024-08-23 11:33:22 -05:00
Ed Page
40fc92a6fc fix(varcon)!: Add Interjection support 2024-08-23 11:30:42 -05:00
Ed Page
c32240302d fix(varcon): Swallow abbr annotations 2024-08-23 11:26:25 -05:00
Ed Page
e85562501a test(varcon): Show basic abbr parsing 2024-08-23 11:25:08 -05:00
Ed Page
3b2dd279b7 fix(varcon): Swallow plural annotations 2024-08-23 11:13:18 -05:00
Ed Page
5e00c161a6 test(varcon): Show basic plural parsing 2024-08-23 11:13:09 -05:00
Ed Page
198f9d80e5 test(varcon): Show bad Pos parsing 2024-08-23 09:37:25 -05:00
Ed Page
a4494fe54f fix(varcon)!: Shift delimiter parsing out of Pos
BREAKING CHANGE: `Pos::parse` now parses `A` instead of `<A>`
2024-08-23 09:35:46 -05:00
Ed Page
95552cb48f test(varcon): Make it easier to update tests 2024-08-23 09:15:35 -05:00
Ed Page
7dbdf8c01c chore: Release 2024-07-31 11:40:32 -05:00
Ed Page
063ac6d4b5 chore: Update from _rust/main template 2024-07-26 16:07:19 -05:00
Ed Page
494a98f93e chore: Release 2024-07-04 21:29:52 -04:00
RainRat
6bd7433d4a
Merge branch 'crate-ci:master' into master 2024-06-03 08:18:13 -07:00
Ed Page
44f8d4dcd9 chore: Release 2024-06-03 10:11:02 -05:00
RainRat
8e26045211 fix typos (the literal kind) 2024-06-01 22:08:33 -07:00
renovate[bot]
aff4bf9ef8
chore(deps): Update compatible (#1009)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [encoding_rs](https://docs.rs/encoding_rs/)
([source](https://togithub.com/hsivonen/encoding_rs)) | dependencies |
patch | `0.8.33` -> `0.8.34` |
| [trycmd](https://togithub.com/assert-rs/trycmd) | dev-dependencies |
patch | `0.15.0` -> `0.15.1` |
| [unicode-width](https://togithub.com/unicode-rs/unicode-width) |
dependencies | patch | `0.1.11` -> `0.1.12` |
| [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch
| `0.6.5` -> `0.6.7` |

---

### Release Notes

<details>
<summary>hsivonen/encoding_rs (encoding_rs)</summary>

###
[`v0.8.34`](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)

[Compare
Source](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)

</details>

<details>
<summary>assert-rs/trycmd (trycmd)</summary>

###
[`v0.15.1`](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)

[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)

</details>

<details>
<summary>unicode-rs/unicode-width (unicode-width)</summary>

###
[`v0.1.12`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

[Compare
Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

</details>

<details>
<summary>winnow-rs/winnow (winnow)</summary>

###
[`v0.6.7`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#067---2024-04-26)

[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.6...v0.6.7)

##### Fixes

-   Improve debug traces when Input wrapper types are used

###
[`v0.6.6`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#066---2024-04-11)

[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.5...v0.6.6)

##### Fixes

- Add impl `ErrorConvert` for `ContextError` so it can be used with bit
parsing

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 01:02:14 +00:00
Ed Page
b57a417c99 chore: Release 2024-04-30 14:37:49 -05:00
Ed Page
b6c895ea49 chore: Update from _rust/main template 2024-04-30 11:28:23 -05:00
Ed Page
c79a9f17b3 chore: Release 2024-03-01 10:26:53 -06:00
renovate[bot]
18308de3c0 chore(deps): update compatible 2024-03-01 01:47:21 +00:00
Ed Page
b628b9dd0a chore: Release 2024-02-13 08:57:26 -06:00
Ed Page
de3014ef3c chore: Update winnow 2024-02-13 08:46:25 -06:00
Ed Page
2bf326a3c6 chore: Update winnow 2024-02-12 20:22:47 -06:00
renovate[bot]
3272f07f78 chore(deps): update compatible 2024-02-01 01:14:41 +00:00
Ed Page
9c418affaf chore: Release 2024-01-02 20:54:19 -06:00
renovate[bot]
3f7fcb9c88 chore(deps): update compatible 2024-01-01 01:48:40 +00:00
Ed Page
a838b1820f chore: Release 2023-12-08 13:34:42 -06:00
Ed Page
69f4b1eaff chore: Move off deprecated 2023-12-04 12:15:09 -06:00
renovate[bot]
7c0b1f2b13 chore(deps): update compatible 2023-12-01 00:37:24 +00:00
Ed Page
00220c359a chore: Release 2023-10-17 13:21:10 -05:00
Ed Page
b221e9ce56 chore: Clean up dependencies 2023-10-16 12:58:00 -05:00
Ed Page
602923bbc8 chore: Release 2023-09-01 16:20:50 -05:00
renovate[bot]
6da9470ef9 chore(deps): update compatible 2023-09-01 01:11:49 +00:00
Ed Page
37e2b40f24 chore: Release 2023-07-14 14:01:12 -05:00
Ed Page
a2c9d2076a Merge remote-tracking branch 'upstream/master' 2023-07-14 14:00:31 -05:00
Ed Page
9fa116eaf6 chore: Release 2023-07-14 13:59:11 -05:00