-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defer integer literal type resolution until after type checking (#711)
* first attempt - draft * Some cleanup * Cleaning up literal.rs * Cleaning up typed_expression.rs * More cleanup and supporting trivial cases like let x = 8 * Fixing pest::span in error handling * minor style changes * minor style imporvements * more minor changes * debugging * Fixing the struct case * fixing arrays * Adding a small test * minor fixes * addressing warnings * Addressing sezna's comments * CI * Removing unnecessary pub keyword * fmt * Update test/src/e2e_vm_tests/test_programs/literal_too_large_for_type/Forc.toml Co-authored-by: Alex Hansen <alex@alex-hansen.com> Co-authored-by: Alex Hansen <alex@alex-hansen.com>
- Loading branch information
1 parent
bba0d64
commit 8fe74e0
Showing
13 changed files
with
204 additions
and
44 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
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.