Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crate-ci/typos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.2
Choose a base ref
...
head repository: crate-ci/typos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.3
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. fix(dict): Recognize alloced and requestor

    Part of #1150
    epage committed Nov 8, 2024
    Copy the full SHA
    fae45ae View commit details
  2. Merge pull request #1151 from epage/alloc

    fix(dict): Recognize alloced and requestor
    epage authored Nov 8, 2024
    Copy the full SHA
    9dc3173 View commit details
  3. docs: Update changelog

    epage committed Nov 8, 2024
    Copy the full SHA
    aa4a9bb View commit details
  4. chore: Release

    epage committed Nov 8, 2024
    Copy the full SHA
    b74202f View commit details
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.27.3] - 2024-11-08

### Fixes

- Don't correct `alloced`
- Don't correct `registor`, a more domain specific variant of `register`

## [1.27.2] - 2024-11-06

### Fixes
@@ -1339,7 +1346,8 @@ Note: MSRV is now 1.54
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.27.2...HEAD
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.27.3...HEAD
[1.27.3]: https://github.com/crate-ci/typos/compare/v1.27.2...v1.27.3
[1.27.2]: https://github.com/crate-ci/typos/compare/v1.27.1...v1.27.2
[1.27.1]: https://github.com/crate-ci/typos/compare/v1.27.0...v1.27.1
[1.27.0]: https://github.com/crate-ci/typos/compare/v1.26.8...v1.27.0
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ fi


if [[ ! -x ${COMMAND} ]]; then
VERSION=1.27.2
VERSION=1.27.3
if [[ "$(uname -m)" == "arm64" ]]; then
ARCH="aarch64"
else
2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typos-cli"
version = "1.27.2"
version = "1.27.3"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]
2 changes: 1 addition & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typos-dict"
version = "0.11.34"
version = "0.11.35"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]
2 changes: 2 additions & 0 deletions crates/typos-dict/assets/allowed.csv
Original file line number Diff line number Diff line change
@@ -48,3 +48,5 @@ tesselating,potentially US variant of tessellating
tesselation,potentially US variant of tessellation
tesselator,potentially US variant of tessellator
additionals,additional looks like its sometimes a countable noun
requestor,domain-specific variant of requester
alloced,past tense of common programming abbreviation alloc
3 changes: 0 additions & 3 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
@@ -2572,7 +2572,6 @@ alloccate,allocate
alloccated,allocated
alloccates,allocates
alloccating,allocating
alloced,allocated
alloco,alloc
allococate,allocate
allocos,allocs
@@ -53431,8 +53430,6 @@ requestested,requested
requestests,requests,requested
requestet,requested
requestied,requested
requestor,requester
requestors,requesters
requestying,requesting
requet,request
requeted,requested
6 changes: 0 additions & 6 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
@@ -52644,8 +52644,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
dictgen::InsensitiveStr::Ascii("stests"),
dictgen::InsensitiveStr::Ascii("stet"),
dictgen::InsensitiveStr::Ascii("stied"),
dictgen::InsensitiveStr::Ascii("stor"),
dictgen::InsensitiveStr::Ascii("stors"),
dictgen::InsensitiveStr::Ascii("stying"),
dictgen::InsensitiveStr::Ascii("t"),
dictgen::InsensitiveStr::Ascii("ted"),
@@ -52676,8 +52674,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["requests", "requested"],
&["requested"],
&["requested"],
&["requester"],
&["requesters"],
&["requesting"],
&["request"],
&["requested"],
@@ -225037,7 +225033,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
dictgen::InsensitiveStr::Ascii("cated"),
dictgen::InsensitiveStr::Ascii("cates"),
dictgen::InsensitiveStr::Ascii("cating"),
dictgen::InsensitiveStr::Ascii("ed"),
dictgen::InsensitiveStr::Ascii("o"),
dictgen::InsensitiveStr::Ascii("ocate"),
dictgen::InsensitiveStr::Ascii("os"),
@@ -225085,7 +225080,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["allocated"],
&["allocates"],
&["allocating"],
&["allocated"],
&["alloc"],
&["allocate"],
&["allocs"],
2 changes: 1 addition & 1 deletion docs/pre-commit.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ config at this repository:
```yaml
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.27.2
rev: v1.27.3
hooks:
- id: typos
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from setuptools import setup


TYPOS_VERSION = '1.27.2'
TYPOS_VERSION = '1.27.3'


setup(