ember-cli / ember-cli/ember-cli-htmlbars

Version 6.0.1+ ignores --silent flag

Aperta
#781 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
77
Fork
65
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.