-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: typos in comments and identifiers across codebase (#372)
* fix capitalization issues for AST constructions for assignments * fix(abi): undeflow -> underflow The reason addresses are changed in snapshots is because the generated FunC code got changed too because `get_abi_ipfs` getters are now containing different IPFS addresses due to changed ABIs: ``` _ get_abi_ipfs() method_id { return "ipfs://QmRM77XpqMrANwLE8K3A287jZHvuQSLr76xYM2ea8wZZ89"; // ^^^ the hash changes } ``` * ci: add spell checking with cSpell
- Loading branch information
1 parent
1590a4c
commit 3db4409
Showing
56 changed files
with
1,144 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", | ||
"version": "0.2", | ||
"language": "en", | ||
"words": [ | ||
"alnum", | ||
"augmentedassign", | ||
"blockstore", | ||
"bounceable", | ||
"codegen", | ||
"decompile", | ||
"Decompiled", | ||
"decompiler", | ||
"Descr", | ||
"divmod", | ||
"dnsresolve", | ||
"Fift", | ||
"forall", | ||
"funcfiftlib", | ||
"ipfs", | ||
"ipld", | ||
"jettons", | ||
"jsxdev", | ||
"langle", | ||
"lparen", | ||
"lvalue", | ||
"masterchain", | ||
"maxint", | ||
"minmax", | ||
"mintable", | ||
"multiformats", | ||
"Korshakov", | ||
"nocheck", | ||
"noexcept", | ||
"Neovim", | ||
"Offchain", | ||
"Parens", | ||
"POSIX", | ||
"prando", | ||
"rangle", | ||
"rparen", | ||
"rugpull", | ||
"rugpulled", | ||
"sctx", | ||
"seqno", | ||
"shiki", | ||
"Stateinit", | ||
"stdlib", | ||
"struct", | ||
"structs", | ||
"testdata", | ||
"Topup", | ||
"typechecker", | ||
"uintptr", | ||
"uncons", | ||
"unixfs", | ||
"workchain", | ||
"привет", | ||
"PUSHREF", | ||
"PUSHSLICE", | ||
"SETINDEXVARQ" | ||
], | ||
"flagWords": [], | ||
"ignorePaths": [ | ||
"**/*/output", | ||
"node_modules", | ||
"dist", | ||
"examples/__snapshots__/multisig-3.spec.ts.snap", | ||
"func", | ||
"grammar/sample.json", | ||
"src/generator/writers/writeStdlib.ts", | ||
"src/generator/writers/__snapshots__/writeSerialization.spec.ts.snap", | ||
"src/grammar/grammar.ohm-bundle.d.ts", | ||
"src/imports/stdlib.ts", | ||
"src/test/__snapshots__/bugs.spec.ts.snap", | ||
"src/test/__snapshots__/feature-constants.spec.ts.snap", | ||
"src/test/__snapshots__/feature-deep.spec.ts.snap", | ||
"src/test/__snapshots__/feature-implicit-init.spec.ts.snap", | ||
"src/test/__snapshots__/feature-masterchain.spec.ts.snap", | ||
"src/test/__snapshots__/feature-try-catch.spec.ts.snap", | ||
"src/test/feature-address.spec.ts", | ||
"src/test/feature-intrinsics.spec.ts", | ||
"src/test/feature-optionals.spec.ts", | ||
"src/test/feature-strings.spec.ts", | ||
"src/test/features/intrinsics.tact", | ||
"src/test/features/strings.tact", | ||
"stdlib/stdlib.fc" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.