Assertion failure when using list in hphpd with same-named function and class
Open
crash
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
In test.php:
``` hack
run
Program test.php exited normally.
hphpd> list Bloo
Assertion failure: hphp/runtime/debugger/cmd/cmd_list.cpp:186: listFunctionOrClass: assertion `info.size() == 1' failed.
```
I think hphpd already has infrastructure to offer a choice between options, which is probably what we should do here.
Contributor guide
Assessment
This issue has not been assessed yet.