You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this simple file, under windows, called sample.d:
/// commentuintaa(){return0;}
I run this commands:
echo off
start dcd-server
dcd-client -d -c 20 sample.d > temp.txt
type temp.txt
erase temp.txt
pause
I get no result.
And DCD-server tells me:
[info ] Getting doc comment
[error] Could not find declaration of uint from position 20
[error] Could not find symbol
[info ] Request processed in 0.485199 milliseconds
If I replace aa return type by void it works.
and the file contains, as expected _comment_ and DCD-server tells me
Oops soory Zalastax I didn't meant to be so self-centered, actually you pushed the topic and it may be usefull. B.Shott has updated libdparse since two days and I hope it could fix the issue.
My recent updates to libdparse involve fixing bugs that you will probably never trigger. (I've been testing the parser against a random code generator.)
I have this simple file, under windows, called sample.d:
I run this commands:
I get no result.
And DCD-server tells me:
If I replace aa return type by void it works.
and the file contains, as expected
_comment_
and DCD-server tells meThe text was updated successfully, but these errors were encountered: