Re: [Mono-list] WCF and Named Pipes on OS X

2016-02-08 Thread Miguel de Icaza
Hello, We do not support named pipes in Mono. Named objects were a feature that was supported on earlier versions of Mono, but emulating them without kernel support introduced more trouble and pain than it was worth. So we removed it, and the code that supported it has been removed as well. O

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-02-08 Thread Miguel de Icaza
Hello, ThreadPools are available on .NET 2.0, just not the fancier TPL-based ones. Perhaps you could consider replacing that bit of code with using the ThreadPool? Miguel On Thu, Jan 7, 2016 at 4:24 PM, George, Glover E ERDC-RDE-ITL-MS < glover.e.geo...@erdc.dren.mil> wrote: > Hi all, > > We’r

Re: [Mono-list] Adopting Code of Conduct

2015-12-03 Thread Miguel de Icaza
Hello, Oops, I posted with [INSERT EMAIL ADDRESS], for now both the monodevelop and mono teams point to me. But we will introduce some alias, as soon as I figure out how to send mail to mono-project.com ;-) Miguel. On Thu, Dec 3, 2015 at 12:48 PM, Miguel de Icaza wrote: > Hello Mono

[Mono-list] Adopting Code of Conduct

2015-12-03 Thread Miguel de Icaza
Hello Monoers, Today we are adopting the following code of conduct for the Mono project. This comes from: http://contributor-covenant.org Contributor Code of Conduct As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to r

[Mono-list] .NET Foundation's Advisory Council

2014-12-02 Thread Miguel de Icaza
Hey guys, There is still time to join the discussion about the advisory council for the .NET Foundation: http://blogs.msdn.com/b/dotnet/archive/2014/11/24/advisory-council-proposal-call-for-community-feedback-extended-to-december-5th.aspx ___ Mono-list

Re: [Mono-list] .NET and Mono integration, the plans

2014-11-21 Thread Miguel de Icaza
Hello, We have some test suites for the core that Microsoft has shared with us under a Microsoft/Xamarin agreement, but they are for just a few pieces, not the entire thing that is being open sourced. On Fri, Nov 21, 2014 at 1:35 PM, Miguel de Icaza wrote: > Follow up. > > I am wonder

Re: [Mono-list] .NET and Mono integration, the plans

2014-11-21 Thread Miguel de Icaza
Follow up. I am wondering if we should submodule the reference source, or just copy the files? The module wont be updated frequently, and it is making the Mono download a lot longer than it needs to be. Miguel On Wed, Nov 19, 2014 at 12:48 PM, Miguel de Icaza wrote: > Hey guys, >

Re: [Mono-list] Binding Cocoa examples?

2014-11-19 Thread Miguel de Icaza
hey, You can see it here: http://github.com/mono/monomac Go to "src/appkit.cs" to see the binding for NSView. On Sat, Nov 15, 2014 at 1:28 PM, Michael McGlothlin < mike.mcgloth...@gmail.com> wrote: > I'm trying to figure out how to bind to obj-c and c and for my first > exercise I decided to b

Re: [Mono-list] Is WPF being open sourced by Microsoft?

2014-11-19 Thread Miguel de Icaza
It is not being open sourced. On Fri, Nov 14, 2014 at 10:41 AM, William Ivanski wrote: > I would like to know that too. It would be very nice to see WPF running on > Linux. > > William Ivanski > > 2014-11-14 13:36 GMT-02:00 Justin Dearing : > >> As per a comment Miguel made in his blog, he was u

[Mono-list] .NET and Mono integration, the plans

2014-11-19 Thread Miguel de Icaza
Hey guys, As promised, the plans: http://www.mono-project.com/docs/about-mono/dotnet-integration/ If you start work on something, please notify the list, and update the Trello board: https://trello.com/b/vRPTMfdz/net-framework-integration-into-mono Miguel __

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-15 Thread Miguel de Icaza
> > > Windows.Forms is the oldest and junkiest thing available, even on > Windows. It's even worse on mono because it's buggy, and worse still on > OSX because it requires X11. > On Windows it is quite decent, it is a thin layer on top of the native Win32 API. So if you want a simple Win32 app,

Re: [Mono-list] [Mono-dev] Open source .NET and Mono.

2014-11-13 Thread Miguel de Icaza
We are not likely going to move to Gtk# 3 any time soon. We have evolved the plan over the years, but this is the current plan: - We are going to be refactoring Xamarin Studio along engine vs UI components, to allow us to build native UIs for each component (WPF on Windows, Cocoa on Mac,

[Mono-list] Open source .NET and Mono.

2014-11-12 Thread Miguel de Icaza
Hey guys, I posted details about the open sourcing of .NET and Mono on my blog. We have already started the work to integrate the .NET Framework code, and once I get back to Boston after the event we will check in the results. That is the reason we did not want to take the large #ifdef patch remo

[Mono-list] Heads up: Elimination of the 2.0 and 4.0 profiles

2014-10-22 Thread Miguel de Icaza
Hello folks, We have discussed this internally for a while, and I just want to formalize this now. We are going to remove the build for the .NET 2.0 APIs from Mono which are currently provided for bug/feature-compatibility for .NET 2.0 applications. We are also going to remove the .NET 4.0 refer

Re: [Mono-list] Xamarin’s upcoming profiler - How to get my hands on it?

2014-08-14 Thread Miguel de Icaza
Hello, Our new profiler UI will be part of our commercial offerings. We didnt have plans to sell it separately from our mobile products, but thanks for bringing this up, we will take this into consideration. You will at least be able to take the profiling data collected in Debian and use it wit

[Mono-list] Mono Web Site

2014-08-13 Thread Miguel de Icaza
Hello guys, Thanks to the help of Alexander Koeplinger that worked with us for the last couple of months, we have migrated the Mono website from MediaWiki to a static content manager on GitHub. Ideally, this means that we will be able to take pull requests for the web site, and anyone with commit

Re: [Mono-list] Mono Project website

2014-06-17 Thread Miguel de Icaza
> > I am sorry to say that the Mono Project website is not in a very state, is > it? > > http://mono-project.com/Main_Page > > There are various dead-links, references to Novell, and the front-page is > an > advertizement for Xamarin's commercial products. I would like to > volunteer to giv

Re: [Mono-list] Porting Microsoft.Reporting.WinForms to Mono?

2014-03-05 Thread Miguel de Icaza
Hey, Mono has an implementaiton of Windows.Forms, but it is both old, unmaintainted and known to have some bugs. Some people have been able to use it effectively, but we do not currently have an active maintainer, so we encourage developers to pick something like Gtk# instead. On Thu, Feb 27, 2

Re: [Mono-list] mkbundle and cross compiling for ARM

2013-12-28 Thread Miguel de Icaza
In general, mkbundle serves two purposes: simplified deployment and light obfuscation. And it is both simpler and more robust to deploy with a relocatable Mono instead (the default) > On Dec 1, 2013, at 4:03 AM, "mobin.seven" wrote: > > Hi > > markcoburnwa wrote >> I have successfully cross-

Re: [Mono-list] Building Mono 3 on SLES11

2013-06-19 Thread Miguel de Icaza
Hello Mat, Can you post the output of configure? And the config.log would be useful. On Tue, Jun 11, 2013 at 10:36 AM, Mat Arge wrote: > Hello! > > Has anyone succeeded in building the mono-core-3.0.4-0.src.rpm from > http://download.mono-project.com/archive/ on SLES11? > I always get the st

Re: [Mono-list] Xamarin 2.0 concern

2013-02-25 Thread Miguel de Icaza
ures working on par. > Then was the renaming of YOUR MonoSpace conference to > MonkeySpace and the explanation was really ridiculous - "bigger scope... > open source .NET development in general" (Miguel de Icaza at that very same > "Monkey"Space conference). This mer

Re: [Mono-list] Qyoto (C# binding for Qt) - Windows binaries

2012-10-04 Thread Miguel de Icaza
> > > A follow up to > http://mono.1490590.n4.nabble.com/Qyoto-C-binding-for-Qt-td4650740.html my > earlier announcement - > > http://download.kde.org/stable/csharp-qt/4.0.7/win32/CSharpQt-Windows-4.0.7z.mirrorlist > you can now download Windows binaries of Qyoto . > > Any feedback is welcome. >

Re: [Mono-list] csharp.exe source?

2012-07-19 Thread Miguel de Icaza
> > > I discovered csharp.exe that came with mono and it is what I was > looking for. I would like to add features to it, but I am unable to > find the source code for it. Would anyone know where I could locate it > in regards to the mono source? The source is in mono/mcs/mcs and in mono/tools/cs

Re: [Mono-list] Mono 2.11.1 is out

2012-04-20 Thread Miguel de Icaza
Shipped as in "the source is shipped" On Fri, Apr 20, 2012 at 6:57 PM, Abe Gillespie wrote: > Miguel, are you sure MVC4 has shipped? I'm only seeing references to > beta downloads. > > Thanks. > -Abe > > On Fri, Apr 20, 2012 at 6:33 PM, Miguel de Icaza >

[Mono-list] Mono 2.11.1 is out

2012-04-20 Thread Miguel de Icaza
Hello guys, New code drop of Mono 2.11.1 is out, this new release has a few changes: = New in 2.11.1 = == Integrates Microsoft's opensourced web stack == The new stacks open sourced by Microsoft: http://tirania.org/blog/archive/2012/Mar-28.html Have been integrated into Mono. ASP.NET MVC

Re: [Mono-list] Mono 2.11 -- Preview Release is out

2012-03-23 Thread Miguel de Icaza
Hello, And what is audible concerning Moonlight? It too is a part of Mono after > all. > Now the test version should be 3.99, but me ensuring compatibility with > Silverlight 4 and Silverlight 5 interests. Besides with the announcement of > 10-year support of Silverlight 5 it is very actual. > He

[Mono-list] Mono 2.11 -- Preview Release is out

2012-03-22 Thread Miguel de Icaza
Hey guys, We have released Mono 2.11. My blog has the details: http://tirania.org/blog/archive/2012/Mar-22.html Enjoy! Miguel ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Large messages over NetTcpBinding

2011-11-12 Thread Miguel de Icaza
Hello, Thanks for the sample; A quick fix for you is to remove the hardcoded value. I have not been able to figure out how to get the information from the NetTcpBinding (which contains the MaxReceivedMessageSize property) down to the TcpBinaryFrameManager Miguel On Fri, Nov 11, 2011 a

Re: [Mono-list] Using mono aot / aot-full compilation: nothing appears to happen?

2011-11-09 Thread Miguel de Icaza
> > > What's the difference between --aot=full and mkbundle? --aot=full looked > like it should produce a single binary as well.. > --aot=full merely compiles all the code natively, much more than regular --aot does, including all sorts of extra methods that the engine believes you might need. T

Re: [Mono-list] Large messages over NetTcpBinding

2011-11-09 Thread Miguel de Icaza
> How can I send a large message over a NetTcpBinding? > I always get the error "The message is too large." In > TcpBinaryFrameManager.cs, method ReadSizedChunk(), there is a hardcoded > limit of 65536. > I am already using TransferMode.Streamed and have set > MaxReceivedMessageSize > etc. to large

Re: [Mono-list] Drawing on MonoDroid

2011-11-09 Thread Miguel de Icaza
Hello Sebi, Our app heavily uses the System.Drawing (for manipulating bitmaps, then with > GTK# and with other methods put it on the screen). Now we want to move to > Android, where there is no System.Drawing nor Cairo nor Pango. What should > I > do? We planning to move to IOS in the future. Is t

Re: [Mono-list] NetTcpBinding, DuplexClientBase

2011-11-09 Thread Miguel de Icaza
Hello, Is the bug still > valid or the submitter (as well as me) does something wrong? > I updated the bug with some information, but the reality is that this stack is fairly large and we are looking for a maintainer. If you know of someone th

Re: [Mono-list] System.IO.Pipes.PipeTransmissionMode.Message on *nix

2011-10-14 Thread Miguel de Icaza
> OK so it's not an architectural reason. If Byte doesn't work for me I can > take a crack at implementing Message. > Welcome to the team! ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] newbie - understanding profiler data

2011-09-02 Thread Miguel de Icaza
> Thanks. That’s actually what I’m trying to do now, but Ubuntu in > particular lists this as a ‘critical’ component and warns that upgrading > will potentially break many things! I tried Ubuntu 11.x, but mono in it > seems broken as the apps I’m using happily on 10.4LTS don’t work at all with >

Re: [Mono-list] Many processes end with the message "Aborted"

2011-08-18 Thread Miguel de Icaza
Hello Yves, Switch to teh aborted thread, and get a managed stack trace. To get that stack trace, follow the instructions on how to get mono_backtrace from: http://www.mono-project.com/Debugging On Thu, Aug 18, 2011 at 3:22 PM, Yves Goergen wrote: > On 18.08.2011 19:03 CE(S)T, Robert Jor

Re: [Mono-list] Where Did The Gtk# API Documentation Go?

2011-08-05 Thread Miguel de Icaza
> > > Well, please do tell us what we can do to help put the documentation back. > When you find a problem, in general, use Bugzilla. That is where we are tracking problems. Sadly, monitoring the mailing list has taken a secondary priority as we get Mono back up and running. Miguel ___

Re: [Mono-list] [Gtk-sharp-list] Where Did The Gtk# API Documentation Go?

2011-08-05 Thread Miguel de Icaza
Hello, Where has the Gtk# API documentation gone. It is no longer available at > http://www.go-mono.com/docs/. In fact the whole gnome# tree has > disappeared. We have been migrating the servers to their new home, and there have been a few kinks to sort out during this process. The APIs are now

Re: [Mono-list] Mono Project: Next Steps

2011-07-07 Thread Miguel de Icaza
Hello, I just wanted to flag that old releases are in the GitHub repo as well. It > seems to go back continuously to at least Mono-1.0 although there is a > branch called MONO_0.28 that has files from 2002/2003. > I think he meant the zip files, tarballs and other distributions that were packaged

Re: [Mono-list] Mono Project: Next Steps

2011-07-06 Thread Miguel de Icaza
> > Can you include the old and ancient releases of mono too? > Yes. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Mono Project: Next Steps

2011-07-06 Thread Miguel de Icaza
Hello folks, Some of you have been asking about the upcoming release of Mono 2.12. We hit a little bit of a bump in the road with the layoff of the Mono team, but we have now re-constituted the team at Xamarin and we are getting back to speed. Our first priority at Xamarin is to ensure tha

[Mono-list] Mono Support and Consulting.

2011-06-30 Thread Miguel de Icaza
Hey guys, I just posted this on my blog: We are getting flooded with paid support requests for Mono. Developers looking for us to fix bugs in Mono, to do some custom work, to port applications, libraries and adjust Mono for some specific needs. But w

[Mono-list] Mono Build Engineer for Xamarin.

2011-06-16 Thread Miguel de Icaza
Hey guys! We would love to hire someone that (a) Loves Mono, and (b) would love to work with us build, package and release Mono in assorted forms and shapes, including our MonoTouch and MonoDroid products. Ideally, you would be based in Boston or San Francisco. If you are interest

Re: [Mono-list] embedding mono and returning GList

2011-05-22 Thread Miguel de Icaza
> > I'd like to call a managed method from c which returns a GLib.List. > I seem to be unable to do this, however.. > my managed code looks like: > > public GLib.List Test() > { > GLib.List list = new GLib.List(typeof(string)); > list.Append("eins"); > list.Append("zwei");

Re: [Mono-list] Cross-platform ctrl-c handling in console app

2011-05-20 Thread Miguel de Icaza
Hello, That is how the cancelled event works on Linux. I used this in the REPL to interrupt an ongoing computation, see: mono/mcs/tools/csharp/getline.cs On Fri, May 20, 2011 at 6:41 AM, Weeble wrote: > What's a good way to write a cross-platform (for at least Windows and > Linux, anyway)

Re: [Mono-list] Mono 3.0

2011-04-19 Thread Miguel de Icaza
Hello, > Your comments about complete WCF support not being realistic and not setting > a need for WS-* "seems" to be in conflict (on the surface) to the Mono 3.0 > Road map that is promising "Complete WCF 4.0 API support", is that meaning > that the API support will be in there but not all the bi

Re: [Mono-list] Mono 3.0

2011-04-19 Thread Miguel de Icaza
> Your comments about complete WCF support not being realistic and not setting > a need for WS-* "seems" to be in conflict (on the surface) to the Mono 3.0 > Road map that is promising "Complete WCF 4.0 API support", is that meaning > that the API support will be in there but not all the bindings t

Re: [Mono-list] Mono 3.0

2011-04-18 Thread Miguel de Icaza
> The reports I have been seeing are that the GC is very close. I see quite a > lot of chatter about WCF support so I assume that is coming along as well. > How are the parallel and tail call projects coming? The last I heard, there > was nobody working on tail call optimisation. We just landed a

Re: [Mono-list] Apache+mono+mod_mono_server with '--gc=sgen' fails on start-up

2011-04-16 Thread Miguel de Icaza
Hello, > I have a Apache+mono+mod_mono_server setup and I would like to > experiment with the new garbage collector, but when I start mono with > --gc=sgen reports a 'Stack overflow' problem on start-up. Could you reduce your app to the smallest test case that still causes this problem? This inf

Re: [Mono-list] Using Microsoft.Win32 nameSpace

2011-04-16 Thread Miguel de Icaza
> Hi, I'm trying to use the Microsoft.Win32 nameSpace to detect when some > system event occurred, for example when a user login and log off his > session, for this I'm working with the class SystemEvents and inside of > this I use the the event SessionEnded to handler this event when happend, > bu

Re: [Mono-list] Mono and IO Performance

2011-03-28 Thread Miguel de Icaza
Hello Julien, In that case, your best course of action is to use the new Mono profiler to track down allocations (those tend to be the most harmful), then locks (there is special support for tracking lock contention) and then timing issues. A self-contained test case might help others tha

Re: [Mono-list] Mono and IO Performance

2011-03-28 Thread Miguel de Icaza
> Are there any optimisations worth pursuing at my level? (mono options?) Or > any way to target more precisely the differences between .Net/mono? You should use Mono 2.10.1 as it contains many improvements to the networking stack. Miguel ___ Mono-list

Re: [Mono-list] build mono on AIX 5.3

2011-03-23 Thread Miguel de Icaza
Hello, > Does anyone on this list port mono lastest version to AIX 5.3? > Currently one of my customer was try to build mono head on AIX 5.3 but failed. Mono does not run on AIX, and will not likely be maintained on AIX. > I checked mail list that IBM has ported mono to AIX. > http://go-mono.com

[Mono-list] Can you stop spamming everyone contributing to Mono?

2011-03-10 Thread Miguel de Icaza
Some genius configured selenium.quasiparticle.net to email people that commit to Mono on every commit. Please stop this whoever you are. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] csharp REPL scripts

2011-03-04 Thread Miguel de Icaza
Hello, Seems to be a problem with the way OSX launches the program, try this instead for the first line: #!/usr/bin/mono /Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.0/csharp.exe On Thu, Mar 3, 2011 at 1:10 PM, Steve Lessard wrote: > I read in the release notes for Mono 2

[Mono-list] Mono 2.10.1: Please upgrade.

2011-02-26 Thread Miguel de Icaza
Following a long established tradition of doing a quick Mono update after we do a major release, we release Mono 2.10.1 to the world, details as usual: http://www.mono-project.com/Release_Notes_Mono_2.10.1 There are four big features in this release that we backported from our master branch in ad

Re: [Mono-list] reflector alternitives

2011-02-03 Thread Miguel de Icaza
> With this working I could definitely convince my whole team to install > monodevelop just for the decompiler. Is their a bug tacker for this, or do I > use the MonoDevelop one. Just to be clear: we are not really planning on fixing this on behalf of people interested in a decompiler. If people

Re: [Mono-list] reflector alternitives

2011-02-03 Thread Miguel de Icaza
Hello Daniel, > This decompiler shows promise but unfortunately it was not able to fully > decompile my .net 4.0 assemblies. > Could see class and method names, but trying to view method contents > resulted in a Not Implemented exception . Correct. This code needs some work, and what better tim

Re: [Mono-list] reflector alternitives

2011-02-02 Thread Miguel de Icaza
Hello, > As you may be aware our old faithful reflector is no longer going to free. > http://www.red-gate.com/products/dotnet-development/reflector/announcement > I was wondering if their are any opensource alternatives. Or if their are > any projects being started to create one as a result of thi

Re: [Mono-list] Mono.Posix

2011-02-02 Thread Miguel de Icaza
Hello, > Note that "Mono.Posix" is a misnomer because it is actually > containing Unix bindings. Some of them (those supported by > msvcrt) might work under Windows, but it's up to you to test > this. This is correct. The assembly is still named Mono.Posix for historical reasons (not breaking t

Re: [Mono-list] Using both System.Xaml and WindowsBase

2011-01-30 Thread Miguel de Icaza
> I have project that uses both System.Xaml for XAML serialization and > WindowsBase for System.IO.Packaging. The problem is that when I try to > reference a class like "MarkupExtension", Mono complains that it's defined > multiple times. Indeed, it is both in System.Xaml and WindowsBase, only the

Re: [Mono-list] CSharp interpreter feedback, and a gift

2011-01-28 Thread Miguel de Icaza
> If there are compiler commands to allow functions and classes, I'd > love to do that. That is the biggest limitation. It is planned, we just do not know when it will be done, we have a number of other urgent tasks ahead of us. > 1) it would be handy to inject a variable into the environment of

Re: [Mono-list] CSharp interpreter feedback, and a gift

2011-01-28 Thread Miguel de Icaza
> My bad; that works. This doesn't: evaluator.Evaluate("using System;\n > int b;") nor evaluator.Run("using System;\n int b;") I'm assuming > because the "using System;" is not an expression? Correct, you can not mix using statements and regular code, that is the only limitation. _

Re: [Mono-list] CSharp interpreter feedback, and a gift

2011-01-27 Thread Miguel de Icaza
> 1) a single evaluate function which could handle expressions and statements. This is already the case. > 2) able to evaluate multiple statements, without evaluating them one by one. That is also the case. > 3) handle errors through a return or raised exception, rather than > through a side-ef

Re: [Mono-list] System.Net.NetworkInformation: network availability

2011-01-27 Thread Miguel de Icaza
Hello Mattia, > I temporarily resolved using NDesk.Dbus libraries, until someone will put > his hands on that part of framework. I do hope that code will be > implemented, cause it's annoying and could be hard to maintain two sections > of our application that do the same things. We currently do

Re: [Mono-list] why does gmcs let me assign null to a value type?

2011-01-05 Thread Miguel de Icaza
I hate this behavior, and I believe it was introduced around c# 3 On Wednesday, January 5, 2011, Eric Slosser wrote: > > > I have a C# struct that's defined as > >        public struct Field : IComparable, IComparable, > IEquatable >        { >        } > > When I do this: > >        Field

Re: [Mono-list] XML-free RPC :-)

2010-11-24 Thread Miguel de Icaza
Hello, I have a running mono application, and I want to be able to call procedures > from other mono applications on the same machine; on other local machines; > and from C/C++ programs. I don't mind using a different approach for > different scenarios. > Today is your lucky day. You want to use

[Mono-list] Mono 2.8.1 on OSX and Winforms regression fixed.

2010-11-22 Thread Miguel de Icaza
Some of you reported that Mono 2.8.1 was no longer able to run Winforms apps, this has been fixed. The 2.8.1 download on Mono's web site has the hot fix in place. Miguel ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailm

Re: [Mono-list] Heap-Shot with no GUI.

2010-11-18 Thread Miguel de Icaza
> Sorry for being stupid, but does that mean that the profiler tools > will only be available in the 2.10 release? Yes. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Vote for Mono support in Orchard.

2010-11-17 Thread Miguel de Icaza
Hey guys, The Microsoft developers want to know if there is enough interest in getting Orchard to support Mono out of the box, please vote here: http://bit.ly/bhyBIs It takes 20 seconds. Miguel. ___ Mono-list maillist - Mono-list@l

Re: [Mono-list] Heap-Shot with no GUI.

2010-11-13 Thread Miguel de Icaza
> > Many thanks, this might be a silly question, but are there a description of > the different branches? > > I guess the master branch is the one going to be 2.8.1 and is quite stable > right? > master is what will become Mono 2.10. The code that will become 2.8.1 lives in the mono-2-8 branch M

Re: [Mono-list] SIGSEGV error in mono 2.8

2010-11-12 Thread Miguel de Icaza
> > > I use the "new" sgen GC. I have never seen this error before on the "old" > 2.6 mono runtime. Does anyone have any idea how to debug this? Yes: http://www.mono-project.com/Debugging#Debugging_with_GDB > ___ Mono-list maillist - Mono-list@lists

Re: [Mono-list] Heap-Shot with no GUI.

2010-11-12 Thread Miguel de Icaza
> > > Many many thanks for your email. I have actually just installed mono > 2.8. However I do not seem to have the "mprof-report" on my machine. > The new profiler is only available on the Git/master branch, not from the 2.8 release Do I need to configure and compile it with the mono-source or i

Re: [Mono-list] F# 2.0 released under Apache license

2010-11-06 Thread Miguel de Icaza
Hello! That is the idea, as soon as we figure out how to build it/package it. Some guys tried yesterday on IRC, not sure how things went. On Sat, Nov 6, 2010 at 7:09 AM, jmalcolm wrote: > > http://bit.ly/aueH83 > > Any chance this will get bundled into Mono like ASP.NET MVC? > -- > Vie

Re: [Mono-list] F Sharp on mono 2.8?

2010-10-21 Thread Miguel de Icaza
You should probably post a full test case, the simpler, the better. On Thu, Oct 21, 2010 at 5:37 PM, Igor Plotnikov wrote: > Hello everybody > > I'm trying to use f sharp on mono 2.8 > > The previous mono had an unpleasant effect of burning 100% cpu whenever the > f sharp async workflows are used

Re: [Mono-list] mod-mono

2010-10-21 Thread Miguel de Icaza
Hello I was wondering if its possible when doing a 'apache2ctl graceful' to make > sure that the mono instances stay alive, instead of restarting also? Or is > this only possible by using a reverse proxy and separating the mono > instances from apache? The problem is, when I am going to update som

[Mono-list] Scheduled downtime for some Mono servers.

2010-10-11 Thread Miguel de Icaza
We will be moving a few of the machines that provide services to the Mono community on Wednesday 10/13/2010 at 7pm EST. Most of the hosts will be down for 30 minutes, and mono3vm will be down for up to 90 minutes. Miguel. ___ Mono-list maillist - Mon

[Mono-list] Mono release cycle, updates.

2010-10-07 Thread Miguel de Icaza
With Mono 2.8 out the door, I wanted to share with everyone our plans for the upcoming releases and our existing releases. We will continue to push versions of Mono 2.6 to introduce bug fixes, any security patches and backport subsystems like WCF, MSBuild and LINQ to SQL which were mostly

Re: [Mono-list] Mono 2.8 is out

2010-10-07 Thread Miguel de Icaza
I only see 2.8 there, what are you looking at? On Thu, Oct 7, 2010 at 10:30 AM, Mark Farver wrote: > On Wed, Oct 6, 2010 at 5:24 PM, Miguel de Icaza wrote: > >After an intense year of work Mono 2.8 is out, check out our full > > release notes here: > > >

[Mono-list] Mono 2.8 is out

2010-10-06 Thread Miguel de Icaza
Hey guys! After an intense year of work Mono 2.8 is out, check out our full release notes here: http://www.mono-project.com/Release_Notes_Mono_2.8 This includes lots of goodies: our new generational GC, the LLVM JIT, ASP.NET 4.0, a new faster thread pool, ASP.NET 4.0, ASP.NET MVC

Re: [Mono-list] Desktop Silverlight applicaition for Linux

2010-08-12 Thread Miguel de Icaza
Hello, Previously, I got a suggestion > > -- > Sure, Silverlight isn't "intended" for the desktop, but there's no reason > why you can't embed a silverlight engine in your application. It's been > done > before

Re: [Mono-list] Ubuntu

2010-08-11 Thread Miguel de Icaza
> Quote > "so my team plays a double role there (OpenSUSE) or distributions > where Mono is not included by default" > > So if ubuntu did not support mono by including it by default. Then you > would package it. Ubuntu would get first class support from the mono > team. We would get new versions of

Re: [Mono-list] Ubuntu

2010-08-11 Thread Miguel de Icaza
> @miguel By the way what I'm taking from your comments is that if > ubuntu was to refuse to package mono and include default mono > applications mono support for ubuntu would actually improve. I wonder > if someone should tell them.. > I can not comment as the above sentence turned out to be

Re: [Mono-list] Ubuntu

2010-08-11 Thread Miguel de Icaza
Hello, If you want to use a newer version of Mono or any of these other > languages than what your distro provides, you follow The Linux Way, > which is to download the tarball and build it yourself. > There is a little bit of rationale behind this that has escaped the discussion, and Jonathan's

Re: [Mono-list] Ubuntu

2010-08-11 Thread Miguel de Icaza
Hello, You have a couple of options here: (a) Step up and participate in your favorite distribution packaging effort (b) Raise funds to fund the salary for someone to maintain the packages on a continuous basis (c) Wait for the existing Debian/Ubuntu team to package the software for you (d) Use a

Re: [Mono-list] C# REPL shell on Windows in Mono 2.6 does not work at all?

2010-08-06 Thread Miguel de Icaza
Hello, > This bug is still present in 2.6.7. Is that normal? It is possible I only fixed this on trunk. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Mono 2.8 release plan. Developers: please read.

2010-08-03 Thread Miguel de Icaza
Hello guys, The time to release Mono 2.8 to the world if quickly approaching. It is a feature packed release that changes many of the things that we have been doing in the past. The changes are significant and have the potential to impact many applications, please familiarize yourself with

Re: [Mono-list] mono swallows threadpool exceptions

2010-07-21 Thread Miguel de Icaza
Hello, > And I found the bug. > > Bug 491191 > > Which is over a year old. > > This one is not in an obscure part of the framework like my serial > port bug so it should be fixed quickly?? This is a different case. In this case, the fear that we have is that existing applications that were bu

Re: [Mono-list] SerialPort.ReadTimeout = 0

2010-07-20 Thread Miguel de Icaza
> However the problem still stands that the mono implementation is > wrong. What is the best way to handle this? Submit a fix to the source code, with a test that works on Windows that shows the intended behavior. > Should I raise a bug? would it do any good? The last bug I raised on > the mono

Re: [Mono-list] Preview 2.6.6

2010-07-12 Thread Miguel de Icaza
> Now, is there a safe way to implement this work-around? I'm not much > of a security wonk, so what can I check in the cert to accept only > Google's? I see properties like Issuer, Thumbprint, and > GetRawCertData. Can I use any of these to verify, or at least do > slightly more than "return t

Re: [Mono-list] Mono.Unix - change translation at run-time

2010-06-30 Thread Miguel de Icaza
> > > Hi all. Does anybody know how to use Mono.Unix to translate a desktop > application at run-time without restarting? That is, the user selects a > different language and all strings immediately change without an > interruption. > That is a feature of your application, not of Mono.Unix. I am

[Mono-list] Mono Contributors, Action required: Preparing the Subversion to GIT Migration

2010-06-29 Thread Miguel de Icaza
Hello guys, As part of our migration from Subversion to GIT, we need all Mono contributors to get a GitHub account and provide your Mono SVN account and your new GitHub account name here: http://spreadsheets.google.com/viewform?hl=en&formkey=dEdpdTFoNHBwUUI0clVLRFJtTC02N0E6MQ#gid=0 Miguel

Re: [Mono-list] System.ServiceModel cannot loaded in 2.4 , mod_mono

2010-06-18 Thread Miguel de Icaza
> mod_mono and Apache are installed in Fedora 11 using yum from standard > repositories. > Trying to invoke asmx web service throws exception below about missing > System.ServiceModel You have an incomplete setup. You need the System.ServiceModel assembly. The mono-test-install flagging the

Re: [Mono-list] Write For MeeGo?

2010-06-01 Thread Miguel de Icaza
> Hi, > > How do I write app for MeeGo using Mono (C#)? It depends on the kind of application you want to build. If you want to build a GUI application, just select the "Gtk# project" template from MonoDevelop and that will be all you need. The MonoDevelop plugin merely helps you with the depl

Re: [Mono-list] C# REPL shell on Windows in Mono 2.6 does not work at all?

2010-05-09 Thread Miguel de Icaza
Hello, http://lexicalclosures.blogspot.com/2010/04/mono-c-repl-on-windows.html the > same issues running the C# REPL on Windows . The prompt does not show in > the command line console (cmd) but it does if you use gsharp. Right, this was a bug in the REPL code. I was not probing for the opera

[Mono-list] C# 5.0, compiler as a service now available for Windows users.

2010-04-28 Thread Miguel de Icaza
Hello guys, Our Mono.CSharp.dll compiler-as-a-service[1] and our csharp interactive shell[2] are now available from SVN. Details on this new functionality can be found on my blog[3] it also includes some future directions for the work. [1] http://channel9.msdn.com/posts/matthijs/C-40-and

[Mono-list] Mono courses - Spanish, and in Spain.

2010-04-26 Thread Miguel de Icaza
Hello, This is for the Spanish speaking audience (mostly in Spain, but they have a few web seminars as well): The folks at Ilernia are offering a series of Mono training and courses that people can sign up for: http://ilernia.com/formacion/mono/development/ Miguel.

Re: [Mono-list] bold, italic and position of the window

2010-04-23 Thread Miguel de Icaza
> > > > How to bold and italic the text; > Hello World > Do this: var label = new Label () { UseMarkup = true, Text = "Hello Bold world }; Miguel. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinf

Re: [Mono-list] bold, italic and position of the window

2010-04-23 Thread Miguel de Icaza
> > > Hi folks, > > > > > > # cat helloworld.cs > > Try rm -rf / Not funny, and not appropriate for the Mono user's mailing list. Miguel. > ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] cannot find metadata file MySql.Data.dll

2010-04-23 Thread Miguel de Icaza
> > My guess is that this is what the names mean: > > mcs = Mono C# (or Mono C sharp) > gmcs = Generics mcs (generics being .NET 2.0 feature) > dmcs = Dynamic mcs (dynamic being a 4.0 feature) > smcs = Silverlight mcs (Moonlight being an implementation of Silverlight) > That is exactly what they m

Re: [Mono-list] /mono/mono/arch/ files license

2010-04-18 Thread Miguel de Icaza
Hello Petr, The actual licensing details are available in mono/LICENSE.The files you are asking in particular are LGPL. Miguel. On Sun, Apr 18, 2010 at 3:30 PM, Petr Krajca wrote: > > Hi! > > I'm writing a JIT compiler and to make my life easier I have used some > files > from /mono/mon

  1   2   3   4   5   6   7   8   9   10   >