Skip to content

Elixir: Parse short function form#605

Merged
maciejpirog merged 1 commit intomainfrom
mpir/elixir-parse-short-lambda
Mar 4, 2026
Merged

Elixir: Parse short function form#605
maciejpirog merged 1 commit intomainfrom
mpir/elixir-parse-short-lambda

Conversation

@maciejpirog
Copy link
Contributor

Closes #474

The syntax was parsed correctly, the problem was in the elixir-to-elixir step

Copy link
Contributor

@corneliuhoffman corneliuhoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this LGTM

@maciejpirog maciejpirog merged commit 0f03c5c into main Mar 4, 2026
6 checks passed
@maciejpirog maciejpirog deleted the mpir/elixir-parse-short-lambda branch March 4, 2026 16:56
@maciejpirog maciejpirog mentioned this pull request Mar 5, 2026
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 6, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [opengrep/opengrep](https://github.com/opengrep/opengrep) | patch | `v1.16.2` → `v1.16.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>opengrep/opengrep (opengrep/opengrep)</summary>

### [`v1.16.3`](https://github.com/opengrep/opengrep/releases/tag/v1.16.3): Opengrep 1.16.3

[Compare Source](opengrep/opengrep@v1.16.2...v1.16.3)

#### Improvements

- Elixir: Parse short function form (`def f(), do: ...`) by [@&#8203;maciejpirog](https://github.com/maciejpirog) in [#&#8203;605](opengrep/opengrep#605)
- VB parser updates: no sentinel strings, better handling of compiler directives and attributes by [@&#8203;maciejpirog](https://github.com/maciejpirog) in [#&#8203;603](opengrep/opengrep#603)
- Allow `--semgrepignore-filename` to be an absolute path by [@&#8203;dimitris-m](https://github.com/dimitris-m) in [#&#8203;608](opengrep/opengrep#608)

**Full Changelog**: <opengrep/opengrep@v1.16.2...v1.16.3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41NS4zIiwidXBkYXRlZEluVmVyIjoiNDMuNTUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Elixir function short form not parsed correctly

2 participants