Skip to content

Conversation

@oxinabox
Copy link
Member

@nickrobinson251 pointed out:

(not this PR, afaiu): InplaceableThunk prints kinda funny (split over two lines)

julia> ithunk
InplaceableThunk(Thunk(var"#15#17"())
, var"#16#18"())

Because repr(::Thunk) hcalls show(::Thunk) which calls println
so we need to strip it out before using it in the show for InplaceThunk.

idk if this is the right fix, or if the problem is that show(::Thunk) should just use print not println ?

@nickrobinson251
Copy link
Contributor

should just use print not println ?

Yeah using print sounds right to me

@oxinabox oxinabox merged commit d981e09 into master Oct 16, 2020
@oxinabox oxinabox deleted the ox/fixinplacethunkshow branch October 16, 2020 14:12
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.

3 participants