Princeton Ferro

Results 138 comments of Princeton Ferro

> So, if you have both `dependency('glib-2.0'),` and `add_global_arguments('--profile=posix', language:'vala')` then vls crashes. Even with this change, I still can't reproduce this issue.

Yeah, I've been able to reproduce this actually.

It honestly seems like this is an issue in upstream, as I'm getting errors deep in `libvala`. However this is also a very unusual configuration that's impractical (no one is...

Also, with respect to improving debugging, see #26 and #203

Are you working with a Vala CMake project?

Please see #73. The answer to your question is that you can't ignore these issues, and the fix should be to support CMake.

Yes. It's possible for VLS to get project information from Builder instead of introspecting the build files. Then, when evaluating dependencies, Builder can point us to the SDK it downloaded...

Do mean that, when typing `new `, VLS should show suggestions for types that have not been imported, and completing the suggestion should add a `using` directive to the top...

This is an issue that comes up because of the way the Vala compiler establishes the source reference for a class declaration's `Vala.Scope` (it only covers the SRs of the...