Re: [Mono-dev] Object.GetType() is virtual on mono but is not on .NET?

2013-02-08 Thread Leszek Ciesielski
Class status pages also report this as mismatch: http://go-mono.com/status/status.aspx?reference=4.5profile=4.5assembly=mscorlib On Thu, Feb 7, 2013 at 11:25 PM, Rafael Teixeira mono...@gmail.com wrote: looks like a bug. please report Rafael Monoman Teixeira

Re: [Mono-dev] Few notes about finalization

2012-12-09 Thread Leszek Ciesielski
That is a very good pattern, performance-wise, advised in multiple MSDN articles (e.g. http://msdn.microsoft.com/en-us/library/ms973858.aspx#highperfmanagedapps_topic7 ): extracting the finalizable resources into a single-responsibility class visible just to it's owner and not having any other

Re: [Mono-dev] MoMA

2012-10-21 Thread Leszek Ciesielski
, MoMA relies on a webservice that is no longer updated and I'm guessing the report uploads aren't analysed as well? Kind regards, Leszek Ciesielski On Mon, Oct 8, 2012 at 3:29 PM, David Schmitt da...@dasz.at wrote: Hi, could someone please remove or update the wikipage at http://www.mono

Re: [Mono-dev] Oracle Managed Client

2012-10-05 Thread Leszek Ciesielski
Run Moma on it. If the number of P/Invokes is reasonable, it might be feasible to just write a compatibility layer for them. As long as they only call into standard kernel32 API that's doable. On Fri, Oct 5, 2012 at 8:48 AM, Ventsislav Mladenov ventsislav.mlade...@gmail.com wrote: Hi Bojan,

Re: [Mono-dev] To say hello and ask some questions about Mono...

2012-09-29 Thread Leszek Ciesielski
There's quite a few Mono contributors coming from Poland, starting with Xamarin's Marek Habersack. Other active community members include Marek Sieradzki and Konrad Kruczyński. Perhaps it would be best for you to reach out to those people personally? On Sat, Sep 29, 2012 at 5:45 PM, Robert

Re: [Mono-dev] mono / llvm inlining situations (or failures thereof)

2012-07-16 Thread Leszek Ciesielski
On Mon, Jul 16, 2012 at 6:20 PM, Rodrigo Kumpera kump...@gmail.com wrote: Hi Jonathan, There are a few factors that affect inlining. We don't inline more than 10 levels deep, but I doubt this is your problem. We don't inline synchronized methods, methods that belong to MarshalByRef classes

Re: [Mono-dev] Threads and X-Windows?

2012-05-31 Thread Leszek Ciesielski
The fact that 'it runs on Windows' might not mean it's correct - MS.Net used to tolerate accessing the UI controls from other threads than the one running the message loop, when suddenly this changed (with Vista AFAIK) many applications suddenly broke - because they weren't written according to

Re: [Mono-dev] SqlConnection.Open - debugging for beginners? Advice Welcome!

2012-05-01 Thread Leszek Ciesielski
This: http://www.mono-project.com/Parallel_Mono_Environments is not entirely up-to-date, but the mono-dev-env script there is very useful. You can configure your git clone with ./autogen --prefix=/opt/mono (or even --prefix=~/mono , so that root is not required at any stage) and use it in parallel

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-31 Thread Leszek Ciesielski
Did you try make get-monolite-latest make ? On Tue, Jan 31, 2012 at 12:23 PM, Markku Tavasti tava...@seravo.fi wrote: 2012/1/31 Marek Safar marek.sa...@gmail.com Just follow what the error message says You need Mono version 2.4 or better installed to build MCS  Sorry, my mistake, did

Re: [Mono-dev] Mono, Oracle and .NET after 4.0

2011-11-06 Thread Leszek Ciesielski
On Mon, Nov 7, 2011 at 6:47 AM, Oskar Berggren oskar.bergg...@gmail.com wrote: 2011/11/7 Stefano Canepa s...@linux.it: Brandon Perry  at Sun, 6 Nov 2011 17:12:20 -0600 wrote:  BP I used nhibernate.  BP http://stackoverflow.com/questions/562926/fluent-nhibernate-how-to-configure-for-oracle

Re: [Mono-dev] Class Status Pages

2011-05-25 Thread Leszek Ciesielski
It does help indeed, but it is a bug none the less - hitting the page with a browser that has an empty cache (first visit) still results in broken JS. On Wed, May 25, 2011 at 11:19 AM, Viktor Hermansson viktor.hermans...@gmail.com wrote: On Sun, 22 May 2011 14:29:51 +0200 Leszek Ciesielski

[Mono-dev] Class Status Pages

2011-05-22 Thread Leszek Ciesielski
Hi, the class status pages at http://go-mono.com/status/ seem to be broken - the javascript is not included properly, and thus the user can't expand the nodes below the namespace level. Does anyone have the right to fix this? Those pages are a very useful tool. Regards, Leszek 'skolima'

[Mono-dev] Unable to build current master on Linux

2011-05-22 Thread Leszek Ciesielski
Hi, I'm trying to build current master branch on Linux, today it keeps failing with make[8]: Entering directory `/home/skolima/workspace/mono/mcs/class/corlib' MCS [build] mscorlib.dll warning CS8001: SDK path could not be resolved Unhandled Exception: Mono.CSharp.InternalErrorException:

Re: [Mono-dev] Unable to build neither Mono 2.10.1 nor 2.10

2011-03-19 Thread Leszek Ciesielski
I've been building Mono with 'make -j5' for a long time (at least 2 years), and if anything breaks - it's always the RabbitMQ. Wouldn't it be possible to improve the dependencies for it so that a parallel build is usable? It's a massive speed-up on any modern CPU. (I know, talk is cheap, but I'm

Re: [Mono-dev] Broken Linq to XSD managed provider in .Net 4.

2011-01-19 Thread Leszek Ciesielski
The NET2 conditional is defined for all build above 1.1 profile (which has now been removed), i.e. 2.0, 3.5 (which is really not a separate profile - just additional libraries) and 4.0. On Thu, Jan 20, 2011 at 3:28 AM, Bob PS Watson scope_cr...@hotmail.com wrote: Hi Atsushi, Thanks for the

[Mono-dev] Problems with compiling code using F# from github

2011-01-01 Thread Leszek Ciesielski
Hi, I am trying to compile a simple program using fsc built from a github clone. I am using mono from git-head, building F# with: autoreconf;configure --prefix=~/bin-mono;make;make install but the resulting executable fails to compile a source file: [mono] ~/workspace @ fsc test.fs Microsoft (R)

[Mono-dev] git/mono-2-8 branch fails 'make check' on x86_64 with default settings

2010-11-06 Thread Leszek Ciesielski
Last change: [mono] ~/workspace/mono @ git log | head commit f886d89ef7a7be1195300dd7a23349ee4d3d7b85 Author: Zoltan Varga var...@gmail.com Date: Fri Nov 5 19:10:07 2010 +0100 Enlarge try-finally blocks preceeded by a Monitor.Enter () call to include the call itself, to avoid races

[Mono-dev] Mono Tail Call status

2010-07-23 Thread Leszek Ciesielski
Hi, what is current status of F# tail calls on Mono? I am doing a master thesis on functional languages in .Net and, for the practical part, I am planning to improve Mono F# support. Judging from the materials on the web, Tail Call Optimization is missing from Mono. Is this still true? If yes,

Re: [Mono-dev] Fwd: Could you please review/comment or approve?

2010-01-22 Thread Leszek Ciesielski
review this patch that has been sitting on mono-devel-list? -- Forwarded message -- From: Leszek Ciesielski skol...@gmail.com To: mono-devel-list mono-devel-l...@ximian.com Date: Mon, 12 Oct 2009 08:55:44 +0200 Subject: [Mono-dev] Fwd: SerialPortStream patch I am mailing

[Mono-dev] Fwd: Could you please review/comment or approve?

2010-01-21 Thread Leszek Ciesielski
Cortez calberto.cor...@gmail.com Cc: skol...@gmail.com Hello Carlos,    Could you please review this patch that has been sitting on mono-devel-list? -- Forwarded message -- From: Leszek Ciesielski skol...@gmail.com To: mono-devel-list mono-devel-l...@ximian.com Date: Mon, 12 Oct

[Mono-dev] Regression in gmcs (svn-head)

2010-01-13 Thread Leszek Ciesielski
Hi, between 07.01.2010 and 11.01.2010 gmcs built from svn head has regressed and is now reporting error CS0169: The private constant `Core.Configuration.ModifyConfig.filesSearchPattern' is never used on code private const string filesSearchPattern = *.ModifyConfig; //this constant is

Re: [Mono-dev] Announcing Mono 2.6 RC1

2009-12-14 Thread Leszek Ciesielski
Regression in gmcs: https://bugzilla.novell.com/show_bug.cgi?id=564379 On Fri, Dec 11, 2009 at 2:31 AM, P T Rajkumar ptrajku...@gmail.com wrote: On Dec 10, 2009, at 8:18 PM, Andrew Jorgensen ajorgen...@novell.com wrote: Hey Everyone, We released Mono 2.6 RC1! This is an amazing release

Re: [Mono-dev] Announcing the release of Mono 2.4.3

2009-12-11 Thread Leszek Ciesielski
I have a regression in 2.4.3: https://bugzilla.novell.com/show_bug.cgi?id=563909 On Thu, Dec 10, 2009 at 6:26 AM, Carlos Alberto Cortez calberto.cor...@gmail.com wrote: It was  indeed fixed. Sorry, I forgot to close that one. Carlos. 2009/12/9 Oskar Berggren oskar.bergg...@gmail.com The

Re: [Mono-dev] System.Reflection.Assembly::Load Performance?

2009-12-09 Thread Leszek Ciesielski
On Wed, Dec 9, 2009 at 3:38 PM, Rodrigo Kumpera kump...@gmail.com wrote: On Wed, Dec 9, 2009 at 12:00 PM, Babbage Linden babb...@lindenlab.com wrote: The code I'm using for loading is: public Script(string class_name, byte[] class_data,   ref long event_handlers) {   

[Mono-dev] CS0067 with valid code

2009-11-27 Thread Leszek Ciesielski
Hi, I have a slightly annoying compiler bug that has been sitting on bugzilla (https://bugzilla.novell.com/show_bug.cgi?id=360455) for over a year without any activity. Could anyone please look into it? Regards, Leszek 'skolima' Ciesielski ___

Re: [Mono-dev] Should we replace MemoryStream?

2009-11-10 Thread Leszek Ciesielski
Choice is not always good, and I think this is one of the cases when the default (i.e. the MemoryStream implementation) should make the choices instead presenting them to the user. Though I agree that the case of constructing a MemoryStream from an existing byte[] would require a special path in

Re: [Mono-dev] Unstable ThreadPool performance under massive QueueUserWorkItem requests.

2009-11-09 Thread Leszek Ciesielski
What Mono version are you using? If you observe this behaviour with a recent version (2.4.2.3 is current), could you please post your test case? On Sat, Nov 7, 2009 at 11:55 AM, Laser Lu laser...@163.com wrote: I'm writing a program that utilizes ThreadPool heavily.  More than thousands of

[Mono-dev] Fwd: SerialPortStream patch

2009-10-12 Thread Leszek Ciesielski
I am mailing the patches again, because I got no response before (it was just before Mono 2.6 branching). -- Forwarded message -- From: Leszek Ciesielski skol...@gmail.com Date: 2009/9/23 Subject: Re: [Mono-dev] SerialPortStream patch To: mono-devel-list@lists.ximian.com Hi

Re: [Mono-dev] Big performance gaps between .NET, Mono (Suse/Debian) ?

2009-10-06 Thread Leszek Ciesielski
On Tue, Oct 6, 2009 at 12:15 PM, Robert Jordan robe...@gmx.net wrote: Lionel Cuir wrote: A few hints on how I did my tests: - the OS are: a bare XP SP3, a bare OpenSuse (kernel 2.6.27), a Debian with a lightened kernel (2.6.30) - bare = the OS is up-to-date but no other software

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-23 Thread Leszek Ciesielski
? On Tue, Sep 22, 2009 at 6:17 PM, Leszek Ciesielski skol...@gmail.com wrote: Hi, whenever code in mono/mono/io-layer/ performs blocking operations, it is done in a loop like this:      do {                ret = write (fd, buffer, numbytes);        } while (ret == -1 errno == EINTR

Re: [Mono-dev] SerialPortStream patch

2009-09-23 Thread Leszek Ciesielski
, 2009, at 4:14 AM, Leszek Ciesielski wrote: Hi, while debugging my code I have noticed that SerialPort.Close() does not check for error conditions on Linux. Attached is a small patch fixing this. May I commit? (if anyone wonders why there is no resuming the close on EINTR: http

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-22 Thread Leszek Ciesielski
  access the freed data and crash/misbehave. You might want to try to close the file descriptor the thread is waiting on, that might break the wait.   Zoltan On Mon, Sep 21, 2009 at 10:07 AM, Christian Hoff christian_h...@gmx.net wrote: Leszek Ciesielski wrote

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-22 Thread Leszek Ciesielski
.   Zoltan On Tue, Sep 22, 2009 at 11:35 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I'll repeat my question if you'll excuse me: Zoltan (or anyone else knowing how this works) could you please explain how the mono/mono/support/*.c code should execute native blocking calls so

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-21 Thread Leszek Ciesielski
On Thu, Sep 17, 2009 at 2:43 PM, Zoltan Varga var...@gmail.com wrote: Hi,   The runtime tries to abort all threads and waits for them to terminate, so if a thread refuses to die for some reason, the runtime will hang. Its possible that the serial port code doesn't check for thread

[Mono-dev] SerialPortStream patch

2009-09-18 Thread Leszek Ciesielski
Hi, while debugging my code I have noticed that SerialPort.Close() does not check for error conditions on Linux. Attached is a small patch fixing this. May I commit? (if anyone wonders why there is no resuming the close on EINTR: http://linux.derkeiler.com/Mailing-Lists/Kernel/2005-09/3000.html

[Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
Hi, I am experiencing Mono hangup when my application should terminate. The application opens multiple serial ports, but the bug has also manifested when network sockets were hanging on reads or writes - it seems to be related to a pending I/O operation, asynchronous networking helps somewhat.

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
the problem. Regards On Thu, Sep 17, 2009 at 12:02 PM, Zoltan Varga var...@gmail.com wrote: Hi,   Could you create some kind of test case to help us debug this issue ?     Zoltan On Thu, Sep 17, 2009 at 11:28 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I am experiencing Mono

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
...@gmail.com wrote: Hi,   You can attach to the hung process with gdb and type 'thread apply all bt' to get a native backtrace, and/or send a SIGUSR1 signal to the process to print a manager backtrace.    Zoltan On Thu, Sep 17, 2009 at 12:15 PM, Leszek Ciesielski skol

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
. Zoltan On Thu, Sep 17, 2009 at 12:58 PM, Leszek Ciesielski skol...@gmail.com wrote: Hi, kill -SIGUSR1 PID prints User definied signal 1 And Mono terminates. Does this suggest no managed threads were left (there are 10 or 11 while the application is running)? gdb native stack

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
was killed - until only unmanaged code remains running - including the JITed rogue thread. I am checking now this with a small test case and will send it along once I am able to reproduce the problem. On Thu, Sep 17, 2009 at 1:49 PM, Leszek Ciesielski skol...@gmail.com wrote: That's the kill -3 PID

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
if a thread refuses to die for some reason, the runtime will hang. Its possible that the serial port code doesn't check for thread aborts/interruptions.   Zoltan On Thu, Sep 17, 2009 at 2:33 PM, Leszek Ciesielski skol...@gmail.com wrote: Oh! We found something with mono --trace

Re: [Mono-dev] Mono hangs on shutdown when /dev/ttySx ports were opened.

2009-09-17 Thread Leszek Ciesielski
2009/9/17 Kornél Pál kornel...@gmail.com: Hi, Zoltan Varga wrote:  The runtime tries to abort all threads and waits for them to terminate, so if a thread refuses to die for some reason, the runtime will hang. Its possible that the This hang has occurred or different reasons and was

Re: [Mono-dev] Gtk depends on Winforms ¿?

2009-09-09 Thread Leszek Ciesielski
Unfortunately, the button does not appear to use native themes on my WinXP machine (SP3, GTK# installed with Mono 2.4.2.3). On Wed, Sep 9, 2009 at 5:05 PM, Christian Hoffchristian_h...@gmx.net wrote: Hi folks, as you may have noticed, old Gtk# versions ( 2.12.8) did not use XP's visual

Re: [Mono-dev] Errors while generating serializers

2009-09-07 Thread Leszek Ciesielski
https://bugzilla.novell.com/show_bug.cgi?id=488293 possibly? On Mon, Sep 7, 2009 at 12:15 PM, Maciej Pasztapasz...@go2.pl wrote: Hi! I'm experiencing strange problem that manifests itself with the following message appearing on the console: Error while compiling generated serializer

[Mono-dev] Where a portable application should store files?

2009-06-16 Thread Leszek Ciesielski
Hi, CruiseControl.Net currently stores all it's files, logs, configuration and work data in Path.CurrentDirectory. This causes problems not only on *nixes, but even on newer versions of windows. What should be used instead? Possible candidates are: Environment.GetFolderPath

Re: [Mono-dev] Bug #360455

2009-05-21 Thread Leszek Ciesielski
On Thu, May 21, 2009 at 11:41 AM, Marek Safar marek.sa...@seznam.cz wrote: Hello Stefan, I've been trying to fix https://bugzilla.novell.com/show_bug.cgi?id=360455. (g)mcs erroneously raises x is never used warning CS0067 with public events This happens when the containing class is generic

[Mono-dev] Fwd: Mono and -fno-strict-aliasing [Fwd: About gentoo bug 257313]

2009-05-11 Thread Leszek Ciesielski
-- Forwarded message -- 2009/5/11 Rafał Mużyło galtge...@gmail.com: BTW, I tried to take a shot at strict aliasing in mono itself. Yes, I failed. Is that something that can't be solved, or just something very difficult to solve, so nobody's willing to try ? Is anyone

[Mono-dev] Questions about Mono 'make check' [Fwd: About gentoo bug 257313]

2009-05-09 Thread Leszek Ciesielski
Mużyło galtge...@gmail.com Date: Fri, May 8, 2009 at 7:35 PM Subject: About gentoo bug 257313 To: Leszek Ciesielski skol...@gmail.com I think I'll take you on that offer. Well, that testsuite seems broken. This is the line from /proc/cpuinfo: flags           : fpu vme de pse tsc msr pae mce cx8

Re: [Mono-dev] [Patch] xbuild, ResXFileRef and relative windows paths

2009-03-22 Thread Leszek Ciesielski
I agree with Gert, either xbuild has to restrict the path separator substitution to cases where a file before substitution can not be found and after substitution it is found, or, IMHO a better solution, xbuild wrapper script (i.e. the /usr/bin/xbuild itself) should set MONO_IOMAP before exec'ing

Re: [Mono-dev] [Bug 484244] [Regression] nunit-console.exe requires /noshadow

2009-03-13 Thread Leszek Ciesielski
On Thu, Mar 12, 2009 at 8:55 PM, bugzilla_nore...@novell.com wrote: https://bugzilla.novell.com/show_bug.cgi?id=484244 User mig...@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=484244#c4 --- Comment #4 from Miguel de Icaza mig...@novell.com  2009-03-12 13:55:35

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Leszek Ciesielski
On Tue, Mar 10, 2009 at 3:43 AM, Thomas Wiest twi...@novell.com wrote: Hey Everyone, We've just released Mono 2.4 RC 2 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here:

Re: [Mono-dev] Updating the ICSharpCode.SharpZipLib shipped with Mono

2009-03-11 Thread Leszek Ciesielski
I found that SharpZipLib update has been already suggested some time ago: https://bugzilla.novell.com/show_bug.cgi?id=426065 On Wed, Mar 4, 2009 at 3:41 PM, Leszek Ciesielski skol...@gmail.com wrote: On Tue, Feb 17, 2009 at 12:11 PM, Leszek Ciesielski skol...@gmail.com wrote: On Mon, Feb 16

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Leszek Ciesielski
As a follow-up to nunit regression, where can I download sources for 2.4 RC1? I'd like to get a working version again... ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] issue with testing dispose code

2009-03-04 Thread Leszek Ciesielski
2009/3/1 Bas Smit basjs...@gmail.com: Hi guys, Im looking at Mono Ninject2 compatibility and Ive come across a problem. Nate has a bunch of tests to check his dispose code (example below). For this purpose we need a way to force disposing of unused objects. Currently the tests use

Re: [Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-04 Thread Leszek Ciesielski
On Wed, Mar 4, 2009 at 3:13 AM, Charlie Poole char...@nunit.com wrote: Hi All, This is a bit OT for the dev list, but I suspect I'll get more solid answers based on experience here than elsewhere. In NUnit, it is now possible to specify the runtime under which tests should be run. For MS

Re: [Mono-dev] Updating the ICSharpCode.SharpZipLib shipped with Mono

2009-03-04 Thread Leszek Ciesielski
On Tue, Feb 17, 2009 at 12:11 PM, Leszek Ciesielski skol...@gmail.com wrote: On Mon, Feb 16, 2009 at 9:06 PM, Mirco Bauer mee...@meebey.net wrote: On Mon, 16 Feb 2009 12:48:33 +0100 Leszek Ciesielski skol...@gmail.com wrote: Hi, would it be possible to update the ICSharpCode.SharpZipLib

Re: [Mono-dev] profiler to run on windows and linux (mono)

2009-03-03 Thread Leszek Ciesielski
On Mon, Mar 2, 2009 at 9:57 PM, @lex ale...@realiora.co.uk wrote: Hi I need to profile an application on Windows and Linux platform. I use Mono to run it on Linux. I have tried using Mono built in profiling tools but these are not available on Windows version. I have also tried a few

[Mono-dev] Shouldn't pdb2mdb be available in svn?

2009-03-03 Thread Leszek Ciesielski
Hi, I'm searching various mono lists archives for a recent version of pdb2mdb converter. The most recent I found is http://www.nabble.com/pdb2mdb-td21838942ef1367.html#a21838942 . Shouldn't this useful tool be available from the mono source repository? Or is it totally unsupported? Regards,

Re: [Mono-dev] Shouldn't pdb2mdb be available in svn?

2009-03-03 Thread Leszek Ciesielski
On Tue, Mar 3, 2009 at 10:36 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I'm searching various mono lists archives for a recent version of pdb2mdb converter. The most recent I found is http://www.nabble.com/pdb2mdb-td21838942ef1367.html#a21838942 . Shouldn't this useful tool

Re: [Mono-dev] Shouldn't pdb2mdb be available in svn?

2009-03-03 Thread Leszek Ciesielski
On Tue, Mar 3, 2009 at 10:50 AM, Robert Jordan robe...@gmx.net wrote: Leszek Ciesielski wrote: On Tue, Mar 3, 2009 at 10:36 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I'm searching various mono lists archives for a recent version of pdb2mdb converter. The most recent I found is http

Re: [Mono-dev] Updating the ICSharpCode.SharpZipLib shipped with Mono

2009-02-17 Thread Leszek Ciesielski
On Mon, Feb 16, 2009 at 9:06 PM, Mirco Bauer mee...@meebey.net wrote: On Mon, 16 Feb 2009 12:48:33 +0100 Leszek Ciesielski skol...@gmail.com wrote: Hi, would it be possible to update the ICSharpCode.SharpZipLib Mono bundles? There's a lot of bugfixes ( http://wiki.sharpdevelop.net

[Mono-dev] Updating the ICSharpCode.SharpZipLib shipped with Mono

2009-02-16 Thread Leszek Ciesielski
Hi, would it be possible to update the ICSharpCode.SharpZipLib Mono bundles? There's a lot of bugfixes ( http://wiki.sharpdevelop.net/Default.aspx?Page=SharpZipLib_ReleaseHistoryAspxAutoDetectCookieSupport=1 ) in 0.85.5.452 since version 0.84 which Mono provides, including Seek support which

Re: [Mono-dev] Oracle Data Client issue

2009-02-11 Thread Leszek Ciesielski
2009/2/11 russell@realtimeworlds.com: All, I have encountered a problem with the Oracle Data Client when porting an application over from Windows, basically we are using NHibernate as a frontend to the database and we have recently moved the backend from MySQL (for development) to

Re: [Mono-dev] Current 'xbuild' status

2009-02-11 Thread Leszek Ciesielski
using today's svn version, .proj file generated with set MSBuildEmitSolution=1 trick: [mono] ~/mono_svn/EVEMon @ xbuild EVEMonCSharp.sln.proj XBuild Engine Version 0.1 Mono, Version 2.5.0.0 Copyright (C) Marek Sieradzki 2005. All rights reserved. MSBUILD: error MSBUILD:

Re: [Mono-dev] Current 'xbuild' status

2009-02-11 Thread Leszek Ciesielski
to support 3.5/2008 projects. Thanks, Jonathan On Wed, Feb 11, 2009 at 11:28 AM, Leszek Ciesielski skol...@gmail.com wrote: using today's svn version, .proj file generated with set MSBuildEmitSolution=1 trick: [mono] ~/mono_svn/EVEMon @ xbuild EVEMonCSharp.sln.proj XBuild Engine Version 0.1

Re: [Mono-dev] Current 'xbuild' status

2009-02-11 Thread Leszek Ciesielski
that outputs the duplicate assembly and handle the error case better. Thanks, Jonathan On Wed, Feb 11, 2009 at 11:55 AM, Leszek Ciesielski skol...@gmail.com wrote: When I forced msbuild 2.0 and regenerated the project, xbuild bails out on ResolveAssemblyReferences. Log attached. On Wed, Feb 11, 2009

Re: [Mono-dev] 2.4 Preview - problem with reproducing a regression

2009-02-05 Thread Leszek Ciesielski
On Thu, Feb 5, 2009 at 5:57 AM, Andrés G. Aragoneses kno...@gmail.com wrote: Leszek Ciesielski wrote: On Wed, Feb 4, 2009 at 11:09 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I'm getting a ERROR:mini-trampolines.c:122:mono_magic_trampoline: assertion failed: (vt) when running my

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

2009-02-04 Thread Leszek Ciesielski
On Tue, Feb 3, 2009 at 11:47 PM, Thomas Wiest twi...@novell.com wrote: Hey Everyone, We've just released Mono 2.4 Preview 2 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here:

[Mono-dev] 2.4 Preview - problem with reproducing a regression

2009-02-04 Thread Leszek Ciesielski
Hi, I'm getting a ERROR:mini-trampolines.c:122:mono_magic_trampoline: assertion failed: (vt) when running my NUnit tests on Mono 2.4 Preview 1 on Windows XP 32bit. However, there's not additional output to help pin down the problem, and the fact that the code that breaks uses an obfuscated

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

2009-02-04 Thread Leszek Ciesielski
On Wed, Feb 4, 2009 at 11:17 AM, Leszek Ciesielski skol...@gmail.com wrote: On Tue, Feb 3, 2009 at 11:47 PM, Thomas Wiest twi...@novell.com wrote: Hey Everyone, We've just released Mono 2.4 Preview 2 today! Please help us out by giving it a try with your applications. As always, you can

Re: [Mono-dev] 2.4 Preview - problem with reproducing a regression

2009-02-04 Thread Leszek Ciesielski
On Wed, Feb 4, 2009 at 11:09 AM, Leszek Ciesielski skol...@gmail.com wrote: Hi, I'm getting a ERROR:mini-trampolines.c:122:mono_magic_trampoline: assertion failed: (vt) when running my NUnit tests on Mono 2.4 Preview 1 on Windows XP 32bit. However, there's not additional output to help pin

Re: [Mono-dev] Ideas for Mono on Windows

2009-01-23 Thread Leszek Ciesielski
On Fri, Jan 23, 2009 at 11:40 AM, PFJ pjohns...@uclan.ac.uk wrote: Hi, SuperCiccio wrote: Sadly, I have to wait for the next Windows/Linux build to go ahead on step 2. If I had a simple way to build Mono on Windows, the (in)famous F5, I could go on peacefully. I don't mind running the

[Mono-dev] Fwd: Ideas for Mono on Windows

2009-01-23 Thread Leszek Ciesielski
On Fri, Jan 23, 2009 at 11:40 AM, PFJ pjohns...@uclan.ac.uk wrote: Hi, SuperCiccio wrote: Sadly, I have to wait for the next Windows/Linux build to go ahead on step 2. If I had a simple way to build Mono on Windows, the (in)famous F5, I could go on peacefully. I don't mind running the

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

2009-01-21 Thread Leszek Ciesielski
On Sun, Sep 21, 2008 at 7:30 PM, Miguel de Icaza mig...@novell.com wrote: Hello, Perhaps some members of the Mono team use gui-compare, but I think end-users / third-party developers appreciate an easy way to consult the API compatibility level of certain types/members. The only painful

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

2009-01-21 Thread Leszek Ciesielski
location. On Wed, Jan 21, 2009 at 12:16 PM, Atsushi Eno atsu...@ximian.com wrote: They are now at http://go-mono.com/status Atsushi Eno Leszek Ciesielski wrote: On Sun, Sep 21, 2008 at 7:30 PM, Miguel de Icaza mig...@novell.com wrote: Hello, Perhaps some members of the Mono team use gui

Re: [Mono-dev] Announcing the release of Mono 2.2...

2009-01-14 Thread Leszek Ciesielski
On Tue, Jan 13, 2009 at 11:43 PM, Thomas Wiest twi...@novell.com wrote: Today we're announcing the immediate release of Mono 2.2. The release notes are here: http://www.mono-project.com/Release_Notes_Mono_2.2 and downloads are available here: http://www.mono-project.com/Downloads

[Mono-dev] Spring fails to register assembly:// URI handler

2009-01-08 Thread Leszek Ciesielski
I have a testcase + patch for a Mono bug that breaks new (1.2.0) Spring.Net release: https://bugzilla.novell.com/show_bug.cgi?id=464235 Is this ok to commit? And could this perhaps (I know it's late...) could be added to 2.2? Regards, Leszek 'skolima' Ciesielski

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-23 Thread Leszek Ciesielski
On Tue, Dec 23, 2008 at 12:31 AM, Thomas Wiest twi...@novell.com wrote: Leszek Ciesielski wrote: 2008/12/16 Dan Shechter d...@houmus.org: Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them

Re: [Mono-dev] [Mono-osx] Announcing Mono 2.2 RC1...

2008-12-23 Thread Leszek Ciesielski
2008/12/23 Евгений Гришуль eugeny.gris...@gmail.com: Please include these two too! https://bugzilla.novell.com/show_bug.cgi?id=461867 https://bugzilla.novell.com/show_bug.cgi?id=445610 WBR, Eugeny Grishul 2008/12/23 Thomas Wiest twi...@novell.com Hey Everyone, We've just released

Re: [Mono-dev] [ccnet-devel] Re: 1.4.1 - 1.4.2 transition breaks CCNet on Linux

2008-12-17 Thread Leszek Ciesielski
Cross-posting from CruiseControl.Net devel group. Is there any chance of this patch making it into Mono 2.2? On Wed, Dec 17, 2008 at 5:09 PM, Alex a.alex.hut...@gmail.com wrote: Will that patch make the next release of Mono then? On Dec 17, 9:54 am, Leszek Ciesielski skol...@gmail.com wrote

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-16 Thread Leszek Ciesielski
2008/12/16 Dan Shechter d...@houmus.org: Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: https://bugzilla.novell.com/show_bug.cgi?id=459386 ___

Re: [Mono-dev] Ideas for Mono on Windows

2008-12-10 Thread Leszek Ciesielski
On Wed, Dec 10, 2008 at 1:14 AM, Atsushi Eno [EMAIL PROTECTED] wrote: VS integration has another problem. You cannot really expect VS non- express versions installed and then there is no way to run NUnit tests (no addins are allowed in Express versions). It can never be a first citizen build

Re: [Mono-dev] mono+linux C# Hugh performance timer

2008-12-05 Thread Leszek Ciesielski
It also uses high-res timers on Windows. It was added in .NET 2.0, check the dates on your articles :-) On Fri, Dec 5, 2008 at 3:11 PM, Jacob Gladish [EMAIL PROTECTED] wrote: I believe the Stopwatch uses Linux hi-res timers. --- On Fri, 12/5/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [Mono-dev] Running tests with NUnit on Mono+Windows

2008-11-13 Thread Leszek Ciesielski
On Fri, Nov 7, 2008 at 6:06 PM, Leszek Ciesielski [EMAIL PROTECTED] wrote: Hi, is it currently possible to run NUnit tests on Mono on Windows? Nant nunit2 task ignores the target framework (invoked with nant -t:mono-2.0, checked with Assert.IsNotNull(Type.GetType(Mono.Runtime)); - Mono 2.0.1

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-12 Thread Leszek Ciesielski
Because of notorious problems (and slowness) of cygwin, I have followed the same path that Daniel Morgan has (only stable Mono on Windows, hacking goes on Linux). An msbuild/xbuild solution for whole Mono sounds great. First - because of eased debugging with Microsoft tools and much faster builds.

[Mono-dev] Running tests with NUnit on Mono+Windows

2008-11-07 Thread Leszek Ciesielski
Hi, is it currently possible to run NUnit tests on Mono on Windows? Nant nunit2 task ignores the target framework (invoked with nant -t:mono-2.0, checked with Assert.IsNotNull(Type.GetType(Mono.Runtime)); - Mono 2.0.1, NAnt 0.86-b1) and happily runs the tests on Microsoft Framework, as I found

[Mono-dev] Class status pages are empty

2008-09-16 Thread Leszek Ciesielski
Hi, class status pages linked from http://www.mono-project.com/Class_Status are all empty, did something break? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] C# automatic code formatter

2008-08-19 Thread Leszek Ciesielski
On Tue, Aug 19, 2008 at 4:26 PM, Igor Guerrero [EMAIL PROTECTED] wrote: On Mon, Aug 18, 2008 at 6:28 AM, Leszek Ciesielski [EMAIL PROTECTED] wrote: Isn't there a tool for automatic formatting of C# code according to some guidelines (in this case, http://www.mono-project.com/Coding_Guidelines

[Mono-dev] C# automatic code formatter

2008-08-18 Thread Leszek Ciesielski
Hi, almost every week there is a patch submitted to this list that gets rejected/postponed because of formatting issues. Java has many very good tools like this, e.g. Eclipse built-in. Isn't there a tool for automatic formatting of C# code according to some guidelines (in this case,

Re: [Mono-dev] Assenza

2008-07-19 Thread Leszek Ciesielski
On Sat, Jul 19, 2008 at 11:30 AM, Umberto Ballestrazzi [EMAIL PROTECTED] wrote: Saro' assente fino alla prima settimana d'Agosto. Umberto ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Windows build

2008-07-18 Thread Leszek Ciesielski
A sidenote (and an argument for msys): folks behind Windows git port are currently finishing their migration from cygwin to msys because of performance reasons. 2008/7/17 Jonathan Chambers [EMAIL PROTECTED]: I started looking at using msys to build mono a few months ago. I got distracted by

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

2008-06-25 Thread Leszek Ciesielski
2008/6/25 Paul [EMAIL PROTECTED]: Hi, 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... There are no plans for System.Deployment / ClickOnce for now, only suggestions it would be nice to have it:

[Mono-dev] Fwd: BinaryReader Mono 1.9.1 problem

2008-06-12 Thread Leszek Ciesielski
-- Forwarded message -- From: Mario De Clippeleir [EMAIL PROTECTED] Date: Thu, Jun 12, 2008 at 1:04 PM Subject: RE: [Mono-dev] BinaryReader Mono 1.9.1 problem To: Leszek Ciesielski [EMAIL PROTECTED] Hi, The problem is with the ReadChars function. All of a sudden it skips more

Re: [Mono-dev] Mono C# Serial Port problem

2008-06-10 Thread Leszek Ciesielski
The RecievedEvent is not implemented (check the exception...). If you need to monitor the serial port for incoming data, create a separate thread for handling the port and use the blocking Read methods. Remember not to use the port outside the thread that has created it. Please note that MSDN

Re: [Mono-dev] Mono C# Serial Port problem

2008-06-09 Thread Leszek Ciesielski
Hi, I'm a little scared that you all want to fiddle with SerialPort implementation. The Win32 and Linux versions work well and are reasonably stable (there are some little fixes waiting in svn for inclusion in next mono release - but you have very little chance of actually bumping into the bugs

[Mono-dev] Link to svn revision in bugzilla comments

2008-06-09 Thread Leszek Ciesielski
Hi, I've been using trac and redmine bug tracking systems with several other projects I follow, and those two have a feature I miss greatly in mono bugzilla: links to revisions related to a certain comment/bug. A plea to the commiters: could you please provide a revision number in the comment

[Mono-dev] Regression in (g)mcs handling of implicit conversion operators

2008-06-06 Thread Leszek Ciesielski
The bugs https://bugzilla.novell.com/show_bug.cgi?id=316290 https://bugzilla.novell.com/show_bug.cgi?id=321782 (dupe) and probably https://bugzilla.novell.com/show_bug.cgi?id=321794 (didn't bother to test this explicitly as it depends on the previous ones) have emerged again (in svn, last week

Re: [Mono-dev] System.Decimal performance

2008-06-04 Thread Leszek Ciesielski
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] Im Auftrag von Zoltan Varga Gesendet: Montag, 2. Juni 2008 22:15 An: Leszek Ciesielski Cc: mono-devel-list Betreff: Re: [Mono-dev] System.Decimal performance Hi, The next

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-15 Thread Leszek Ciesielski
Try creating the SerialPort in the same Thread that uses it afterwards. On Thu, May 15, 2008 at 4:49 PM, Alan_Chun [EMAIL PROTECTED] wrote: Hi Arek, That's the whole .cs file I have. I know it looks strange but under mono, the data received event is not working. That's why I create another

Re: [Mono-dev] Code obfuscation application

2008-05-05 Thread Leszek Ciesielski
2008/5/5 Sebi Onofrei [EMAIL PROTECTED]: Hello everybody, I would like to know if there are any shareware/freeware code obfuscation tools available that work with Mono generated binaries. For Windows there are many, but I can't seem to find one for Linux. All those tools should work the

  1   2   >