Skip to content

Commit

Permalink
fix: remove duplicate line and column info from error messages (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 authored Jan 16, 2025
1 parent 1aaa312 commit 04db7e2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 454 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Forbid "remainder" field at the middle of a contract storage: PR [#1301](https://github.com/tact-lang/tact/pull/1301)
- Forbid the `override` modifier for functions without the corresponding super-function: PR [#1302](https://github.com/tact-lang/tact/pull/1302)
- Format empty blocks without extra empty line: PR [#1346](https://github.com/tact-lang/tact/pull/1346)
- Remove duplicate line and column info from error messages: PR [#1362](https://github.com/tact-lang/tact/pull/1362)

### Docs

Expand Down
Loading

0 comments on commit 04db7e2

Please sign in to comment.