Skip to content
  • Matthew Pickering's avatar
    20b702b5
    Javascript: Don't filter out rtsDeps list · 20b702b5
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    This logic appears to be incorrect as it would drop any dependency which
    was not in a direct dependency of the package being linked.
    
    In the ghc-internals split this started to cause errors because
    `ghc-internal` is not a direct dependency of most packages, and hence
    important symbols to keep which are hard coded into the js runtime were
    getting dropped.
    20b702b5
    Javascript: Don't filter out rtsDeps list
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    This logic appears to be incorrect as it would drop any dependency which
    was not in a direct dependency of the package being linked.
    
    In the ghc-internals split this started to cause errors because
    `ghc-internal` is not a direct dependency of most packages, and hence
    important symbols to keep which are hard coded into the js runtime were
    getting dropped.
Loading