Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 6.0.1+ ignores --silent flag #781

Open
apellerano-pw opened this issue Oct 9, 2023 · 1 comment
Open

Version 6.0.1+ ignores --silent flag #781

apellerano-pw opened this issue Oct 9, 2023 · 1 comment

Comments

@apellerano-pw
Copy link

apellerano-pw commented Oct 9, 2023

I've created a reproduction of this bug here: https://github.com/apellerano-pw/htmlbars-silent-repro

Steps to reproduce

  1. have an ember app with some kind of deprecation output, e.g. use {{#with}} in Ember 3.28
  2. use ember-cli-htmlbars 6.0.1 or higher
  3. run ember test --silent (in the repro repo you can do npm run repro)

Expected

There is no build output, only test output

Actual

Deprecation output will be shown in addition to test output

Workaround

Pin your version of ember-cli-htmlbars to 6.0.0

@apellerano-pw
Copy link
Author

Here's the diff between 6.0.1 and 6.0.0.

v6.0.0...v6.0.1

It's likely this PR but I don't understand Ember's build process enough to say why

#739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant