Skip to content

Conversation

@rjrjr
Copy link
Collaborator

@rjrjr rjrjr commented Oct 4, 2023

This:

object Hey : Screen
NamedScreen(NamedScreen(Hey, "one"), "ho")

is now logged as this:

NamedScreen:ho(NamedScreen:one(com.squareup.workflow1.ui.NamedScreenTest$Hey))

instead of this:

com.squareup.workflow1.ui.NamedScreenTest$Hey+NamedScreen(one)+NamedScreen(ho)

This:

```
object Hey : Screen
NamedScreen(NamedScreen(Hey, "one"), "ho")
```

is now logged as this:

```
NamedScreen:ho(NamedScreen:one(com.squareup.workflow1.ui.NamedScreenTest$Hey))
```

instead of this:

```
com.squareup.workflow1.ui.NamedScreenTest\$Hey+NamedScreen(one)+NamedScreen(ho)
```
@rjrjr rjrjr marked this pull request as ready for review October 4, 2023 18:05
@rjrjr rjrjr requested review from a team and zach-klippenstein as code owners October 4, 2023 18:05
@rjrjr rjrjr merged commit 0a14ba0 into main Oct 5, 2023
@rjrjr rjrjr deleted the ray/invert-keyFor branch October 5, 2023 16:48
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.

4 participants