Re: [Mono-dev] mono for arm does not work with AOT

2007-07-24 Thread Miguel de Icaza
> output error: > > mono --aot HelloWorld.exe > Mono Ahead of Time compiler - compiling assembly > /mono-examples/HelloWorld.exe > > ** ERROR **: file mini-arm.c: line 2158 (mono_arch_output_basic_block): > should not be reached > aborting... > Stacktrace: Correct, AOT is not supported on ARM. _

Re: [Mono-dev] [PATCH] rootcontext

2007-07-25 Thread Miguel de Icaza
> In /nostdlib mode, mcs loads predefined types, and validates that > System.Enum is a class instead of a ValueType. Attached is a patch to > fix that. Am confused, what is this for? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] Updated Silverlight

2007-07-28 Thread Miguel de Icaza
Hello folks, An updated version of Silverlight 1.0 and 1.1 has been released; There are no API changes on the 1.1 .NET API, but the quote from the blog post is "more than 2000 bugs fixed" (this was in the rendering engine), so it might be worth testing against this updated engine. Announc

Re: [Mono-dev] Smokey - a new FxCop/Gendarme like tool

2007-07-28 Thread Miguel de Icaza
Hello, > I've written a tool to analyze assemblies for problems. Currently it > only supports eleven rules, but that's enough to find some serious > problems in the 1.2.5 mono assemblies. Here are some sample reports: > T

Re: [Mono-dev] Request for backport of garbage collection patch

2007-07-30 Thread Miguel de Icaza
> Right. The problem is that mono 1.2 fails horribly under wine, whereas > mono 1.1 works pretty well. I'm working on getting mono 1.2 to run > under wine, but having a fully-functional 1.1 runtime would help. It would be interesting to know how Mono 1.2 fails with Wine, there is not much in this

Re: [Mono-dev] Smokey - a new FxCop/Gendarme like tool

2007-07-30 Thread Miguel de Icaza
Hello Jesse, In some cases, we are unable to change the API, it would probably be useful to make the MethodCanBeMadeStatic check ignore public methods from an API. Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://li

Re: [Mono-dev] Updated Silverlight

2007-07-30 Thread Miguel de Icaza
> Where can I find screenshots of Mono/Linux/Silverlight? In www.mono-project.com/MoonlightShots Miguel. > pablo > - Original Message - > From: "Chris Toshok" <[EMAIL PROTECTED]> > To: "Miguel de Icaza" <[EMAIL PROTECTED]> > Cc

[Mono-dev] Call for release notes.

2007-08-01 Thread Miguel de Icaza
Hello, The draft release notes for the upcoming Mono 1.2.5 has been uploaded here: http://go-mono.com/archive/1.2.5/ Please let me know of any missing functionality or other important things that we should mention on the release notes.

Re: [Mono-dev] Mono 1.2.5 Preview 2

2007-08-03 Thread Miguel de Icaza
> > And I was assuming (probably it is wrong) that the parameter X was always > the itemId (which is a long). It used to work, but now I realize it can be > wrong This does look very wrong. All the values in the binary search must be of the same type and you are casting it to two different t

Re: [Mono-dev] Cross-platform command-lines

2007-08-03 Thread Miguel de Icaza
> I haven't but I'll take a look. Do you use the double-dash > convention as well? I wonder if that's something windows > users can get accustomed to? It seems that the majority of the flags on Windows take the form /word but they tend to accept -word. In Unix historically options after a single

Re: [Mono-dev] AJAX Control Toolkit and System.NullReferenceException

2007-08-04 Thread Miguel de Icaza
Hello Jens, Do you have a self-contained test case that we could use to reproduce the problem? > Hello, > > > > I am currently testing the "AJAX Control Toolkit". There are no > problems with most of the controls, only a couple of > > doesn't work at the moment. I want to use this Toolki

Re: [Mono-dev] VC 2005

2007-08-07 Thread Miguel de Icaza
> but i started with SharpUSBLib, but it's buggy and no longuer maintained ... > I can maybe code an other lib ... based on native libusb on OS X / Linux > and on LibUsbDotNet for windows ... > > It's maybe time consuming ... > > Someone wants to help ? we can License it under LGPL In Mono we

Re: [Mono-dev] Unhandled Exceptions in Mono

2007-08-07 Thread Miguel de Icaza
Hello, > It appears that Mono doesn't honor the enabled="1"/> setting in NUnit's config. I process the unhandled exception > but the app closes anyway. This is the same behavior I had in .NET 2.0 > before adding the above setting. > > I'm still using 1.2.2 but this would be a good reason for me

Re: [Mono-dev] SPAM-LOW: Re: Unhandled Exceptions in Mono

2007-08-07 Thread Miguel de Icaza
> Mono didn't introduce the breaking change in the 2.0 profile. Unhandled > exceptions can be taken care of by an UnhandledExceptionHandler without use > of the element. > > Is this by design? Or is it a compatibility bug? We discussed this a few years ago, but I do not remember what we did abou

Re: [Mono-dev] Qt# stability

2007-08-10 Thread Miguel de Icaza
> Does anyone know how stable Qt# is right now and how up-to-date > http://www.gotmono.com/docs/qt/faq.html is? That document is ancient, I do not think it has been updated in 3-4 years. There are new bindings for Qt, check these out: http://dot.kde.org/1183467123/ ___

Re: [Mono-dev] Remoting with DateTime

2007-08-11 Thread Miguel de Icaza
Hello Lionel, A few questions: * Will this break with older Mono implementations, say with data that was stored with old versions? It seems like you put some effort on not breaking. * Would you mind providing NUnit test cases that would exerci

Re: [Mono-dev] [PATCH] System.Linq.Expressions, v2

2007-08-13 Thread Miguel de Icaza
Hello! I commited this earlier today, but my mail is down from my laptop. If you plan on being involved doing some more of that work, we could get you an account, check www.mono-project.com/SVN Thanks! Miguel. >>> Federico Di Gregorio <[EMAIL PROTECTED]> 08/13/07 5:31 PM >>> Il giorno

Re: [Mono-dev] Socket has a dynamic GetHashCode method

2007-08-13 Thread Miguel de Icaza
Hey, That sounds like a bug to me. > Socket relies on the underlying operating system handle for its > HashCode, this creates a problem if later after the underlying resource > has been disposed but the Socket object is still in use > > For example... > > Hashtable ht = new Hashtable(

Re: [Mono-dev] [PATCH] System.Linq.Expressions, v2

2007-08-13 Thread Miguel de Icaza
Hey, I have commited the patch. > Il giorno lun, 13/08/2007 alle 22.07 +0100, Marek Safar ha scritto: > > Hi Federico, > > > attached to this email there is the updated System.Linq.Expressions > > > patch. I fixed the StringBuilder problem, added unique IDs to all tests, > > > used Assert.IsN

Re: [Mono-dev] [PATCH] System.Linq.Expressions, v2

2007-08-13 Thread Miguel de Icaza
Hello Federico, I have commited your patch to SVN. If you are interested in continuing contributions, we could give you an SVN account, for details, see: www.mono-project.com/SVN Miguel > Hi, > > attached to this email there is the updated System.Linq.Expressions > patch. I fix

Re: [Mono-dev] [PATCH]System.IO.File.Replace

2007-08-15 Thread Miguel de Icaza
Hello, > I thought the ()'s around the return was a bit odd myself. But since > I did not understand why they were in the existing code I kept the > pattern going. I will remove them from my changes. The io-layer is an exception to the coding guidelines of Mono. Dick Porter tends to use the r

Re: [Mono-dev] : DateTime.Parse patch

2007-08-15 Thread Miguel de Icaza
Hello Eyal, Sorry for the delay;This patch does look good to me to go into the repository. thanks! Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Bugzilla: important.

2007-08-16 Thread Miguel de Icaza
As you may or may not know, the Mono team is in the process of switching from the Ximian Bugzilla to the Novell Bugzilla. The Ximian Bugzilla installation is a very old, patched, modified, buggy and unmaintained version of Bugzilla. The Novell Bugzilla team has offered to take over the maintenance

Re: [Mono-dev] SWF on Quartz (OS X)

2007-08-20 Thread Miguel de Icaza
Hello, > Hi, does anyone know for when is SWF on Quartz planned ? > Because for now SWF is based on GTK and X11 wich is a pain. It is based on X11, not based on Gtk. There is some work being done by Attacom.com, I hope they will post a status report soon (see the blogrol) ___

Re: [Mono-dev] SWF on Quartz (OS X)

2007-08-21 Thread Miguel de Icaza
> but GTK doesn't offer the native look-n-feel (very important on OS X) i > can expect from Quartz or wxWidget. Native look and feel is important everywhere. But there needs to be some nuance as to when it actually matters. Vendors are often criticized for not even following their own look and

Re: [Mono-dev] Possible bug in xslt extension object

2007-08-21 Thread Miguel de Icaza
Hello, As usual, please file a bug report. That way we can properly follow up on it. > Hi there, > > While building an XmlTransformation class that can embed external objects > into the xsl transformation process via System.Xml.Xsl.XsltArgumentList I've > hit a possible bug in the mono s

Re: [Mono-dev] Gtk# Search codes and tutorials

2007-08-24 Thread Miguel de Icaza
> In fact I use Gtk.VBox and Gtk.HBox but all the widgets in the box > appear centered. Correct, what you have to do is set the "fill" property to be full, and then you can control how you want those widgets aligned (the horizontal and vertical alignments). __

Re: [Mono-dev] System.Web.Extension

2007-08-27 Thread Miguel de Icaza
Hello, [ This is a suggestion partially for Hari, who is starting to dip his feet in ASP.NET ] > > Is the mono version of System.Web.Extension.dll usable from svn ? > Yes. (Though not completely finished). > > > I tried it and I am unable to use it the same of Microsoft's. > Ple

Re: [Mono-dev] Gtk# Search codes and tutorials

2007-08-27 Thread Miguel de Icaza
> [code] > Nom = new Gtk.Label("Nom"); > Entry_nom = new Gtk.Entry(); > Gtk.Label spacer1 = new Gtk.Label(" "); > Gtk.Label spacer2 = new Gtk.Label(" "); > hBox1.PackStart(spacer1,false,false,20); > hBox1.PackStart(Nom,false,false,2); >

Re: [Mono-dev] [System.IO.Ports] How to configure the serial port?

2007-08-28 Thread Miguel de Icaza
> I change "/dev/ttyS0" by "COM7" (the oxymeter is detected on this port > in Windows) and I don't know what is the number 38400... That looks like the baud rate. > Moreover I don't find the System.IO.Ports documentation in the mono > doc : http://www.go-mono.com/docs! > I suppose that this do

Re: [Mono-dev] How To: ASP.NET Ajax with Mono (with System.Web.Extensions.dll)

2007-08-28 Thread Miguel de Icaza
Hello Onur, I liked your How To, and I was wondering if you would mind taking this HOW-TO one step further. Let me explain. You mention that it would be nice if MonoDevelop would have better support for partial classes and Code Behind (or Code-Beside, or Code-something). Am assuming

Re: [Mono-dev] Compilation and App.ico

2007-08-30 Thread Miguel de Icaza
> I've detected the compiler needs the App.ico files to be in non readonly > state. .NET doesn't complain... Can you provide more information, hopefully a bug report? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian

Re: [Mono-dev] System.Web.Extension

2007-08-30 Thread Miguel de Icaza
Hello, > yes, my public server runs linux. ;-) I have deleted TodoItems.xsd and > the specified line in ToolScriptManager.skin, too. > > I have made some more modifications. If you are interested, I can give > a report, but this will take a while… So is this a bug in ASP.NET AJAX Toolkit, ASP.NE

Re: [Mono-dev] System.Web.Extension

2007-08-30 Thread Miguel de Icaza
Hello Jens, > AlwaysVisibleControl, AutoComplete, CascadingDropDown, > DynamicPopulate, FilteredTextBox, HoverMenu, MaskedEdit, > > NumericUpDown, Rating, ReorderList, SlideShow and ValidatorCallout Would you mind filing bugs for these on: www.mono-project.com/Bugs Describing the probl

Re: [Mono-dev] ask for backport on mono 1.2.5 branch

2007-08-31 Thread Miguel de Icaza
Hello, > In the actual release, a simple ASP.NET with a ListBox Control don't > work, viewstate deserialization problem... sigh.We made tons of preview releases to get people a chance to check stuff against 1.2.5. We have been doing them for more than a month now. Our largest release c

Re: [Mono-dev] Who broke master pages in trunk :)

2007-08-31 Thread Miguel de Icaza
> > Working on that, if Novell's crap login and authentication system > would send me my frakking validation email We are still using the old bug system: www.mono-project.com/Bugs Is the page to use to file bugs. ___ Mono-devel-list ma

Re: [Mono-dev] class status

2007-09-03 Thread Miguel de Icaza
Hello, > Just a small thing to do : > May someone change in the xml of the status for the svn > from > http://svn.myrealbox.com/viewcvs/trunk > to > http://anonsvn.mono-project.com/viewcvs/trunk/ This should soon be taken care of. Miguel. ___ Mono-dev

Re: [Mono-dev] Silverlight test suite

2007-09-07 Thread Miguel de Icaza
Hello, > Will the tests include all those regions? If yes, then this would be > awesome news for mono, even if only Novell employees would have access > to the tests, the whole project would benefit massively. Microsoft will give Novell access to the test suites. The bad news is that the test su

Re: [Mono-dev] Mono-devel-list Digest, Vol 29, Issue 21

2007-09-13 Thread Miguel de Icaza
> I have used this tutorial and I have never install glib. > I do not find why it do it... > Is there any flags to say that I do not want to use glib? > Because, I have never install it and tutorial say to not install it. GLIB is a requirement for Mono (there are some efforts to switch to an emb

Re: [Mono-dev] [Mono-list] Mono summit, options.

2007-09-18 Thread Miguel de Icaza
Hello, A few options; One is too far from Madrid, another one is at the same time as Simo (so it will be very hard to get hotels). So we are looking at it. > So, how is the thing going? Any notice? > > I've sent emails to three universities in Madrid, but none of them has > sent any re

Re: [Mono-dev] Smart client deployment in mono

2007-09-19 Thread Miguel de Icaza
Hello, > AFAIK, Mono doesn't support ClickOnce currently as it involves CAS > which isn't completed. For "FullTrust" we would not need CAS to be implemented, but we just have not had the time to implement it. > Regards, > > 2007/9/19, Yevgen Kryutchkov <[EMAIL PROTECTED]>: > > > > > > > > Hello

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Miguel de Icaza
Hello, > Wow, my complete apologies, I didn't realize the patch was so > inflated, its probably mostly line endings, I'll try and slim it down, > although if anyone has had some prior experience with a good > tool/practice, I'm all ears. It is best to submit small patches as you go that trying to

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-10-02 Thread Miguel de Icaza
Hey Cody, > I just want to quickly point out that we have made numerous improvements > to the look and functionality of gtk+ on Win32 during the 2.10-2.12 > cycle, and we are still working to further improve it. If there are any > particular issues that are blockers for you in gtk+, please file b

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-10-02 Thread Miguel de Icaza
Hello, > We had discussed this about a year ago and decided that we had different > interests, since we were focused on using MS .NET on Windows, and the > Mono team wanted to (rightfully so) focus on Mono on Windows. Are the binaries for .NET and Mono any different, other than the GAC install di

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-10-02 Thread Miguel de Icaza
> Yes, I think this is possible, however it would force you guys to ship > Mono in a separate installer. I think we can do that; If we can do installers with dependencies (if we move to MSI) then we can just have one that has everything, right? > While we're chatting, if anyone is interested i

[Mono-dev] gettext and Gtk#

2007-10-02 Thread Miguel de Icaza
> Regarding your feature request, of a fully managed gettext > implementation for Mono, that would only work partly if you use glade, > as glade will always use the unmanaged version. We could always change that. ___ Mono-devel-list mailing list Mono-de

Re: [Mono-dev] gnome-keyring-sharp due for the GAC

2007-10-02 Thread Miguel de Icaza
> This is the last chance to make API-breaking changes or even obsoletions > before we stabilize and make the release, so application authors and > packagers should speak up as soon as possible if they are uncomfortable > with any aspect of the library. At this stage, only critical changes > w

Re: [Mono-dev] Incorrect trunc() definition for MSVC in mono-compiler.h

2007-10-03 Thread Miguel de Icaza
Hello, Thanks, I have commited a patch. > Hi, > > mono/utils/mono-compiler.h has incorrect trunc() definition for Visual > Studio, causing overflow exceptions to be thrown from int->float > conversions with negative inputs. > > Line 88 is: > #define trunc(x)floor((x)) > when it should

Re: [Mono-dev] .net library shared source

2007-10-04 Thread Miguel de Icaza
> If we can't even look at the source, it will make it virtually > impossible for .net developers to contribute to mono, since the source > viewing will be integrated with visual studio and will greatly enhance > debugging, it would be stupid not to use it for regular developing. > Soon everyone w

Re: [Mono-dev] Class Status pages for Olive

2007-10-06 Thread Miguel de Icaza
> http://mono.ximian.com/monobuild/builds/HEAD/suse-100-i586/olive/86908/files/steps/api-diff/ Lets get these listed in the /Resources page which is our go-to place for this stuff. > Miguel mentioned that there are some missing assemblies (agclr, > System.Silverlight, etc). > > Is the masterinf

Re: [Mono-dev] 1.2.5 object initializers broken by 1.2.5.1?

2007-10-06 Thread Miguel de Icaza
Hello Antti, Please file bug reports for these issues. > Hello. > > It seems that throwing an exception with object initializers has broken. > Specifically this code: > > throw new Foo() { > x = 1, y = 2 > }; > > behaves differently from: > > var foo = new Foo() { >

Re: [Mono-dev] [PATCH] String.Split() broken behavior

2007-10-07 Thread Miguel de Icaza
Hey! > Attached is a revised patch to the String.Split problem. This patch now > includes code cleanup to bring it in conformance with the published > coding standards as well as unit tests relevant to the changes I made. Thanks for the contribution! > For what its worth, I would suspect that

Re: [Mono-dev] [Mono-winforms-list] Winforms WebBrowser control - call for apps

2007-10-09 Thread Miguel de Icaza
Hello, > I would like to test winforms .net applications that use the > WebBrowser control, and I need your feedback on what applications are > out there that use it. If you have one, or you know of one, please let > me know. Use the archives that I posted to the internal mailing list, they cont

[Mono-dev] Mono Summit 2007 announced.

2007-10-10 Thread Miguel de Icaza
The Mono Summit 2007 will be held in Madrid, Spain from November 26th to November 30th. The first two days are for contributors, the last three days are open to all users, developers and contributors to the project. See: http://www.mono-project.com/MonoSummit2007 You can also organize so

Re: [Mono-dev] FIPS 140 cryptography

2007-10-11 Thread Miguel de Icaza
Hello, I have updated our FAQ with the details from this discussion. I encourage folks to maintain our FAQs updated when we come across information like this: http://www.mono-project.com/FAQ:_Security#FIPS_Certification Feel free to correct or fix it. > Hello Vladimir, > > On T

Re: [Mono-dev] Asp.Net webpart question

2007-10-14 Thread Miguel de Icaza
> Is it among the plans of the team to finish webpart support in Mono's > Asp.Net? > The webpart infrastructure would greatly help our company to adopt Mono in > its portal projects. The bad news, is that currently we have no plans to work on this; There is very little demand for this feature co

Re: [Mono-dev] Guestimates for effort to port Mono to game console?

2007-10-15 Thread Miguel de Icaza
Hello, > Can anyone give me a guestimate on the effort to port the mono runtime > to an embedded PowerPC system (Wii and maybe even 360 if MS's 360 CLR > doesn't stack up) and/or any hints as to what that would entail? We are > considering going this route so that we could use C# for the scriptin

Re: [Mono-dev] Class Status Pages

2007-10-16 Thread Miguel de Icaza
Hello Wade, > Check out: > > http://www.mono-project.com/Template:StatusPages > > I'm pretty sure the description for olive needs to be updated... Was Olive supposed to be listed there? It seems to be missing the 2.1 assemblies for Silverlight. ___ M

Re: [Mono-dev] execv fails with error status 126

2007-10-17 Thread Miguel de Icaza
> > 1. execv() is a Dllimport from libc. > > You should use the Process class. > > > 2. This behavior is not consistently seen. > > 3. Application is a daemon process. > > 4. mono version used 1.1.13 > > You should use mono 1.2.5 and up. > > That said, you should post the signature of the met

Re: [Mono-dev] Silverlight/Moonlight questions

2007-10-18 Thread Miguel de Icaza
> - Is the moonlight designer already usable (it's called lunareclipse > right?). Sadly, no. > If yes, is there some page to download tarballs with it? BTW, > in a similar way as previous bullet: can lunareclipse be run from the > desktop without a browser? Yes. > If yes, can it be launch

Re: [Mono-dev] AutoResetEvent

2007-10-19 Thread Miguel de Icaza
Hello Gwyneth, > We have assumed that the MONO library is using the PThread > implementation to support the .NET event model, so what we need to get > from MONO is the value of the event that we can then send to the PThread > library call to set the event to wake up the .NET Event Received thread

Re: [Mono-dev] Silverlight/Moonlight questions

2007-10-19 Thread Miguel de Icaza
> Then, how are Vista Silverlight gadgets developed? Looking at some links > (for example [1], found by [2]) it seems like they use kind of a > "silverlight control". Probably I'm missing something (I should hack a > bit before asking dumb questions sorry...). It embeds a web control that embe

Re: [Mono-dev] Silverlight/Moonlight questions

2007-10-19 Thread Miguel de Icaza
> Is MS Silverlight also a native library like Moonlight? Doesn't it have > a managed API to be consumed by managed programs in order to use it > outside of a browser? It is a COM component, and Microsoft has stated that they do not plan on supporting that API and reserve the right to break it a

[Mono-dev] Developers: need 1.2.6 release notes.

2007-10-24 Thread Miguel de Icaza
Hey folks, If you developed a new feature, fixed an important bug, implemented a new optimization or reached an important milestone that must be mentioned in the release notes, please send me an email so we can include these for the Mono 1.2.6 release notes. ___

Re: [Mono-dev] Developers: need 1.2.6 release notes.

2007-10-24 Thread Miguel de Icaza
> I was unable to find anything regarding a roadmap, so I guess the > pertinent question is, when should everybody have these in to you, > and when's 1.2.6 planned for release? (When I spoke with you in > Boston I remember you saying the next release was in a couple months) Well, we are pla

Re: [Mono-dev] Developers: need 1.2.6 release notes.

2007-10-25 Thread Miguel de Icaza
Hello, > I'm having trouble convincing you developers to look at the fix though. > I submitted what I hope is the final version of the patch a week ago, > and no one has said a word. Perhaps the problem is that no one is > responsible for corlib? The patch was reviewed on October 12th when a n

Re: [Mono-dev] Developers: need 1.2.6 release notes.

2007-10-25 Thread Miguel de Icaza
Hello Tyler, > The String.Split bug for which I posted a patch I would consider an > "important bug", since it's a fix for a core system function (it doesn't > get any more "core" than System.String) that was implemented incorrectly. Never mind my previous comments; I did not see that your re

[Mono-dev] MonoSummit: Planning the Sessions

2007-10-26 Thread Miguel de Icaza
Hey folks, Am looking for ideas for topics that developers would be interested in hearing about at the Mono Summit. Last year, we chose in advance that the developers in the team will each present what they are working on. This does not necessarily map to what people wanted to learn

Re: [Mono-dev] Is AJAX ready

2007-10-26 Thread Miguel de Icaza
> Does the last version of Mono 1.2.5.1 support Ajax? It does not. Mono compiled from SVN today does; Or you can wait for the official release and packages for Mono 1.2.6 Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-dev] questions about embedded devices with mono

2007-10-26 Thread Miguel de Icaza
> What are the minimum requirements for running Mono? I mean, what would > be the minimum amount of RAM for booting into Linux and running Mono's > runtime. You would need about 8 megs of free memory to run your app; Probably less, but that should be good to run assorted apps. > - read/write f

Re: [Mono-dev] Mono 1.2.6, preparation rituals.

2007-10-30 Thread Miguel de Icaza
Hello, When I said "December 6th" I meant "November 6th". I keep making this mistake. > Hello folks, > > We are planning on branching Mono for the 1.2.6 release on December > 6th. We want to encourage contributors to focus on stabilizing and > fixing bugs for this release and fixing

[Mono-dev] Mono 1.2.6, preparation rituals.

2007-10-30 Thread Miguel de Icaza
Hello folks, We are planning on branching Mono for the 1.2.6 release on December 6th. We want to encourage contributors to focus on stabilizing and fixing bugs for this release and fixing any regressions introduced instead of working on new features for the release. Thomas will be doing

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Miguel de Icaza
Hello, > As a member of the Mono community, I feel a sense of pride whenever Mono > gains respect on the Linux platform. As a consequence, I am hoping that > more "must have" applications get developed with Mono. Whether it is games, > tools or whatever, I truly love to hear that developers are

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Miguel de Icaza
> * Moonlight/Boo/DLR > I am cautiously curious about the Moonlets (the Moonlight desktop apps). > Let's face it; sex sells and if it becomes easy to make sexy apps, everyone > will use this technology. Will it become easy? Well, the Moonlets are at an early stage since we are based on the cur

Re: [Mono-dev] Win64 Patch II

2007-10-31 Thread Miguel de Icaza
Hello Jonathan, The eglib patches are good to go; Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Miguel de Icaza
> I would like to hear about MacOSX and mono and the future of the UI > stack in that space. Some thoughts: We will be discussing about Mono and the MacOS X at the summit. We are working on a schedule now, thanks for the feedback on the topics you want discussed. Miguel

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Miguel de Icaza
> I would be happy to hear about debugging applications with mono, the state of > the debugger, etc. > > Also, in relation to this, debugging mono itself: when you _really_ think > what > you observe is not a bug in your program, how to go about checking mono > against the C# standard, MS imp

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Miguel de Icaza
> - Will moonlight, in the future, run on the desktop for MacOSX like it > does for Linux. It currently doesn't due to dependency on ALSA (I have > tried to build it on the Mac). Will these be changed? Is this a > priority? I am mainly looking at the use case to be able to load XAML > on the deskt

[Mono-dev] Preparation Rituals, More time

2007-10-31 Thread Miguel de Icaza
Hello folks, We want to get the debugger in for 1.2.7, and we need a couple of more days. At this time, we have planned to branch the tree on November 8th in the the morning of Utah time. Which should give Euro-developers a full day on Thursday. Miguel __

Re: [Mono-dev] Preparation Rituals, More time

2007-10-31 Thread Miguel de Icaza
Hello, When I said 1.2.7 I meant 1.2.6. Apologies, I seem to be aging faster than the ice caps are melting. > We want to get the debugger in for 1.2.7, and we need a couple of > more days. > > At this time, we have planned to branch the tree on November 8th in > the the morning of

Re: [Mono-dev] Mono version numbering

2007-11-01 Thread Miguel de Icaza
> This is definitely not the case. For example, a simple test program > compiled with mcs (v1) in Ubuntu 6.06 will work with the mcs-compiled > nunit, but crashes when the same program is compiled with gmcs (v2). > It's possible that this was fixed in a later version of mono. The explanation is

Re: [Mono-dev] Mono version numbering

2007-11-01 Thread Miguel de Icaza
> Speaking completely selfishly, this would be great for me. We're > working on a cross-platform C# app and oddly, the hardest part of the > installation is ensuring that *Microsoft's* .net is installed > properly. If we could just bundle a micro-mono for Windows into our > distribution, we woul

Re: [Mono-dev] Mono version numbering

2007-11-01 Thread Miguel de Icaza
> I think the only way to minimise confusion in the developer population > that does not keep up-to-date with the details of development on Mono > is to let at least the major version track full .NET compatibility. > That is, do not move to v2.x.x until at least .NET 2.0 can be fully > supported,

Re: [Mono-dev] Mono version numbering

2007-11-01 Thread Miguel de Icaza
Hello, > I tried out the tool and aside from some typical path issues, the app > ran great. Kudos to the WinForms developers! Is there any way to get > MoMA to do some Cecil magic and fix path issues? 2 Points for > evaluate, but you really get extra credit for remediate! I guess we get the

Re: [Mono-dev] VMWear player for Mono development

2007-11-02 Thread Miguel de Icaza
> The current VMWear player is one of the greatest things Mono has to > boost exploration of Mono. I love it. In fact I love it so much, I > want another! > > What about a VMWear player setup with Mono source and SVN so one could > just fire it up, update the source from svn and start contributi

Re: [Mono-dev] Fwd: [MonoDevelop] Cs-ObexFtp devel

2007-11-03 Thread Miguel de Icaza
Hello, > thank's luis i do it, but i already asked to me the question, because > it's more to add it in a MonoDevelop package solution to be sur the > end user have the corect version of mono RT, as y say in my first > post, if you take exemple of my prog Cs-obexftp, with the curent > official rel

[Mono-dev] Mono Bugs Days.

2007-11-03 Thread Miguel de Icaza
On Monday and Tuesday (November 5th and 6th) we want to spend some time triaging, prioritizing and applying easy fixes to Mono from Bugzilla. We will be on irc.gnome.org on the channel #monobugday on Monday and Tuesday going over various Mono components.

Re: [Mono-dev] Win64 Patch II

2007-11-03 Thread Miguel de Icaza
The eglib changes are OK to go into SVN. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Sample program templates, augmenting programs.

2007-11-03 Thread Miguel de Icaza
Hello, I have been thinking on ways of reducing the learning curve for those using Mono in Linux. IDEs typically have features to create projects based on a template, so you can get a console project, a web project, a GUI project and so on setup for you. But if you do not have an IDE, m

Re: [Mono-dev] Patch for System.IO.Ports.SerialPort ReadLine function

2007-11-05 Thread Miguel de Icaza
Hello Michael, As suggested by Alp in the bug (321988), I wrote a state-driven version of the ReadLine routine for serial ports. It should be more efficient. Would you mind testing it? public string ReadLine () { CheckOpen (); List bytes_read = new List(); byte [] b

Re: [Mono-dev] Patch for System.IO.Ports.SerialPort ReadLine function

2007-11-05 Thread Miguel de Icaza
Hello, My ReadLine routine is broken, it did not append data that was only partially part of the ReadLine. While I was fixing it, I noticed that we already have a routine that did this correctly (ReadTo). So am going to just change the code to be: ReadTo (new_line). Miguel. __

Re: [Mono-dev] mono summit session planning

2007-11-05 Thread Miguel de Icaza
> Debugging – how to debug on Linux with breakpoints using c#? We will have a session on this. > Apache – how to configure Apache to run mono? Ah, this is a new idea. Do you have some specific questions that are not addressed by our mod_mono page on the web site? > Mono and Ajax.net? Will a

[Mono-dev] On the debugger.

2007-11-05 Thread Miguel de Icaza
> Debugging – how to debug on Linux with breakpoints using c#? > > If this requires building mono from source, what compilation flags > need setting? The story of the debugger is a bit complicated. A year ago we decided that we would aim for a "1.0" release that had a number of feature

Re: [Mono-dev] Moonlight in Opera on UNIX

2007-11-06 Thread Miguel de Icaza
> the install is still going (following the instructions mentioned below), > but where is this patch: > > "Download patch found at www.mono-project.com/Moonlight to mono/mono" > > I didn't see any that stood out. The patch is no longer needed if you are using the SVN build of Mono. Miguel __

Re: [Mono-dev] VMWear player for Mono development

2007-11-06 Thread Miguel de Icaza
> Mono should run on a better VM player i.e. Xen running with Dom0 host such > as OpenSuse, Fedora, Gentoo, etc. I realize that there is a documentation > effort, but I strongly believe that increasing the Xen community can do > nothing but good for Mono. Xen is much more efficient with memory a

Re: [Mono-dev] status of SerialPort

2007-11-06 Thread Miguel de Icaza
> I wonder what is he status of the SerialPort implementation?, especially > related to the data received events? The events are not yet implemented. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/list

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-11-08 Thread Miguel de Icaza
> I don't know that anyone has reverse engineered the remote debugging > protocol to enable it to run on another platform, and my gut feeling is > it would be extremely difficult to achieve. Am not sure that we need to reverse engineer the protocol; Chances are there is an API in Visual Studi

[Mono-dev] Working for Novell on Managed Accessibility (Windows.Forms/Silverlight).

2007-11-09 Thread Miguel de Icaza
Hey folks, If you are interested in working at Novell on managed code and implementing the UI Automation API [1] managed API for Linux in C#, please get in touch with Michael Meeks ([EMAIL PROTECTED]) with your resume. This work is to build some C# components as well as extending our Wind

Re: [Mono-dev] Would reading this "contaminate" a programer inthe eyes of Mono?

2007-11-15 Thread Miguel de Icaza
> Would reading this "contaminate" a programer inthe eyes of Mono? > (the quote is from the sharp OS list (an atempt to write an os using > the maximum amount of C#)) Not at all. But the concepts on that article might not apply to Mono directly. It would be useful if someone wrote the equiva

Re: [Mono-dev] Would reading this "contaminate" a programer inthe eyes of Mono?

2007-11-16 Thread Miguel de Icaza
> If there is any specific documentation on Mono, or specific files, > that you would be kind enough to point me/us in the direction of > (where is MonoObject defined, lol), I would be grateful. There is a lot of documentation about Mono internals in mono/docs, including the object layout. _

<    3   4   5   6   7   8   9   10   11   12   >