Version 6.0.1+ ignores --silent flag

Open
#781 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
build-system

Research direction

Start with the linked htmlbars-silent-repro repository and run npm run repro to confirm the regression with ember-cli-htmlbars 6.0.1 or higher, then compare it with 6.0.0. Trace how ember test --silent reaches build and deprecation output. Done means the reproduction produces only test output while using the newer version.

Written by the indexing model from the issue text.

Description

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

Dominant language
JavaScript
Stars
77
Forks
65
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ember-cli/ember-cli-htmlbars

All issues in ember-cli/ember-cli-htmlbars

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.