Skip to content

v2.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 21:17
39c6098

JuliaFormatter v2.9.2

Diff since v2.9.1

Fixed a bug where pipe_to_function_call would remove parentheses from the argument of a function call even if the argument was an assignment, changing the meaning of the code. (#1147, #1148)

Fixed a bug where BlueStyle formatting of array literals which exceeded the margin was not idempotent. (#1149, #1150)

Fixed a bug where short_to_long_function_def would not apply the correct indentation to the function body, leading to non-idempotent formatting. (#1127, #1151)

Fixed a bug where formatting a begin ... end block that had nothing but whitespace or comments inside it would be non-idempotent, or delete comments inside it. (#1153, #1154)

Closed issues:

  • short to long function def has bad indentation (#1127)
  • pipe_to_function_call invalid transformation (#1147)
  • Weird idempotence issue with matrices in BlueStyle (#1149)
  • Empty blocks are not handled well (#1153)