Skip to content

fixed safe-navigation assignment formatting - #1205

Merged
CppCXY merged 1 commit into
EmmyLuaLs:mainfrom
hfn92:main
Aug 5, 2026
Merged

CppCXY merged 1 commit into
EmmyLuaLs:mainfrom
hfn92:main

Conversation

@hfn92

@hfn92 hfn92 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

had an issue where the formatter mangles some lines

eg.

function func()
  self.foo?.bar    = true
  self.foo?.barbar = 0.250
end

to

function func()
   = true
   = 0.250
end

(i have no idea what I'm doing)

@CppCXY
CppCXY merged commit 29a5958 into EmmyLuaLs:main Aug 5, 2026
16 of 17 checks passed
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
emmylua_ls 0.25.0

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>## What's Changed
* fix LuaJIT name in warnings by @ligurio in EmmyLuaLs/emmylua-analyzer-rust#1172
* Fix nix flake build with current rust and openssl by @saffr3n in EmmyLuaLs/emmylua-analyzer-rust#1185
* fix: error on statement after return by @PennyJim in EmmyLuaLs/emmylua-analyzer-rust#1191
* fix(flow): preserve self-assignment antecedent types by @lewis6991 in EmmyLuaLs/emmylua-analyzer-rust#1182
* use no-resursive infer by @CppCXY in EmmyLuaLs/emmylua-analyzer-rust#1202
* fixed safe-navigation assignment formatting by @hfn92 in EmmyLuaLs/emmylua-analyzer-rust#1205

## New Contributors
* @saffr3n made their first contribution in EmmyLuaLs/emmylua-analyzer-rust#1185
* @PennyJim made their first contribution in EmmyLuaLs/emmylua-analyzer-rust#1191
* @hfn92 made their first contribution in EmmyLuaLs/emmylua-analyzer-rust#1205

**Full Changelog**: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/compare/0.24.0...0.25.0</pre>
  <p>View the full release notes at <a href="https://github.com/EmmyLuaLs/emmylua-analyzer-rust/releases/tag/0.25.0">https://github.com/EmmyLuaLs/emmylua-analyzer-rust/releases/tag/0.25.0</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!16159
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.

2 participants