Johannes Pfau
Johannes Pfau
ping @ibuclaw I guess if DMD now starts to really employ the 'no cleaning up after throwing an error' rule and druntime and other libraries are fixed, we could finally...
Also OK, I don't have a strong opinion on that. Although an abort could make debugging easier than a crash somewhere in the unwind logic. OTOH architectures which can unwind...
> In the waitForData snippet you call leastSize even if waitForData has returned false. Ouch! I introduced that when refactoring `throw new ConnectionException` into `connErr = new ConnectionException`... I guess...
> The MSP430X should match with version(MSP430), since it's a small set of backwards compatible ISA extensions (with no mode change), and an MSP430X can be used as an MSP430....
1. OK 2. Yes this is possible, but right now loading DerelictGL will also load glx/wgl using the loadPlattformGL function. However, using egl+opengl shouldn't require glx or wgl (there are...
Yes, this sounds like a good idea. I need some time to finish the OpenGL ES stuff, I'll update this pull request when it's finished.
I had exactly the same problem on Archlinux, MonoDevelop 5.10. I got that Exception on the update and couldn't enable the addon anymore. Even deleting the addon, manually removing it...
> All inputs (e.g. obtained by the git resource) are owned by root. Outputs as well, unfortunately. So it's not possible to generate outputs either.
Hi Lukas, thanks for the response. I'll elaborate a bit on the usecase: I wanted to test the "run services in containers" approach to run a sabnzbd container. Sabnzbd seemed...
> With the current set of features this is what I would (quite naively) do: Good idea, thanks! I'd like to keep the SPI FIFO a bit smaller. Right now...