| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-25 | 400 Bytes | |
| Release v1.153.0 source code.tar.gz | 2026-02-25 | 11.3 MB | |
| Release v1.153.0 source code.zip | 2026-02-25 | 15.7 MB | |
| Totals: 3 Items | 27.0 MB | 2 | |
1.153.0 - 2026-02-25
### Added
- Semgrep core is now optimized with flambda (flambda)
- Scala: Support for
for-yield(LANG-193)
### Fixed
- Scala: Fixed a parsing bug where subsequent calls in an implicit block would not
be considered at the same scope, e.g.
def f (a: t) = foo() bar()(lang-194)