Amr Hesham

Results 19 issues of Amr Hesham

Implement string function in our engine, one per pull request. Steps: - Choose unimplemented function and write `I am on `. - Then start implement the function in `crates/gitql-ast/function.rs`. -...

good first issue

Organizing the required files and Publish the app to F-Droid store

help wanted

We can query information from any node kind with in the same `TranslationUnit` no need to re parse the files over and over so we should cashe it and only...

enhancement

Add support for templates info in functions table

enhancement

Currently the DataProvider work with files one by one but we can change this to work in parallel so we can go faster - Read the DataProvider file and think...

enhancement

After reading how ClangQL get function information it's time to add support for another node kind like classes, - Find what info we can read it using libclang. - Define...

enhancement

After reading how ClangQL get function information it's time to add support for another node kind like an enum, - Find what info we can read it using libclang. -...

enhancement

Extend the CI/CD pipeline actions from GitQL repo to add support for installing libclang and allow releasing for Windows, MacOS and Linux https://github.com/AmrDeveloper/GQL/tree/master/.github/workflows

DevOps

Hello, There are a lot of warns that detected by clippy, is there is any plan to work on them for example as good first issue? many of them are...

pr-not-reviewed