Results 13 issues of Esme

Since Debug is apparently the default in MonoDevelop and is required for running the tests, it should be a configuration suitable for development. That means traces (which cause the tests...

Given this testcase: if ( 1 and *( 0 ) ) MsgBox, yes else MsgBox, no the parser interprets the \* as a binary multiplication operator, instead of a unary...

This is mainly an excuse to get down some thoughts about the X protocol and how to use it to do these crazy things. Maybe you guys have already figured...

This is more of a brainstorming bug for now than something actionable. I've been spinning my wheels since learning that I need software GL (and thus mesa drivers) for save...

## Steps to Reproduce 1. Compile code in Mono referencing the `System.Collections.Generic.Stack` or `System.Collections.Generic.Queue` types. 2. Attempt to run the code on Windows Example code attached. ### Current Behavior ```...

Tested for merging into Wine Mono, but this most likely affects Wine generally. I used One Finger Death Punch to test. Excerpt of terminal output: ``` 01ac:fixme:d3d11:d3d11_device_CheckFormatSupport iface 02BBD018, format...

Direct3D

Please add "Random" to the list of player sprite options, because random makes me happy.

enhancement

Clang warns when a header modifies the packing pragma, even when that's the purpose of the header. ``` meh@vincent:~/work/wine-mono$ cat test.c #include struct test { char a; int b; };...