Re: [Mono-dev] bug #28777

2015-08-17 Thread Stephen G. Parry
When are either 4.2 or 4.0.5 due to be fully live? On 17/08/15 14:44, Rodrigo Kumpera wrote: > The fix will be part of mono 4.2.0. > > We could later backport it to mono 4.0.5 if 4.2 is not an option. > > -- > Rodrigo > > > On Sat, Aug 15, 2015 at 10:59 AM, Ste

[Mono-dev] bug #28777

2015-08-15 Thread Stephen G. Parry
eepass, e.g. to get ssl support working via ca-certificates-mono. Thanks Stephen Parry ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Proposed changes to mono/mcs/class/corlib/Mono/DataConverter.cs

2014-12-08 Thread Stephen Shaw
I can't comment on the code changes themselves, but it would be helpful to fork mono on github and then create a Pull Request (PR) with your changes. Cheers, Stephen On Mon, Dec 8, 2014 at 8:54 PM, Michael McGlothlin < mike.mcgloth...@gmail.com> wrote: > Couldn't figure out

[Mono-dev] pull request 980 [MWF bugfix]

2014-11-19 Thread Stephen McConnel
I've updated https://github.com/mono/mono/pull/980 to remove an unwanted merge as far as I can tell. -- Steve McConnel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

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

2014-11-12 Thread Stephen Shaw
On Wed, Nov 12, 2014 at 1:40 PM, Daniel Espinosa wrote: > Xamarin Studio for Linux is comming soon!!! > > Technically Xamarin Studio is already on Linux under monodevelop :) Cheers, Stephen ___ Mono-devel-list mailing list Mono-d

[Mono-dev] bug in AudioDevice (with fix)

2014-10-28 Thread Stephen McConnel
My development team recently isolated a bug in mono/mcs/class/System/System.Media/AudioDevice.cs that corrupts memory, leading to our program predictably crashing. I've reported the bug as https://bugzilla.xamarin.com/show_bug.cgi?id=24109 and submitted a fix as https://github.com/mono/mono/p

Re: [Mono-dev] SerialPort

2014-09-24 Thread Stephen Shaw
It should be in there. Here is the source code: https://github.com/mono/mono/tree/master/mcs/class/System/System.IO.Ports Cheers, Stephen On Wed, Sep 24, 2014 at 9:59 PM, Daniel Piloco wrote: > Thank you for the response, > > I will have to check this again at my work PC tomorro

Re: [Mono-dev] Debian CI & PPA for Ubuntu/Debian

2014-06-16 Thread Stephen Shaw
E (openSUSE) packages in Mono:Factory on build.opensuse.org. I don't have much time to make them 100%, but any testing/help would be appreciated. Cheers, Stephen ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.co

Re: [Mono-dev] ms .net source updated and license modified

2014-02-25 Thread Stephen Shaw
I'm curious. What does this actually mean for the mono project? Cheers, Stephen On Tue, Feb 25, 2014 at 11:16 AM, Chris Ball wrote: > Related, I believe: > > > http://www.hanselman.com/blog/AnnouncingTheNewRoslynpoweredNETFrameworkReferenceSource.aspx > > Sent

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-24 Thread Stephen Shaw
I was just pointing out why it might not be included. As far as using it... I love it. I have it installed on all of my installs of monodevelop/xamarin studio. And recommend it :) cheers, Stephen On Fri, Jan 24, 2014 at 3:08 AM, David Schmitt wrote: > On 2014-01-24 06:10, Stephen Shaw wr

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-23 Thread Stephen Shaw
github.com/Pash-Project/Pash > > > > > On 01/24/2014 09:10 AM, Stephen Shaw wrote: > >> I can't speak for the monodevelop project, but one of the problems with >> nuget is it has a heavy dependency on powershell which is only available >> on >> windows.

Re: [Mono-dev] Shipping NuGet with MonoDevelop/Xamarin

2014-01-23 Thread Stephen Shaw
shell calls. For example, if you install something like entity framework (I think) it has a bunch of powershell script stuff. It would add the dlls, but not run any of the scripts. Cheers, Stephen On Thu, Jan 23, 2014 at 2:35 PM, Arthur Grimnirsen wrote: > Hi list, > > what do you think

Re: [Mono-dev] Afallon: open source WPF implementation

2013-06-13 Thread Stephen Shaw
Do you have the code published somewhere? Cheers, Stephen PS. good luck on this big task. On Thu, Jun 13, 2013 at 1:41 PM, Jonathan Lima wrote: > In my view, WPF is the most complex and powerful UI system ever created(the > layout and the composing system are amazing) and I really n

Re: [Mono-dev] WPF in Mono

2013-04-09 Thread Stephen Shaw
tches are welcome, but official support is very unlikely to happen. There is XWT that might be worth looking into. Cheers, Stephen On Tue, Apr 9, 2013 at 11:30 AM, Abhinav Jangda wrote: > Hello Everyone, I'm very much interested in Mono and will want to work on > implementing Wind

Re: [Mono-dev] What is the latest stable release of Mono?

2012-11-25 Thread Stephen Shaw
That is the latest stable release, however 3.0.1 is the current beta release. Cheers, Stephen On Sun, Nov 25, 2012 at 10:35 AM, Frank Cohen wrote: > I am running 2.10.9, but I see other builds available, I am having > problems with 2.10.9, so trying to figure out what build to move to

[Mono-dev] Porting to Haiku OS - out of memory exception

2012-09-09 Thread Stephen
I'm trying to port the latest Mono to Haiku OS (most recent nightly build) and I've gotten this far: 1. Made some very minor changes to get Mono to build (thanks to many fixes already applied in 2010, but the port was incomplete). 2. Pulled down the latest monolite and placed it in the ...

Re: [Mono-dev] Why does .NET object lifetime not extend into an instance method call?

2012-08-24 Thread Lepisto, Stephen P
Am I wrong in thinking that in void Problem() { mo.doSomething(); } "mo" is contained within the context of the method body of Problem() and therefore cannot be disposed of until the method body of Problem() has done execution. This means that "mo" will continue to live for the life of the

[Mono-dev] Haiku OS port and monolite

2012-08-21 Thread Stephen Hite
Once you get the compilation phase of Mono to the point where monolite is needed and you're tying to port to a completely new platform like Haiku OS, is one going to have three different sets of issues based on choosing either the OpenSuse, Win or Mac binary latest builds from MonkeyWrench? T

[Mono-dev] Propose renaming fprintf to g_message

2012-07-18 Thread Stephen Shaw
Need to cleanup object %p\n", start)); similar to code found in mono/metadata/threads.c: HREAD_DEBUG (g_message ("%s: ignoring main thread %"G_GSIZE_FORMAT, __func__, (gsize)thread->tid)); Thanks, Stephen Shaw ___ Mono-devel-li

[Mono-dev] UdpClient & IPv6

2012-01-16 Thread Stephen Kou
in the rest of the file: If(family == AddressFamily.InterNetworkV6) endpoint = new IPEndpoint(IPAddress.IPv6Any, 0); else endpoint = new IPEndPoint(IPAddress.Any, 0); --stephen ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http:

Re: [Mono-dev] openSUSE upgrade to 2.6+

2010-05-24 Thread Stephen Shaw
able zypper dup -r mono-stable > > zypper refresh --repo mono-stable > zypper dist-upgrade --repo mono-stable I just tested with this and it worked for me. Is there something like blocking it? Also see inline comments for shorter commands. (much less typing) Cheers, Stephen ___

Re: [Mono-dev] Updating mono/monodevelop from fedora 10 repos problems...

2009-03-18 Thread Stephen Shaw
unpacking rpm package gtk-sharp2-2.12.7-4.fc11.i586 > error: unpacking of archive failed on file > /usr/lib/libatksharpglue-2.so;49c107f3: cpio: MD5 sum mismatch I think you might need gtk-sharp2-2.12.8. I'm not sure if that is in koji or not? Stephen >>> > > monodoc wil

Re: [Mono-dev] mono-ui?

2009-01-13 Thread Stephen Shaw
f. The order that I build stuff in is UIAutomation, UiaAtkbridge, UIAutomationWinforms http://anonsvn.mono-project.com/viewvc/tags/uia2atk-0.9.1/ hope that helps. I was trying to setup a koji env. to help you out with that. Thanks, Stephen ___ Mono-de

Re: [Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
hing as MonoTODO. >> Sandy mentioned that toshok said that most of WindowsBase.dll is stubbed out. Stephen >> The same kind of trouble will happen once get complete WCF application >> assemblies such as System.ServiceModel.Web.dll. It is almost API >> complete, but cannot be rel

Re: [Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
> Stephen, > > On Tue, 2008-08-12 at 11:42 -0600, Stephen Shaw wrote: >> I was wondering what the future of olive is? Reason for asking is >> that UIA has stuff in there as well as depending on WindowsBase. This >> makes our release dependent on olive. Are things goi

[Mono-dev] UIA and olive

2008-08-12 Thread Stephen Shaw
down version of olive with just the uia stuff and windowsbase? Thanks, Stephen Shaw ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Same way for linux library as windows library

2008-04-16 Thread Stephen A.
Petit Eric wrote: > 2008/4/16, StApostol <[EMAIL PROTECTED]>: > >> I sent an email on the very same topic a few days ago, but it seems it never >> arrived :/ >> >> >> >> What if the project is a class library? There's no startup script in that >> case, unless you move that burden to the consumer

[Mono-dev] Mono 1.9 and dll.config files in ~/.mono/assemblies

2008-04-13 Thread Stephen A.
installed in places without non-admin write access, so copying the correct library at runtime is not an option). I have tried using ldopen to load a specific library into the address space of the application, but unlike LoadLibrary on .Net/Windows this doesn't work on Mono/Linux. Regards, - St

[Mono-dev] XSP + mono 1.2.6 (and SVN)

2008-02-27 Thread Stephen Kou
. I tried mono1.2.6 and xsp1.2.6 also, both with the same results. The apt-get install version of mono and xsp work fine, but the version is rather old (bereft of the .net 3.5 classes, which I would like to experiment with). Does anyone have any help? Thank yo

Re: [Mono-dev] Mono 1.2.6 / gmcs: compilation fails on unsafe array constructor.

2008-01-23 Thread Stephen Apostolopoulos
Filed as bug #355622 (https://bugzilla.novell.com/show_bug.cgi?id=355622) Note that this bug seems related to #324993 (https://bugzilla.novell.com/show_bug.cgi?id=MONO82324). - Original Message - From: "Marek Safar" <[EMAIL PROTECTED]> To: "Stephen Apostolopoul

[Mono-dev] Mono 1.2.6 / gmcs: compilation fails on unsafe array constructor.

2008-01-20 Thread Stephen Apostolopoulos
The following code fails to compile: class Bug { unsafe int*[] data = new int*[16]; } > csc /unsafe /target:library unsafe.cs (works) $ gmcs /unsafe /target:library unsafe.cs unsafe.cs(3,33): error CS0214: Pointers and fixed size buffers may only be used in an unsafe context Compilation fai

[Mono-dev] System.Windows.Forms.WebBrowser on 1.2.6 Preview 2

2007-11-28 Thread Stephen Apostolopoulos
I get the following error message on Mono 1.2.6 Preview 2 (Ubuntu 7.10, amd64, tarball), when trying to run an application that contains a WebBrowser control: $ mono --version Mono JIT compiler version 1.2.6 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
2-dev installed, but I'm not sure what that would prove - I'll do it if necessary. On Κυρ, 2007-11-18 at 15:34 -0500, Sebastien Pouliot wrote: > Hey, > > On Sun, 2007-11-18 at 21:23 +0200, Stephen Apostolopoulos wrote: > > Ah, that was it: > > > b. remove

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Ah, that was it: > b. removed the libcairo2-dev package (there's no libcairo-dev) did that and it compiles perfectly now. Sorry for the false alarm. - Original Message - From: "Sebastien Pouliot" <[EMAIL PROTECTED]> To: "Stephen Apostolopoulos" &

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Filed as bug 342584 (https://bugzilla.novell.com/show_bug.cgi?id=342584) - Original Message - From: Alan McGovern To: Stephen Apostolopoulos Cc: Rusty Howell ; mono-devel Sent: Sunday, November 18, 2007 3:48 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Regression: cannot cast IntPtr to enum. using System; namespace Test { enum Key { A } class Regression { public static void Main() { IntPtr a = new IntPtr(1); Key k = (Key)a; } } } Works on 1.2.4 and 1.2.5, as well csc.exe (2.0). F

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't catch a missing dependency on libcairo-dev 2) After installing the dependency, make throws an error: ./configure --prefix=/usr/local make [...] make[4]: Entering directory `/home/vm/Mono/libgdiplus-1.2.6/ca

Re: [Mono-dev] Silverlight/Moonlight questions

2007-10-23 Thread Stephen A
Would a Windows port of Moonlight be a feasible goal? This way one could target Moonlight exclusively and maintain cross-platform compatibility (talking about a hypothetical desktop application - not that we need any more desktop UI APIs than the ones we already have (WinForms, WPF, GTK#, K

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

2007-10-17 Thread Stephen A
Please, consider creating installers for Win64, too! Thanks :) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] glibc detected *** mono: double free or corruption

2007-10-16 Thread Stephen A
On Wed, 17 Oct 2007 00:16:58 +0300, Rolf Bjarne Kvinge <[EMAIL PROTECTED]> wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:mono-devel-list- >> [EMAIL PROTECTED] On Behalf Of Stephen A >> Sent: martes, 16 de octubre de 2007 21:58 >>

Re: [Mono-dev] glibc detected *** mono: double free or corruption

2007-10-16 Thread Stephen A
. Now that I took a look again, it seems that my error message is a little different: "*** glibc detected *** mono: corrupted double-linked list: 0x01bed250 ***". Unfortunately, I don't have time to dig further right now, but I'll

[Mono-dev] Possible compiler error regarding static unsafe initializers

2007-08-04 Thread Stephen Apostolopoulos
'safe' IntPtrs instead of raw pointers), I would like to know whether this is a genuine gmcs error, which should be reported, or a standard violation on the .Net csc side. Anyone have any ideas? Thanks, - Stephen A -- In the beginning the Universe was created. This has made a lot

Re: [Mono-dev] System.ServiceModel.Syndication

2007-05-26 Thread Stephen A. Jazdzewski
Miguel, Kenneth suggested that I move my work from mcs to olive. I don't have enough experience here to make a determination, what do you think? - "Kenneth Parnell" <[EMAIL PROTECTED]> wrote in a private thread: > Hey Stephen, > > The wiki can > be update

Re: [Mono-dev] Mono's Silverlight update.

2007-05-16 Thread Stephen A. Jazdzewski
viceModel.Syndication (Atom, RSS support) > * System.Xml (Json reader/writer), some helper code is > in other places in the same assembly -Stephen ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [PATCH] runtime/Makefile.am fails make -j 9

2007-05-07 Thread Stephen A. Jazdzewski
That seems to have done the trick. Thank you :) - "Raja R Harinath" <[EMAIL PROTECTED]> wrote: > "Stephen A. Jazdzewski" <[EMAIL PROTECTED]> writes: > > I was getting the error: > > mv: cannot stat `etc/mono/configt': No such file or

[Mono-dev] [PATCH] runtime/Makefile.am fails make -j 9

2007-05-06 Thread Stephen A. Jazdzewski
dding .NOTPARALLEL: etc/mono/config to the Makefile.am file. -Stephen Jazdzewski <[EMAIL PROTECTED]>Index: runtime/Makefile.am === --- runtime/Makefile.am (revision 76761) +++ runtime/Makefile.am (working copy) @@ -95,6 +95,8 @@ CLEAN

[Mono-dev] mod_mono Configuration Question

2006-01-25 Thread stephen
There doesn.t seem to be an ASP-on-mono or webforms list at http://mono-project.com/Mailing_Lists, so I.m sending this to the devel list (to which I was already subscribed). Please redirect me if there.s a more appropriate place to ask the question. I.m running mono 1.1.10 w/ Apache 2 and m

RE: [Mono-dev] Re: Need testers for Mono's C# generics compiler.

2006-01-04 Thread Stephen Quattlebaum
FYI, as of mono 1.1.10.0, bug #75670 (which I entered a few months ago) seems to be fixed, seemingly as a side-effect of other changes. I'd close it out myself in Bugzilla but I don't appear to have permissions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[Mono-dev] Right MCS in Path, Configure Gets Wrong MCS

2005-09-21 Thread Stephen Quattlebaum
I asked this question on the list a few weeks ago but no response. Maybe a different set of eyes happen across it this time. -- I'm trying to build gtk-sharp from SVN. I have a stable mono installation in /usr, but I also have a bleeding-edge installation at /home/stephen/bin/mono-svn. I

[Mono-dev] Right MCS in Path, Configure Gets Wrong MCS

2005-09-09 Thread stephen
I.m trying to build gtk-sharp from SVN. I have a stable mono installation in /usr, but I also have a bleeding-edge installation at /home/stephen/bin/mono-svn. I want to use the mcs found there (/home/stephen/bin/mono-svn/bin/mcs) b/c I plan to install gtk-sharp there, and the .stable

[Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-02 Thread STEPHEN W. COREY - 5535
I've got a C# app (developed & tested on WinXP) which writes an ArrayList to a file, using a StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75% of the time, the code runs flawlessly. Sporadically, though, it hangs on the call to System.IO.MonoIO:Write(). When I

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
Yes, the data is intact and valid. I've output it to the screen also, and it shows up. No matter if mono hangs or not, the file is created and has the exact same data (which is correct). The file is apparently being written (and flushed) correctly. This looks like a "destruct" issue for the StreamW

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
I'm not reading any file, though. I make an LDAP call, and use a foreach to iterate through the results. The only file IO I'm doing is writing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Monday, August 01, 2005 10:25 AM To: mono-devel Subj

RE: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
static void Main(string[] args) { if (args[0] == null) { Console.WriteLine("No filename specified!"); return; } ArrayList items = new ArrayList(); System.IO.StreamWriter file = new System.IO.StreamWriter(args[0], false);

[Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread STEPHEN W. COREY - 5535
I've got a C# app (developed & tested on WinXP) which writes an ArrayList to a file, using a StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75% of the time, the code runs flawlessly. Sporadically, though, it hangs on the call to System.IO.MonoIO:Write(). When I

[Mono-devel-list] C# Iterators - Yield Problem

2005-07-30 Thread Stephen Quattlebaum
To whoever is responsible for iterators in C#, I just posted this bug: http://bugzilla.ximian.com/show_bug.cgi?id=75670.   Does that look like a legitimate bug, or am I relying on behavior of csc that I shouldn’t?     ___ Mono-devel-list

RE: [Mono-devel-list] Generics - Class Constraint

2005-07-30 Thread Stephen Quattlebaum
Entered, #75668. -Original Message- From: Mart Roosmaa [mailto:[EMAIL PROTECTED] Sent: Saturday, July 30, 2005 9:47 AM To: Stephen Quattlebaum Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] Generics - Class Constraint Hi, On 30/07/05, Stephen Quattlebaum <[EM

[Mono-devel-list] Generics - Class Constraint

2005-07-29 Thread Stephen Quattlebaum
Trying to compile some C# code that uses generics on mono in Linux (gentoo).  I ran across the following problem (which is probably just unimplemented functionality).      public static T QueryInterface(object val)     where T : class     {     if (val == null)

[Mono-devel-list] Error 49 when calling System.DirectoryServices.DirectorySearcher.FindAll()

2005-07-26 Thread STEPHEN W. COREY - 5535
hat an Error 49 is, or better yet, how to fix this? Thanks! <http://www.wardandsmith.com/vcard/swc.vcf> <http://www.wardandsmith.com/vcard/wsemail_bizcard.jpg> STEPHEN W. COREY IT Engineer Phone: (252) 672-5535 Fax: (252) 672-5503 1001 College Court PO Box 867 New Be

RE: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-15 Thread stephen
>> in MCS we have: >> >>>RelPath = "CryptoConvert.cs" >>Link = >> "..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" >>SubType = "Code" >>BuildAction = "Compile" >>/> >> >> May

[Mono-devel-list] develop under Microsoft .NET and porting toMono is correct?

2005-02-28 Thread Stephen Quattlebaum
> More specifically, it will look like > Windows, which might as well be ass on Gnome/KDE. :-) Worse, it'll look like Windows 95, which looked like ass even on Windows 95... XP isn't exactly a Mac, but when an app does its themeing correctly, it's a hell of a lot better than the 95 look. > Wh