[Mono-dev] "The last message was received 1.08 years ago..." at http://cia.vc/stats/project/mono

2011-08-20 Thread Andy Hume
"The last message was received 1.08 years ago..." at http://cia.vc/stats/project/mono :-,( So should either get that fixed, or delete the link to Cia.Navi.Cx from http://www.mono-project.com/SVN Andy ___ Mono-devel-list mailing list Mono-devel-list@l

Re: [Mono-dev] Non-TCP/IP socket access

2011-08-11 Thread Andy Hume
> -Original Message- > From: mono-devel-list-boun...@lists.ximian.com > [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf > Of Robert Jordan > Sent: 04 August 2011 13:25 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Non-TCP/IP socket access [...] > Curren

Re: [Mono-dev] Non-TCP/IP socket access

2011-08-04 Thread Andy Hume
> -Original Message- > From: mono-devel-list-boun...@lists.ximian.com > [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf > Of Andy Hume > Sent: 27 July 2011 22:47 > To: 'Robert Jordan'; mono-devel-list@lists.ximian.com > Subject: Re: [Mon

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-27 Thread Andy Hume
ss > > On 25.07.2011 15:24, Andy Hume wrote: > > > Currently other socket types are blocked. This occurs because the > > mapping functions will return an error if asked to handle a > different > > address family. For instance see convert_family at > >

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-26 Thread Andy Hume
ss > > On 25.07.2011 15:24, Andy Hume wrote: > > > Currently other socket types are blocked. This occurs because the > > mapping functions will return an error if asked to handle a > different > > address family. For instance see convert_family at > >

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-25 Thread Andy Hume
ss > > On 22.07.2011 18:04, Ivo Smits wrote: > > Op 22-7-2011 17:05, Andy Hume schreef: [...] > > However, looking at the mono code, there are no checks in > the managed > > part of the Socket construction. Did I miss anything, is it in the > > unmanaged

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-22 Thread Andy Hume
ss > > On 22.07.2011 15:40, Robert Jordan wrote: > > On 22.07.2011 15:00, Andy Hume wrote: > >>> From: mono-devel-list-boun...@lists.ximian.com > >>> [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of > >>> Robert Jordan > >>>

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-22 Thread Andy Hume
ss > > On 22.07.2011 15:00, Andy Hume wrote: > >> From: mono-devel-list-boun...@lists.ximian.com > >> [mailto:mono-devel-list-boun...@lists.ximian.com] On > Behalf Of Robert > >> Jordan > >> Sent: 22 July 2011 12:43 > >> To: mono-devel-

Re: [Mono-dev] Non-TCP/IP socket access

2011-07-22 Thread Andy Hume
> From: mono-devel-list-boun...@lists.ximian.com > [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf > Of Robert Jordan > Sent: 22 July 2011 12:43 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Non-TCP/IP socket access > > On 22.07.201

[Mono-dev] Non-TCP/IP socket access

2011-07-22 Thread Andy Hume
I have a project that needs access to Linux Bluetooth sockets from Mono. Miguel previously suggested that I would have to manually P/Invoke to socket (and connect, bind, getpeername, etc) and use Reflection to set the fd value returned by the socket call into the "socket" field in the Socket cl

Re: [Mono-dev] Announcing Mono 2.4 Preview 1...

2009-01-27 Thread Andy Hume
There is no Visual Basic in 2.4 on Windows at least, https://bugzilla.novell.com/show_bug.cgi?id=469793 Thomas Wiest wrote: > > Hey Everyone, > > We've just released Mono 2.4 Preview 1 today! > > Please help us out by giving it a try with your applications. > > As always, you can get the pr

Re: [Mono-dev] problem compiling on cygwin.

2008-11-29 Thread Andy Hume
Lucas Meijer-4 wrote: > > Robert Jordan wrote: > [...cut...] >> It seems that you've somehow managed to run mcs on MS.NET's runtime. >> This is not supported and not intended but it could be caused >> by this: >> >>> When I do a "which mcs" I get: >>> /cygdrive/h/Program\ Files/Mono-2.0/bin/m

Re: [Mono-dev] xbuild

2008-11-13 Thread Andy Hume
Michael Hutchinson wrote: > > 2008/10/27 Jonathan Chambers <[EMAIL PROTECTED]>: >> Hello, >> I am looking to work on xbuild a bit, and so I started by looking >> at >> the the current tests and planned on writing some more. > > Cool! I really think that xbuild is important, so I'm glad yo

Re: [Mono-dev] [Ximian-mono-list] Mono unit test failures on windows...

2008-11-11 Thread Andy Hume
I don't know whether people are hitting those in the wild. However, lots of us are hitting: ** ERROR **: file mini.c: line 10315 (mono_get_lmf_addr): should not be reached aborting... https://bugzilla.novell.com/show_bug.cgi?id=414159 https://bugzilla.novell.com/show_bug.cgi?id=414310 I have t

Re: [Mono-dev] Build broken on Windows

2008-10-11 Thread Andy Hume
Install cygwin's gettext-devel package and it'll then work. :-) See Robert's answer at http://lists.ximian.com/pipermail/mono-list/2008-September/039671.html Andy Kornél Pál wrote: > > Hi, > > I get: > $ make > make all-recursive > make[1]: Entering directory `/mono/mono' > Making all in

Re: [Mono-dev] Class status pages are empty

2008-09-17 Thread Andy Hume
Probably due to the (multiple) Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/tmp/monobuild/build/BUILD/mono-113254/status/mono-api.xsl". as seen at e.g. http://mono.ximian.com/monobuild/builds/HEAD/sles-9-i586/mono/113254/logs/api-diff.log The failure isn't repor

Re: [Mono-dev] Mono 2.0 RC2 Delayed

2008-09-16 Thread Andy Hume
Don't know whether you're already aware of these which affect 2.0... Unfixed: .. 413636, WinForms, Crash on pressing an access-key Fixed, not backported: .. 414146, WinForms, WebBrowser UriFormatException crash in basic usage I'm about to go and try to test that fix here. Already fixed and backp

[Mono-dev] WebBrowser and MDI (Windows?) Re: Mono 2.0 Preview 2 is out!!

2008-09-01 Thread Andy Hume
Two regressions. Don't know whether it's already being tracked: Bug 414146, where the WebBrowser fails with a managed exception under normal simple usage. Also Bug 421858 "MDI: Failed to create window, class 'SWFClass0'" Win32 only apparently. Andy Thomas Wiest wrote: > > Hey Everyone, > >

[Mono-dev] --debug=casts on Windows

2008-08-28 Thread Andy Hume
--debug=casts doesn't work on Windows, with: error: --debug=casts not supported on this platform. Is there any more information on this somewhere? I can't see anything in --help-debug or on the man page. Is Windows the only platform affected? I'm just curious. Andy -- View this message i

Re: [Mono-dev] PtrToStructure, FreeHGlobal, then access to the structure

2008-08-19 Thread Andy Hume
Thanks Robert. Makes sense in hindsight, that the managed struct is a copy of the native source (the native struct being copied onto the managed struct's memory IIUC)! Thus one bug report only (#417256 in Win32 Printing). Andy Robert Jordan wrote: > > Andy Hume wrote: >

Re: [Mono-dev] Signing assemblies for gac

2008-08-12 Thread Andy Hume
Paul F. Johnson wrote: > > I have an assembly which I need to strongly sign for inclusion into gac. > I have a .snk file but I'm unsure if I need to use sn or al2. By the > looks of it, it should be both, but I'm unsure on the syntax and msdn is > not helping! > You should need only to use sn.

[Mono-dev] PtrToStructure, FreeHGlobal, then access to the structure

2008-08-12 Thread Andy Hume
In the class library I see a few pieces of code like the following. Am I correct in thinking that code like this is bad? info = Marshal.PtrToStructure (ptr, ...); Marshal.FreeHGlobal (ptr); // now we access the structure int id = info.Id; string name = Marshal.PtrToStringUni (info

Re: [Mono-dev] Win32 Mono 2.0 compiled from SVN branch - dies inside mono_get_lmf_addr

2008-08-03 Thread Andy Hume
Looks like you're not the only one hitting this... See https://bugzilla.novell.com/show_bug.cgi?id=414159 Andy russell.kay wrote: > > All, > > > > Does anyone have any ideas why I am seeing my code dying inside > mono_get_lmf_addr at the g_assert_not_reached(), it looks like this code >

Re: [Mono-dev] My namespace (VB)

2008-06-25 Thread Andy Hume
Paul F. Johnson wrote: > > Are there any plans to implement System.Deployment and the My namespace > in the next release (or 2.0 release) of mono? It's quite important... > > What methods do you find are being called in the System.Deployment assembly? One finds in 99% of cases that the assem

Re: [Mono-dev] My namespace (VB)

2008-06-25 Thread Andy Hume
Rolf Bjarne Kvinge-2 wrote: > >> > The My namespace is already done, if you have any problems please >> > file bugs. >> >> Is it in 1.9.1 or in svn? >> > It's been in for over a year, so it's definitively in 1.9.1. > > vbc, and vbnc, only add support for the My namespace (or for *all* of it

Re: [Mono-dev] BinaryReader Mono 1.9.1 problem

2008-06-13 Thread Andy Hume
Discussed, and hopefully solved, at https://bugzilla.novell.com/show_bug.cgi?id=399959 Andy Mario De Clippeleir wrote: > > The problem is with the ReadChars function. All of a sudden it skips > more than it is supposed to. When I use ReadBytes, it works. > The ReadChars(64) is supposed to be

Re: [Mono-dev] ResourceReader patch

2008-05-29 Thread Andy Hume
For full no-allocation behaviour :-) the IList passed to LoadResourceValues needs to be typed as its real Generic type, otherwise ResourceCacheItem is boxed on store.Add. Don't know how often that operation occurs... Andy e.g. [[ Index: ResourceReader.cs

[Mono-dev] VS2008 project files

2008-05-07 Thread Andy Hume
Is there a policy on what format the VisualStudio project files are to be in in trunk/mcs/class/... At least one (System.dll) is now in VS2008 format, which is bad for me as I'm still running VS2005. :-( Andy ___ Mono-devel-list mailing list Mono-de

Re: [Mono-dev] verify.c compile error on cygwin

2008-04-14 Thread Andy Hume
mono-build is suffering from the same issue. e.g. the most recent log: http://mono.ximian.com/monobuild/builds/HEAD/win-4-i386/mono/100654/logs /build.log _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Kumpera Sent: 14 April 2008 22:36 To: Gert Driesen Cc: mon

[Mono-dev] Gendarme and Windows installer

2008-03-14 Thread Andy Hume
I read that "For the first time Gendarme is available inside a Mono release." at http://anonsvn.mono-project.com/viewcvs/*checkout*/trunk/release/announce/mono-1.9.html?rev=98223&content-type=text%2Fplain I don't see it in the Windows preview releases I've installed. Is it meant to be there?

Re: [Mono-dev] win-4-i386 build hung

2007-10-17 Thread Andy Hume
D] > Sent: 16 October 2007 22:58 > To: Andy Hume > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] win-4-i386 build hung > > I restarted it today... > > Thanks! > > Wade > > On Tue, 2007-10-16 at 09:13 +0100, Andy Hume wrote: > > It's s

Re: [Mono-dev] win-4-i386 build hung

2007-10-16 Thread Andy Hume
It's still hung! install-deps inprogress [ Running for 1682 min(s) ] Can it be killed? Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Andy Hume > Sent: 15 October 2007 13:49 > To: mono-devel-list@lis

[Mono-dev] win-4-i386 build hung

2007-10-15 Thread Andy Hume
Looks like the win-4-i386 build is broken. It's been at install-deps for 517 mins. There log appears empty. (http://mono.ximian.com/monobuild/python/monobuild.py/packagestatus?platform=win-4-i386&package=mono&HEAD_or_RELEASE=HEAD) Should it/can it be killed? Andy _

[Mono-dev] bugzilla and 'VERIFIED'

2007-09-25 Thread Andy Hume
Hi all I was intending to work through my reported bugs as they're fixed and marking them as VERIFIED when I do so. However I note that that state is not generally used. I've had it suggested to me that it isn't used due to the 'spam' it creates. Is this the case? So does one have to keep a

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-25 Thread Andy Hume
rch/022829.html, I can't see a discussion of (err) disable-mcs-build either, and maybe there are more targets not discussed there either? Andy > -Original Message- > From: Marcos Cobeña Morián [mailto:[EMAIL PROTECTED] > Sent: 21 September 2007 12:27 > To: Andy

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-21 Thread Andy Hume
That error was one of the ways in which my cygwin build was broken here, that caused me to try to clean-up, which broke it further as per my previous thread here. I wonder whether its anything to do with https://bugzilla.novell.com/show_bug.cgi?id=325109 which I'd like to call "mcs hosted on *MSFT

Re: [Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Andy Hume
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Atsushi Eno > Sent: 20 September 2007 12:49 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] 'configure: error: ./configure failed > for libgc' > > Andy Hume wrote: > > I've be

[Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Andy Hume
I've been having problems over the past few days getting a build to work and on tuesday night and yesterday morning it was quite broken here. So I cleaned everything up and made sure I'd the most recent SVN updates. Now on doing ./autogen --... as described by shana it fails with: [[ ... ... c

Re: [Mono-dev] Cannot compile the 9/16 daily build due to: boehm-gc.c:262: parse error before `MONO_TLS_FAST'

2007-09-17 Thread Andy Hume
Assuming you're using a Windows machine normally... Why not start by using the "Mono 1.2.5 on openSUSE 10.2" VMware Virtual Image (from ) You can do all your initial Mono investigation and development there, and only deploy to your shared-host when you w

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

2007-08-30 Thread Andy Hume
Is this the same as http://bugzilla.ximian.com/show_bug.cgi?id=82617 ? Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of pablosantosluac > Sent: 30 August 2007 10:00 > To: mono-devel-list@lists.ximian.com > Subject: [Mono-dev] Compilation an

Re: [Mono-dev] mono merchandise

2007-08-23 Thread Andy Hume
That was my thought on viewing the Rafi/Grasshopper youtube video: Where can I get a t-shirt. Andy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of olivier dufour Sent: 23 August 2007 07:23 To: mono-devel-list@lists.ximia

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-08-01 Thread Andy Hume
Unfortunately I can't offer any advice on OS X questions -- I know nothing (apart from google; maybe http://www.mono-project.com/Problem:GDIPlusInit#MacOS_X). For general advice on porting to Mono however, I agree with the advice in http://www.mono-project.com/Guide:_Porting_Winforms_Applications

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-07-30 Thread Andy Hume
Well as Rolf noted this was something he implemented post 1.2.4, on my request http://bugzilla.ximian.com/show_bug.cgi?id=81434 As I note there a VB WinForms app created by VisualStudio calls that method if any exception occurs during form creation. So are you using GetResourceString yourself dir

Re: [Mono-dev] Question about encodings - possible documentation bug?

2007-07-04 Thread Andy Hume
See http://lists.ximian.com/pipermail/mono-list/2007-June/035463.html "* Mono compilers will default to the current language encoding as their native encoding. [...]" The man page maybe needs updating too? (I didn't check). Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailt

[Mono-dev] Tests for Socket Local-/RemoteEndPoint

2007-02-05 Thread Andy Hume
I would like to offer to help with having System.Net.Sockets.Socket support multiple protocol families, noting the comment on the Local-/RemoteEndPoint properties "// Wish: support non-IP endpoints." I've worked with the guys who provide IrDA and Bluetooth support on .NET (http://32feet.net) a

[Mono-dev] Patches+Tests for ObjectDisposedException

2007-02-05 Thread Andy Hume
I now have a working build (on Windows, thanks to shana's document etc), and thus... I resubmit a patch to fix the message created by ObjectDisposedException, along with tests, the current implementation doesn't include the disposed object's name and often produces an empty message. The patch

Re: [Mono-dev] "multiple target patterns." on cygwin Was: Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-18 Thread Andy Hume
Robert Jordan wrote: > Andy Hume wrote: > > [...] Is the answer still to use an older version of make? > > Yes. [...] > which in turn is linked from Mono's Wiki: > > http://mono-project.com/Compiling_Mono#Windows_Compilation > I've been reading tha

[Mono-dev] "multiple target patterns." on cygwin Was: Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
L PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Andy Hume > Sent: 17 January 2007 14:19 > To: 'Jon Chambers' > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Patch to add missing v2 > System.Exceptionconstructors,and HResult consistency >

Re: [Mono-dev] Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
chives.devshed.com/forums/development-94/compiling-mono-on-cyg win-1508053.html) that recommended setting ACLOCAL_FLAGS pointing into the build_dep tree. 'make' is running as I write this. :-)) Fingers crossed... Andy On 1/17/07,

Re: [Mono-dev] Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
> Hello Andy, > > > Woops, if the patch is possibly useable I should attach it! > This time. > > Your patch works, I have applied it. > Many thanks. However I see now that the string created by the Message property isn't good, I hadn't inspected it previously... I can produce another patch,

Re: [Mono-dev] [Bulk] Re: recharge.sh problems (monocharge-20070111.tar.gz)

2007-01-14 Thread Andy Hume
; for %%i in (2.0\*.dll) do mono 1.0\gacutil.exe /i %%i /f /package 2.0 > > Some time ago I posted proposal to include native windows > script in monocharge but havent got any reply. > > Anrus. > > - Original Message - > From: "Andy Hume" <[EMAI

[Mono-dev] recharge.sh problems (monocharge-20070111.tar.gz)

2007-01-14 Thread Andy Hume
Hi I tried to use the recharge.sh script from monolite-20070111.tar.gz to update my install and had some problems. I'm doing this on Windows so some of the problems I had are cross-platform problems, but some seem general. Do we know if people use the recharge.sh script successfully on a unix

Re: [Mono-dev] Patch to add missing v2 System.Exception constructors, and HResult consistency

2007-01-10 Thread Andy Hume
Woops, if the patch is possibly useable I should attach it! This time. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Andy Hume > Sent: 10 January 2007 20:00 > To: mono-devel-list@lists.ximian.com > Subject: [Mono-dev] Pa

[Mono-dev] Patch to add missing v2 System.Exception constructors, and HResult consistency

2007-01-10 Thread Andy Hume
A project of mine uses #ctor(String,Exception) on ObjectDisposedException, so I looked at adding that, and any other similar constructors missing as per the class status report. I also spotted inconsistent setting of HResult, and fixed those too. For instance, ArgumentNullException sets HResul

Re: [Mono-dev] upgrading nunit to newer version

2006-12-20 Thread Andy Hume
joel reed wrote: [...] > because the exception class marked is marked internal, I > couldn't use ExpectedExceptionAttribute with a typeof. In > nunit 2.2.9, you can do a > [ExpectedException("System.InvalidOperationException")], > which would I think help in these scenarios. > Err, I think tha

Re: [Mono-dev] ObjectDisposedException etc lacks #ctor(String, Exception)

2006-12-20 Thread Andy Hume
Robert Jordan wrote: > Andy Hume wrote: > > I was using > > new ObjectDisposedException("...", caughtException) in my code, > > and thus on Mono it fails at runtime with > MissingMethodException as that exception has no "#ctor(string > message, Exc

[Mono-dev] ObjectDisposedException etc lacks #ctor(String, Exception)

2006-12-19 Thread Andy Hume
I was using new ObjectDisposedException("...", caughtException) in my code, and thus on Mono it fails at runtime with MissingMethodException as that exception has no "#ctor(string message, Exception inner)" in Mono. The FDG (Framework Design Guidelines) says: "Do provide (at least) these com

[Mono-dev] Inconsistent HResult setting in two BCL Exceptions

2006-12-19 Thread Andy Hume
In doing some work to check what Exception constructors are missing I noted that the HResult value is set manually in each constructor, and wondered if it was set correctly in each constructor in each exception type. I produced the attached program to check this. It shows two cases in Corlib:

[Mono-dev] Two minor differences (Enum.ToString("X"), Array.CopyTo); bugs or not?

2006-12-17 Thread Andy Hume
I include two reports in this message. As I'm not sure of what exact level of "same behaviour" is being aimed for, can you let me know whether for such things I should add them as bugs, mention them in this forum, or not report them at all. :-,) Andy - * Enum.ToSt