Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/b/brighterscript-formatter.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BrighterscriptFormatter < Formula
desc "Code formatter for BrighterScript (and BrightScript)"
homepage "https://github.com/rokucommunity/brighterscript-formatter"
url "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.7.28.tgz"
sha256 "465176f0b424d86c0f28b49df0a1819ba1f979b8f341e140bc48f267698a29dc"
url "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.8.0.tgz"
sha256 "7077c67b84044a4c8978d645c868495ef567da857f07f763c8337c896abe0c07"
Comment on lines +4 to +5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Bump to the regression-fix release

This points Homebrew users at 1.8.0, but upstream has already released 1.8.1 specifically to fix a 1.8.0 formatter regression where multi-line calls whose continuation line ends with ) are de-indented back to the call level (rokucommunity/brighterscript-formatter#147). In that scenario this formula would ship incorrect formatting behavior; please update the URL and checksum to 1.8.1 instead.

Useful? React with 👍 / 👎.

license "MIT"

bottle do
Expand Down
Loading