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
Projects depending on cli-ui also have to disabled ruby warnings as otherwise the terminal is cluttered with warning.
Basically all file inside the cli/ui/ folder that contain a require 'cli/ui' will throw a circular dependency warning.
Not a breaking deal, but wanted to let you know :).
The text was updated successfully, but these errors were encountered:
Hi friends 👋 ,
This gem has a few circular dependency issues, Ruby adds a warning about it but this project has disable warning when running the test suite
cli-ui/Rakefile
Line 13 in b34c774
Projects depending on cli-ui also have to disabled ruby warnings as otherwise the terminal is cluttered with warning.
Basically all file inside the
cli/ui/
folder that contain arequire 'cli/ui'
will throw a circular dependency warning.Not a breaking deal, but wanted to let you know :).
The text was updated successfully, but these errors were encountered: