heroku / libcnb.rs

A framework for writing Cloud Native Buildpacks in Rust
BSD 3-Clause "New" or "Revised" License
34 stars 6 forks source link

[Stacked PR] Remove warn_later from output #760

Closed schneems closed 7 months ago

schneems commented 7 months ago

The warn_later functionality relies on global state in a way that we're not thrilled about putting into everyone's build packs by default. This removes the feature, plain and simple.