Skip to content
  • Andreas Klebinger's avatar
    18860aa6
    SpecConstr: Introduce a separate argument limit for forced specs. · 18860aa6
    Andreas Klebinger authored and Zubin's avatar Zubin committed
    We used to put no limit at all on specializations forced via the SPEC
    argument. This isn't always reasonable so we introduce a very high limit
    that applies to forced specializations, a flag to control it, and we now
    emit a warning if we fail a specialization because we exceed the
    warning.
    
    Fixes #25197
    
    (cherry picked from commit da20cac1)
    18860aa6
    SpecConstr: Introduce a separate argument limit for forced specs.
    Andreas Klebinger authored and Zubin's avatar Zubin committed
    We used to put no limit at all on specializations forced via the SPEC
    argument. This isn't always reasonable so we introduce a very high limit
    that applies to forced specializations, a flag to control it, and we now
    emit a warning if we fail a specialization because we exceed the
    warning.
    
    Fixes #25197
    
    (cherry picked from commit da20cac1)
Loading