Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
13970 commits behind the upstream repository.
  • Torsten Schmits's avatar
    d3874407
    Fix several mistakes around free variables in iface breakpoints · d3874407
    Torsten Schmits authored and Marge Bot's avatar Marge Bot committed
    Fixes #23612 , #23607, #23998 and #23666.
    
    MR: !11026
    
    The fingerprinting logic in `Iface.Recomp` failed lookups when processing decls containing breakpoints for two reasons:
    
    * IfaceBreakpoint created binders for free variables instead of expressions
    
    * When collecting free names for the dependency analysis for fingerprinting, breakpoint FVs were skipped
    d3874407
    History
    Fix several mistakes around free variables in iface breakpoints
    Torsten Schmits authored and Marge Bot's avatar Marge Bot committed
    Fixes #23612 , #23607, #23998 and #23666.
    
    MR: !11026
    
    The fingerprinting logic in `Iface.Recomp` failed lookups when processing decls containing breakpoints for two reasons:
    
    * IfaceBreakpoint created binders for free variables instead of expressions
    
    * When collecting free names for the dependency analysis for fingerprinting, breakpoint FVs were skipped
Code owners
Assign users and groups as approvers for specific file changes. Learn more.