Skip to content

Instantly share code, notes, and snippets.

You appear to be advocating a new:
[ ] cloud-hosted [ ] locally installable [ ] web-based [ ] browser-based [ ] language-agnostic
[ ] language-specific IDE. Your IDE will not succeed. Here is why it will not succeed.
You appear to believe that:
[ ] Syntax highlighting is what makes programming difficult
[ ] Garbage collection is free
[ ] Computers have infinite memory
[ ] Nobody really needs:
### Keybase proof
I hereby claim:
* I am migueldeicaza on github.
* I am migueldeicaza (https://keybase.io/migueldeicaza) on keybase.
* I have a public key whose fingerprint is 161C 35A0 6E68 E3E4 C084 64F9 A0AB BD0B 56B7 D30A
To claim this, I am signing this object:
diff --git a/external/rx b/external/rx
--- a/external/rx
+++ b/external/rx
@@ -1 +1 @@
-Subproject commit 00c1aadf149334c694d2a5096983a84cf46221b8
+Subproject commit 00c1aadf149334c694d2a5096983a84cf46221b8-dirty
diff --git a/mcs/mcs/Makefile b/mcs/mcs/Makefile
index d2aa50e..8999939 100644
--- a/mcs/mcs/Makefile
+++ b/mcs/mcs/Makefile
public class LineEditor {
public delegate string [] AutoCompleteHandler (string text, int pos);
/// <summary>
/// Invoked when the user requests auto-completion using the tab character
/// </summary>
/// <remarks>
/// The result is null for no values found, an array with a single
/// string, in that case the string should be the text to be inserted
Index: mediaelement.cpp
===================================================================
--- mediaelement.cpp (revision 120951)
+++ mediaelement.cpp (working copy)
@@ -348,6 +348,12 @@
SetValue (MediaElement::AttributesProperty, Value::CreateUnref (new MediaAttributeCollection ()));
SetValue (MediaElement::MarkersProperty, Value::CreateUnref (new TimelineMarkerCollection ()));
+
+ printf ("Object at: 0x%p\n", this);
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using System.Drawing;
namespace AdMobLib {
[BaseType (typeof (UIView))]
interface AdMobView {
[Export ("initWithFrameRect:")]
IntPtr Constructor (RectangleF rect);
<%@ WebService Language="c#" Codebehind="TestService.asmx.cs" Class="WebServiceTests.TestService" %>
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
namespace WebServiceTests
{
public class TestService : System.Web.Services.WebService
{
Unhandled Exception: System.MissingMethodException: No constructor found for MonoTouch.UIKit.UIControlEventProxy::.ctor(System.IntPtr)
at System.Activator.CreateInstance (System.Type type, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes) [0x00134] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:284
at System.Activator.CreateInstance (System.Type type, System.Object[] args, System.Object[] activationAttributes) [0x00000] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:233
at System.Activator.CreateInstance (System.Type type, System.Object[] args) [0x00000] in /Developer/MonoTouch/Source/mcs/class/corlib/System/Activator.cs:228
at MonoTouch.ObjCRuntime.Runtime.ConstructNSObject (IntPtr ptr, IntPtr klass) [0x0000d] in /cvs/iphone/monotouch/ObjCRuntime/Runtime.cs:142
at MonoTouch.ObjCRuntime.Runtime.GetNSObject (IntPtr ptr) [0x0001f] in /cvs/iphone/m
Thread started:
..
Unhandled Exception: System.ArgumentException: GCHandle value belongs to a different domain
at System.Runtime.InteropServices.GCHandle.op_Explicit (IntPtr value) [0x0003d] in /Developer/MonoTouch/Source/mcs/class/corlib/System.Runtime.InteropServices/GCHandle.cs:129
at System.Runtime.InteropServices.GCHandle.FromIntPtr (IntPtr value) [0x00000] in /Developer/MonoTouch/Source/mcs/class/corlib/System.Runtime.InteropServices/GCHandle.cs:172
at MonoTouch.AudioToolbox.AudioQueue.property_changed (IntPtr userData, IntPtr AQ, AudioQueueProperty id) [0x00000] in /cvs/iphone/monotouch/AudioToolbox/AudioQueue.cs:333
at (wrapper native-to-managed) MonoTouch.AudioToolbox.AudioQueue:property_changed (intptr,intptr,MonoTouch.AudioToolbox.AudioQueueProperty)
MCS [net_2_0] Mono.Security.dll
Stacktrace:
at Mono.CSharp.Driver.Main (string[]) <0xffffffff>
at Mono.CSharp.Driver.Main (string[]) <0x00046>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0x00054>
Native stacktrace:
/cvs/llvm/mono/mono/mini/mono [0x4908fc]