-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
by jeff.allen:
What steps will reproduce the problem? 1. write terminal.MakeRaw(os.Stdout.Fd()) 2. notice it doesn't compile 3. write terminal.MakeRaw(int(os.Stdout.Fd())) What is the expected output? It would be nicer if MakeRaw agreed with Fd() that the type of a file descriptor is uintptr. Which revision are you using? (hg identify) bce220d03774 weekly/weekly.2012-03-22
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.