-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ysh] Fix '= __builtins__' bug in a different way
value::Stdin is a global singleton, so it has no object ID. That is, the assertion to prevent HeapTag::Global was correct. So add a case for value::{Stdin,Interrupted} in the pretty printer.
- Loading branch information
Andy C
committed
Nov 2, 2024
1 parent
6bc0ab0
commit ebbcce2
Showing
3 changed files
with
22 additions
and
6 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