Name lambdas by their locations (#486)

* Name lambdas by their locations

* changelog
This commit is contained in:
Radosław Rowicki
2023-09-04 18:50:37 +02:00
committed by GitHub
parent 9b518150c3
commit 002e55d529
3 changed files with 89 additions and 51 deletions
+3
View File
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
- Names of lifted lambdas now consist of parent function's name and their
position in the source code.
### Removed
### Fixed
- Lifted lambdas get their names assigned deterministically.
## [7.3.0]
### Fixed