Esme
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 ```...
Fixes #20732.
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...
Please add "Random" to the list of player sprite options, because random makes me happy.
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; };...