You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#99 improved the UX by eliminating stdout from being output by scope doctor run. I think the same needs to happen for stderr too. Running v2024.2.39 produces this:
❯ scope doctor run --only app --no-cache
==> Updating Homebrew...
Installing from the API is now the default behaviour!
You can save space and time by running:
brew untap homebrew/core
brew untap homebrew/cask
Already up-to-date.
Warning: Formula python-certifi was renamed to certifi.
Warning: Formula python-cryptography was renamed to cryptography.
Using homebrew/bundle
Using homebrew/services
Using gusto/gusto
Using imagemagick@6
Using postgresql@14
Using wkhtmltopdf
Using rbenv
Using ghostscript
Using redis
Using nvm
Using gusto/gusto/pdftk
Using chromedriver
Using pkg-config
Using shellcheck
Using shared-mime-info
Using libsodium
Using overmind
Using libvips
Using mupdf
Homebrew Bundle complete! 19 Brewfile dependencies now installed.
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
Done in 0.29s.
Deprecation warning: Expected string default value for '--serializer'; got true (boolean).
This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
I, [2024-04-05T08:49:02.592365 #99058] INFO -- ddtrace: [ddtrace] DATADOG CONFIGURATION - PROFILING - {"profiling_enabled":false}
I, [2024-04-05T08:49:02.592762 #99058] INFO -- ddtrace: [ddtrace] DATADOG CONFIGURATION - CORE - {"date":"2024-04-05T08:49:02-07:00","os_name":"arm64-apple-darwin23","version":"1.18.0","lang":"ruby","lang_version":"3.3.0","env":"development","service":"rails","dd_version":null,"debug":false,"tags":null,"runtime_metrics_enabled":false,"vm":"ruby-3.3.0","health_metrics_enabled":false}
warning: wrong constant name 2yearownoccupation
D, [2024-04-05T08:49:21.065159 #99058] DEBUG -- KafkaRails: [KafkaRails.Callbacks.attach] class: AasmEvent, topic: aasm_event, opts: {:async=>true, :template=>"aasm_events/external", :if=>#<Proc:0x000000030db1a098 /Users/adam.neumann/workspace/hawaiian-ice/packs/integrations/app/models/aasm_event.rb:30 (lambda)>}
Model files unchanged.
The text was updated successfully, but these errors were encountered:
noizwaves
changed the title
fix command stderr showing up in scope doctor run output
"fix command" stderr showing up in scope doctor run output
Apr 5, 2024
#99 improved the UX by eliminating stdout from being output by
scope doctor run
. I think the same needs to happen for stderr too. Runningv2024.2.39
produces this:The text was updated successfully, but these errors were encountered: