Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Revert & fix "Revert ".eager shouldn't flatten" (breaks panda reboots…
…trap)" This reverts commit 7b153f5. .eager should actually be eager, even if it's called on a Parcel :P More importantly, EAGER should actually eagerify its arguments. The issue was that it was making a Parcel, passing the Parcel to Any.eager to get flattened, and from there passed to List.eager. So we just make a flat List instead and call List.eager.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters