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

remove Render instances for cats.Show and add Render.show[T] #727

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

cornerman
Copy link
Member

We cannot assume that a Show instance is always meant to be rendered in the UI.

We cannot assume that a Show instance is always meant to be rendered in the UI.
@cornerman
Copy link
Member Author

An example: Show[Unit].show(()) == "()".

@cornerman cornerman requested a review from fdietze August 16, 2023 09:12
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #727 (6ad227c) into master (7cef9e4) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #727   +/-   ##
=======================================
  Coverage   57.48%   57.48%           
=======================================
  Files          23       23           
  Lines        1303     1303           
  Branches       87       87           
=======================================
  Hits          749      749           
  Misses        554      554           
Files Changed Coverage Δ
outwatch/src/main/scala/outwatch/Render.scala 39.56% <0.00%> (ø)

@cornerman cornerman merged commit b8cc7b1 into master Aug 22, 2023
5 of 6 checks passed
@cornerman cornerman deleted the no-show branch August 22, 2023 18:54
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

Successfully merging this pull request may close these issues.

None yet

2 participants