jtojnar / nixpkgs-hammering

Beat your package expressions into a shape
MIT License
245 stars 14 forks source link

Fix AttrPathNotFound detection #21

Closed jtojnar closed 3 years ago

jtojnar commented 3 years ago

It probably never worked. Instead of crashing, let’s return null so that this can be detected in assertions.

Also fix --show-trace so that developers can see debug issues more easily.

cc @rmcgibbo

rmcgibbo commented 3 years ago

I tested this out with the examples from #18 & #19, and this looks very good.