-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing on specific function, working on others #621
Comments
Hi, Please provide me the whole class code you have so that I can have an example. |
Can I send privately? It's closed source. |
@esetnik Sure. Mail me at [email protected] |
@esetnik Found the problem, even after working for so many years in PHP, I for somehow only took into account use statement usages of Thanks a lot for sharing the code in order for me to resolve this issue, highly appreciated! |
Hi, I just release v4.3.4, but through your code, I ran into another bug, so I had to do another release. Please use the new v4.3.5 and let me know if everything works as expected. I've tested lots of functions in the code you sent me, and they all generate proper documentation with v4.3.5! :) So, I don't expect anything odd to come up. |
I can confirm v4.3.5 is working well in that file now 👍. Thanks for all your hard work. |
Describe the bug
Line: " public function getDepartmentTrainingPlans(string $departmentId)"
Exception: Vim(return):E474: Expected true: thread 'main' panicked at 'called
Option::unwrap()
on aNone
value', src/php/parser.rs:172:34note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceHelper output: thread 'main' panicked at 'called
Option::unwrap()
on aNone
value', src/php/parser.rs:172:34note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceError detected while processing function doge#generate[31]..doge#run_parser[56]..function doge#generate[31]..doge#run_parser:
line 51:
[vim-doge] php parser failed
Press ENTER or type command to continue
Settings
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Output of
./bin/vim-doge-helper --version
Output of
vim --version
The text was updated successfully, but these errors were encountered: