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

typewritten 1.4.6 (new formula)

Open danielbayley opened this issue 2 years ago • 6 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>?

danielbayley avatar Jun 02 '22 10:06 danielbayley

No idea why this test is failing CI… it works locally on my macOS 12.3.1.

Using both Formula/pure.rb and Formula/spaceship.rb as a reference.

danielbayley avatar Jun 02 '22 13:06 danielbayley

I can reproduce the issue on my m1 (macos 12.4)

chenrui333 avatar Jun 03 '22 15:06 chenrui333

I can reproduce the issue on my m1 (macos 12.4)

Ah well I don’t have an M1 yet… @chenrui333 How to resolve?

danielbayley avatar Jun 04 '22 10:06 danielbayley

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 Jul 12 '22 13:07 github-actions[bot]

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 Aug 04 '22 00:08 github-actions[bot]

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 Aug 27 '22 00:08 github-actions[bot]

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 19 '22 21:09 github-actions[bot]

@chenrui333 Any ideas?

danielbayley avatar Sep 23 '22 22:09 danielbayley

The error is:

Error: typewritten: failed
An exception occurred within a child process:
  Minitest::Assertion: Expected /❯/ to match "\e[39m\e[49m\nUnknown theme: typewritten\n\e[39m\e[49m\n".

so clearly the zsh test fails and outputs Unknown theme: typewritten. Probably typewritten is installed in a location where it is not found?

fxcoudert avatar Oct 03 '22 17:10 fxcoudert

:shipit: @fxcoudert has triggered a merge.

BrewTestBot avatar Oct 12 '22 09:10 BrewTestBot