Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

More cspell fixes #5670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address comments
  • Loading branch information
arihant2math committed Apr 10, 2025
commit 5351f1aa3062159e1a91b2d0f3990ec9a6a7679c
1 change: 1 addition & 0 deletions 1 .cspell.dict/rust-more.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ modpow
msvc
muldiv
nanos
nonoverlapping
objclass
peekable
powc
Expand Down
4 changes: 0 additions & 4 deletions 4 .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
// words - list of words to be always considered correct
"words": [
"RUSTPYTHONPATH",
youknowone marked this conversation as resolved.
Show resolved Hide resolved
// RustPython
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is meaning the terms below are not coming from python or cpython, but rustpython-original terms

"aiterable",
"alnum",
"awaitpromise",
"baseclass",
"boxvec",
"Bytecode",
Expand All @@ -71,7 +69,6 @@
"lossily",
"makeunicodedata",
"miri",
"nonoverlapping",
"notrace",
"openat",
"pyarg",
Expand Down Expand Up @@ -109,7 +106,6 @@
"rustpy",
arihant2math marked this conversation as resolved.
Show resolved Hide resolved
"RustPython",
"struc",
"surrogateescape",
"sysmodule",
"tracebacks",
"typealiases",
Expand Down
2 changes: 1 addition & 1 deletion 2 wasm/lib/src/js_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ mod _js {
Some(prom) => {
if val.is_some() {
Err(vm.new_type_error(
"can't send non-None value to an awaitpromise".to_owned(),
"can't send non-None value to an AwaitPromise".to_owned(),
))
} else {
Ok(PyIterReturn::Return(prom))
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.