Jason Dictos

Results 18 comments of Jason Dictos

Hows linux support as of today?

There any important upstream changes in cppcoro branches that I'd be missing out on? It work? ;)

oh btw one thing I noticed with your repo @neo5167 is the definition of the linux inner namespace conflicts with some other projects pre-processor definition of linux=1.

Alright cool @neo5167 got it building with vcpkg, will report back if I find anything, here's the port file info if anyone is needing it: https://bitbucket.org/aparavi/vcpkg/src/aparavi/ports/cppcoro/

Yeah they are uploaded, I have symbols for the binary: ![image](https://user-images.githubusercontent.com/5141450/139910924-e7ad2747-851b-478c-af1e-15b0aef3863a.png) We run these commands post build to publish: ``` sentry-cli releases new $ProjectVersion sentry-cli releases files $ProjectVersion upload $InstalledRoot/$ProjectName/boxReceive...

Well I see this error: ![image](https://user-images.githubusercontent.com/5141450/139911270-b52a298b-25f4-41c4-8ff9-9047fd53ade2.png)

I've uploaded symbols for our app, it crashed in libc. Not really interested in looking at the source code of libc, want to see the line/location where it called libc,...

To validate against an xsd I found this library to do the job: https://github.com/marudor/libxmljs2

I'm experiencing this problem, except in my case its an inherited include path which isn't propagating when cotire is enabled.