oxfordmmm / piezo

Other
2 stars 0 forks source link

fix: ensure that null calls can't hit default rules #19

Closed JeremyWesthead closed 4 months ago

JeremyWesthead commented 4 months ago

As we get to a point where gumpy/gnomonicus will be handling actual null calls from routine inputs, this should ensure that these null calls don't hit default rules. Without this, we'll get additional Us from any null call without a specific F rule (which will now be possible)