Skip to content
  • Torsten Schmits's avatar
    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