Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    29fd0a47
    Fix #2992: don't create a named event · 29fd0a47
    Simon Marlow authored
    Evidently I misread the docs for CreateEvent: if you pass a name to
    CreateEvent, then it creates a single shared system-wide Event with
    that name.  So all Haskell processes on the machine were sharing the
    same Event object.  duh.
    29fd0a47
    History
    Fix #2992: don't create a named event
    Simon Marlow authored
    Evidently I misread the docs for CreateEvent: if you pass a name to
    CreateEvent, then it creates a single shared system-wide Event with
    that name.  So all Haskell processes on the machine were sharing the
    same Event object.  duh.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.