Skip to content
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

Add new introspectable Vlint library #158

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2022

  1. Add new introspectable Vlint library

    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 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    32687c6 View commit details
    Browse the repository at this point in the history
  2. Mistake: fix set its uri

    esodan committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    35f7712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    697ddc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    354fd37 View commit details
    Browse the repository at this point in the history