fixed safe-navigation assignment formatting - #1205
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
had an issue where the formatter mangles some lines
eg.
to
(i have no idea what I'm doing)