Skip to content

Commit 34b486c

Browse files
committed
Initialize only if null but always fill expression of lambda
1 parent 9a4657b commit 34b486c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ cell-screenshots/
2929
# -----------------------------------------------------------
3030
.idea
3131
workspace.xml
32+
.ideaconfig
3233

3334
# -----------------------------------------------------------
3435
# JUNIT
@@ -52,6 +53,7 @@ code/languages/*/TEST*.xml
5253
code/languages/org.iets3.core/build/tmp
5354
.mps-caches
5455
*.iml
56+
.mpsconfig
5557

5658
# -----------------------------------------------------------
5759
# GRADLE

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
55
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
77

8+
## July 2025
9+
10+
### Fixed
11+
12+
- Expressions of ShortLambdas are now correctly updated and used for interpretation after they are changed
13+
814
## May 2025
915

1016
### Fixed

0 commit comments

Comments
 (0)