-
Notifications
You must be signed in to change notification settings - Fork 629
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
Lisp: add def{struct,type,method,class,generic,parameter} kinds and definer field #4121
Lisp: add def{struct,type,method,class,generic,parameter} kinds and definer field #4121
Conversation
Signed-off-by: Masatake YAMATO <[email protected]>
fab9fbe
to
9ae8d4c
Compare
Looks good to me! Sorry for being so chaotic, but can you also add |
9ae8d4c
to
0fbaec4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4121 +/- ##
==========================================
+ Coverage 85.85% 85.89% +0.03%
==========================================
Files 239 239
Lines 58654 58695 +41
==========================================
+ Hits 50358 50416 +58
+ Misses 8296 8279 -17 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
0fbaec4
to
9addeda
Compare
I added the |
Semantically,
Ah, okay then. |
Unifying variables and parameters is the job of client tools. |
So be it then 👌 |
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
versionCurrent and versionAge are not updated in this commit. They may be updated in following commits. Signed-off-by: Masatake YAMATO <[email protected]>
9addeda
to
6c25a62
Compare
Signed-off-by: Masatake YAMATO <[email protected]>
Increment the age of the parsers: 0.1 Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
…ence between the languages Signed-off-by: Masatake YAMATO <[email protected]>
6c25a62
to
36181d3
Compare
Close #4120.