Leandro T. C. Melo

Results 25 comments of Leandro T. C. Melo

The `InvalidOperationException` is generated from MSBuild API, but it does so because Buildalyzer adds duplicate `Project`s to a `Solution`/`Workspace`. You can reproduce this issue by creating `.csproj` files that map...

> Any chance you could work up a small reproducible project with the latest version that exhibits this problem? @daveaglick [the project I describe here](https://github.com/dotnet/roslyn/issues/49731#issue-755277847) reproduces the issue I mention.

Hi @hippo91, it seems that: - not always the recursion is infinite, there appears to exists a co-relation with the files/project being processed; I couldn't spot what is breaking the...

NOTE: There was a [change from Python 3.4 to 3.5 in this area](https://greentreesnakes.readthedocs.io/en/latest/nodes.html#Call); maybe I should rely just on `Keyword`…

I didn't know about such ubuntu "situation"… it appears that it needs `` (with extra link flags). But I think this can be handled in the Cmake file and with...

The patch looks good to me @andrewvaughanj , but the build failed; once it's fixed I can merge the PR.

Hi @andrewvaughanj , I see you've put some time on working around Ubuntu's `filesystem` fault, but I'd prefer that we, instead of dealing with raw pointers/legacy API (it's error prone,...

> So, I'm fine to "work around 18.04" but does this mean you actually prefer the pid-based approach? Kind of … :slightly_smiling_face: I mean the approach with `` / ``,...

If you ask me, I'd say the temporary directory + `.i` file. (But with the API.) 🙂

@geekrelief please check my reply to @andrewvaughanj 's PR [here](https://github.com/ltcmelo/psychec/pull/43#issuecomment-926534481). Thanks for trying to help @andrewvaughanj :-)