aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5460.v
Commit message (Collapse)AuthorAge
* Fixing #5460 (limitation in computing deps in pattern-matching compilation).Gravatar Hugo Herbelin2017-04-08
This was assuming dependencies occurring in configurations of the form x:A, y:B x, z:C x y |- match x, y, z with ... end". But still work to do for better management of dependencies in general...