vala-lint icon indicating copy to clipboard operation
vala-lint copied to clipboard

Add new introspectable Vlint library

Open esodan opened this issue 3 years ago • 1 comments

This new library is introspectable, so it produce GIR/TYPELIB files to be used by JavaScript, Python and any other library introspectable depending on it.

These changes also fix memory leaks because when running checks for files it never removes created Vala.Context using pop() method.

esodan avatar Feb 07 '22 02:02 esodan

@esodan aside from the build file conflict, this looks good to me!

kgrubb avatar Mar 09 '22 17:03 kgrubb