homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

fuego-firestore 0.31.1 (new formula)

Open bboles opened this issue 2 years ago • 8 comments

  • [x] Have you followed the guidelines for contributing?
  • [x] Have you ensured that your commits follow the commit style guide?
  • [x] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [x] Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

bboles avatar Jun 02 '22 21:06 bboles

FYI @sgarciac

bboles avatar Jun 02 '22 21:06 bboles

Is this error from the linter applicable?:

Formula/fuego-firestore.rb:15:72: W: Useless assignment to variable - result.
      collections_output = shell_output("#{bin}/fuego collections 2>&1", result = 80)
                                                                         ^^^^^^
  
  6104 files inspected, 1 offense detected
  Error: Useless assignment to variable - `result`.

We don't exit with 0 but with 80 instead so we need to capture that. Assertion documentation for reference.

bboles avatar Jun 02 '22 23:06 bboles

@chenrui333 based on my previous comment, anything else I can do to move this PR forward?

bboles avatar Jun 15 '22 16:06 bboles

That doc doesn't say you need to assign it to a variable though. It just documents how it's defined in brew.

SMillerDev avatar Jun 15 '22 17:06 SMillerDev

Is there anything else I need to do to move this PR forward?

bboles avatar Jun 28 '22 19:06 bboles

@chenrui333 would you mind giving my PR another review?

bboles avatar Jul 07 '22 23:07 bboles

Hi @chenrui333 and @SMillerDev, is there anything else I need to do with this PR?

bboles avatar Jul 20 '22 17:07 bboles

Hi @chenrui333 and @SMillerDev, just checking in to see what needs to happen to get this PR merged. Thank you!

bboles avatar Aug 04 '22 19:08 bboles

Hi @alebcay, can we get this PR merged now that all checks are good?

bboles avatar Aug 24 '22 16:08 bboles

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] avatar Sep 15 '22 21:09 github-actions[bot]

bump.

sgarciac avatar Sep 16 '22 12:09 sgarciac

:shipit: @chenrui333 has triggered a merge.

BrewTestBot avatar Sep 19 '22 21:09 BrewTestBot