Re: [Mono-dev] Help rebuilding Xsp Mono.WebServer's Request.cs and ApplicationServer.cs

2016-03-06 Thread Andres G. Aragoneses
In general, try to avoid using slashes for command line options if the program accepts dashes, because the former can be confused with paths in Unix. On a side note, someone should replace the outdated Options class here

Re: [Mono-dev] Help rebuilding Xsp Mono.WebServer's Request.cs and ApplicationServer.cs

2016-03-05 Thread Andres G. Aragoneses
On 03/06/2016 04:56 AM, TheCatcher wrote: I would like some help identifying what git repository I need to clone to be able to rebuild xsp/src/Mono.WebServer https://github.com/mono/xsp.git ___ Mono-devel-list mailing list

Re: [Mono-dev] Unix Signal with mono

2016-01-17 Thread Andres G. Aragoneses
On 01/17/2016 04:05 PM, techi eth wrote: How can i use Unix signal while using mono ? https://github.com/mono/mono/blob/master/mcs/class/Mono.Posix/Mono.Unix/UnixSignal.cs ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Old version of Entity Framework bundled with Mono

2015-08-08 Thread Andres G. Aragoneses
On 08/08/15 06:52, Daniel Lo Nigro wrote: I recently spend a while debugging an issue I was having with Entity Framework, only to find that it was happening because Mono ships with a beta version in its GAC. Would it be possible to either update this to the latest release build, or stop shipping

Re: [Mono-dev] Error trying to compile mono on CentOs 5 (Mono-devel-list Digest, Vol 123, Issue 6)

2015-07-15 Thread Andres G. Aragoneses
On 14/07/15 10:41, Timotheus Pokorra wrote: Hello, TP please also install the package mono-opt-devel. That includes TP /opt/mono/lib/libMonoPosixHelper.so, I just checked. Despite naming conventions, libMonoPosixHelper.so is definitely a runtime package, not something belonging in a -devel

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Andres G. Aragoneses
You could check what version of libgdiplus(https://github.com/mono/libgdiplus) did Debian Squeeze include, and try to run a custom new mono built from sources, with an older libgdiplus, to confirm that it is a libgdiplus regression. If it is, then after that you could try to bisect the commit

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Andres G. Aragoneses
-06-09 11:50, schrieb Andres G. Aragoneses: You could check what version of libgdiplus(https://github.com/mono/libgdiplus) did Debian Squeeze include, and try to run a custom new mono built from sources, with an older libgdiplus, to confirm that it is a libgdiplus regression

Re: [Mono-dev] TDS exception using DBNull.Value in SQL integer parameters

2015-03-29 Thread Andres G. Aragoneses
This seems to be the same bug as https://bugzilla.xamarin.com/show_bug.cgi?id=26546 which has been fixed recently in the master branch. On 26/03/15 21:39, Jon Curry wrote: My first post…so here goes. I am attempting to port a large enterprise application to mono, and have been pleasantly

Re: [Mono-dev] Fork of certmgr - any ideas?

2015-01-20 Thread Andres G. Aragoneses
On 17/01/15 21:22, Arthur Peka wrote: Hello mono devs, as you know, currently certmgr is bundled with Mono which IMO slows its development progress. There are some known bugs https://bugzilla.xamarin.com/show_bug.cgi?id=3516, and I think overall user experience as well as tool's code could be

Re: [Mono-dev] Building Profiler Example

2015-01-20 Thread Andres G. Aragoneses
Are you using a parallel mono environment[1] for your /opt/mono installation? If not, then I'm not surprised that you're having pkg-config problems and the like. [1] http://www.mono-project.com/docs/compiling-mono/parallel-mono-environments/ On 20/01/15 19:54, Greg Young wrote: from

Re: [Mono-dev] Building Profiler Example

2015-01-20 Thread Andres G. Aragoneses
. I've been using a mono parallel environment for years in order to run two mono installations in the same computer at the same time (especially to test master branch). I don't think the wiki page I pointed you is obsolete at all. On Tue, Jan 20, 2015 at 9:06 PM, Andres G. Aragoneses kno

Re: [Mono-dev] If you accept pull requests on Mono's github

2015-01-03 Thread Andres G. Aragoneses
On 03/01/15 21:42, Edward Ned Harvey (mono) wrote: I don't know if you want tests that are known to fail. If it fails, you can decorate it with the attribute [Category(NotWorking)], but AFAICT contributing a failing test doesn't increase the chances of finding a contributor that has the time

Re: [Mono-dev] SetThreadPriority patch for mono-3.2.8

2014-11-06 Thread Andres G. Aragoneses
Hey Bisballe, Thanks for putting your work as a pull request! It would be nice if you could include in it some unit tests that demonstrate that the feature is working correctly (this will probably also make the PR more likely to be reviewed/merged soon). You can find an example of such tests

Re: [Mono-dev] globalization responseEncoding setting (web.config) broken since 3cc0e3f

2014-10-21 Thread Andres G. Aragoneses
On 21/10/14 15:40, Etienne Champetier wrote: How can i run the unit test on windows/.net? Build the code in mcs/class/System.Web/Test/ as an assembly, and run it with NUnit (in particular, you can just run the tests WriteHeadersNoCharset and WriteHeadersHasCharset from class

Re: [Mono-dev] Pull Requests

2014-10-17 Thread Andres G. Aragoneses
On 17/10/14 03:52, David Nelson wrote: ...my observations have not convinced me that such contributions would be an effective use of my time. Did your observations include only unmerged pull requests, or did you also happen to check how many of them get merged? The latter is important too.

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-10 Thread Andres G. Aragoneses
On 09/10/14 11:46, APS wrote: Thanks for the funny answer, if I was able to find a solution I didn't asked for an help. I already found where is the Houston... exception, is also specified inside the attached bugreport (https://bugzilla.xamarin.com/show_bug.cgi?id=16796). In the meanwhile I

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-08 Thread Andres G. Aragoneses
On 08/10/14 15:01, APS wrote: Any hint about how to solve or diagnose better the problem? Yes, find the Houston... string in the sources of mod-mono, and try to determine why the exception is being thrown. If you succeed, try to find a solution, and if you succeed again, please submit your

Re: [Mono-dev] System.Json string handling

2014-09-21 Thread Andres G. Aragoneses
I guess it is creating pull requests that fix/add stuff, and reviewing the pull requests of others, even if you don't have a final say for the merge. On 21/09/14 12:58, Chris Rogus wrote: So, lurker though I have been to date, I would like to one day be able to help. Miguel/whoever, what is

Re: [Mono-dev] System.Json string handling

2014-09-21 Thread Andres G. Aragoneses
On 21/09/14 17:12, 何子杰Hzj_jie wrote: If the team does not want to let mono go worse. Then I would suggest to add more test cases, and a peer reviews. But if mono team is just simply ignoring pull requests out of core business, and trying to make mono close for other developers. Then just let

Re: [Mono-dev] System.Json string handling

2014-09-21 Thread Andres G. Aragoneses
cannot merge the change to main branch even it has been reviewed by others. .Hzj_jie From: Andres G. Aragoneses mailto:kno...@gmail.com Sent: ‎21/‎9/‎2014 23:20 To: mono-devel-list@lists.ximian.com mailto:mono-devel-list

Re: [Mono-dev] Unite 2014 - IL2CPP: The next generation of scripting in Unity

2014-08-27 Thread Andres G. Aragoneses
On 27/08/14 08:07, Bob Summerwill wrote: Video of the session on Unity's work-in-progress IL2PP technology: https://www.youtube.com/watch?v=Bfa9ILwlsFw And see also http://blogs.unity3d.com/2014/05/20/the-future-of-scripting-in-unity/ This is their alternative to signing a new licensing

Re: [Mono-dev] Unite 2014 - IL2CPP: The next generation of scripting in Unity

2014-08-27 Thread Andres G. Aragoneses
On 27/08/14 17:51, Andres G. Aragoneses wrote: On 27/08/14 08:07, Bob Summerwill wrote: Video of the session on Unity's work-in-progress IL2PP technology: https://www.youtube.com/watch?v=Bfa9ILwlsFw And see also http://blogs.unity3d.com/2014/05/20/the-future-of-scripting-in-unity

Re: [Mono-dev] Still seeking contractor to adding Tizen support to Mono

2014-06-17 Thread Andres G. Aragoneses
I think it was me who added the g++ check on configure.in some years ago, IIRC it was due to libtool somehow failing... please do git-blame on the exact line to find out. On 13/06/14 20:07, Alex Rønne Petersen wrote: We could probably do something to only require a C++ compiler when we build

Re: [Mono-dev] Running autogen.sh from outside of source tree?

2014-05-21 Thread Andres G. Aragoneses
On 22/05/14 02:20, Chris Morgan wrote: Hmm. I don't see any mention of NOCONFIGURE=1 in README.md. If it were possible to run autogen.sh from outside of tree it would make building under Yocto a little bit cleaner. Yocto is very particular about separating source from build from installed

Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-17 Thread Andres G. Aragoneses
On 17/05/13 07:16, ticapix wrote: I don't understand how to apply the proposed fix (http://permalink.gmane.org/gmane.comp.gnome.mono.devel/40283) in my case :( Which of the 6 frames of the stacktrace should be modified ? Line 85 of HttpChannelFactory?

Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-15 Thread Andres G. Aragoneses
On 15/05/13 07:39, ticapix wrote: Hi, Using mono 3.0.10, I'm trying to run a simple WCF service/client application. I put the code here https://github.com/ticapix/onvifserver/blob/master/playground/Program.cs This code is working fine under Windows8 .Net 4.5 in VS Express, but when I run it

Re: [Mono-dev] Apply a patch or install unstable version? And which?

2013-04-22 Thread Andres G. Aragoneses
Can you please state in bugzilla that you cannot reproduce anymore the bug? On 22/04/13 09:26, APS wrote: If can be of help for some else I tested version 3.0.7 and the patch wasn't applied to source but the bug is in some way solved. I go for this version. Thanks. At 18:24 17/04/2013, Rafael

Re: [Mono-dev] Using profiler in mono 3.0.x (is this still a working feature?)

2013-03-18 Thread Andres G. Aragoneses
On 18/03/13 22:57, Esben Laursen wrote: Den 18-03-2013 20:59, Jonathan Shore skrev: Hi, I've used mono --profile… in the past with 2.10.x and did not have problems in being able to run.I was trying to run profiling on an app again, this time with 3.0.x. On both osx and linux, I get: The

Re: [Mono-dev] New GSoC projects

2013-03-14 Thread Andres G. Aragoneses
Please don't write yet another RSS reader from scratch, there are a gazillion already :) And the funny thing, there's even one written in Mono: https://git.gnome.org/browse/blam You could propose a project to improve blam though? On 14/03/13 03:04, Udesh Liyanaarachchi wrote: As to this

Re: [Mono-dev] ObservableCollection and BindingList Serialization

2013-03-12 Thread Andres G. Aragoneses
On 12/03/13 11:08, David Schmitt wrote: On 12.03.2013 10:47, Robert Jordan wrote: In addition, Windows serializes a variable name _busyCount whereas Mono defines _count. Also, I note that BindingList serialization on Mono has different and missing variable names compared to the .NET

Re: [Mono-dev] Bug in mono 3.0.1 MVC3 File/FileResult

2013-02-11 Thread Andres G. Aragoneses
Looks about right. Do you mind posting a patch in the bug or propose a pull request? On 11/02/13 20:12, quandary wrote: Horray, used mono 3.0.3 stable, and use_chuncked = false; fixed it. Thanks ! ;) nginx defines this fastcgi parameter: fastcgi_paramGATEWAY_INTERFACECGI/1.1; So

Re: [Mono-dev] Random Internal Compiler Error with extension methods on interfaces?

2013-02-02 Thread Andres G. Aragoneses
On 03/02/13 02:37, Jordan Earls wrote: If anyone wants to see the bug in action, extract http://earlz.net/static/repro.tgz I just tested compiling with Mono 3.0.2 and there is no compiler error, so the bug is fixed in this version. ___

Re: [Mono-dev] TCP 3.0.1/2

2013-01-23 Thread Andres G. Aragoneses
Hey Rodrigo, If you mention already the epoll backend as the place where the bug is, does that mean you have already a more isolated testcase than the one posted earlier in this thread? If yes, I might look into it, but I don't promise anything. Thanks On 21/01/13 19:27, Rodrigo Kumpera

Re: [Mono-dev] HttpListener

2012-12-06 Thread Andres G. Aragoneses
together into one push. On Thu, Dec 6, 2012 at 3:43 AM, Andres G. Aragoneses kno...@gmail.com mailto:kno...@gmail.com wrote: Hey Rodrigo, by looking at https://github.com/mono/mono/__commit/__04c641a21c2ba92c3262948ed1b68e__b22c643b11 https://github.com/mono/mono/commit

Re: [Mono-dev] Question about Mono.Data.Tds

2012-12-05 Thread Andres G. Aragoneses
. If you need Sybase ASE or support for older Sybase ASE or Microsoft SQL Server databases, you should use ODBC/FreeTDS. Mono.Data.Tds is based on the projects FreeTDS and jTDS. *From:* Andres G. Aragoneses kno...@gmail.com

Re: [Mono-dev] HttpListener

2012-12-05 Thread Andres G. Aragoneses
Hey Rodrigo, by looking at https://github.com/mono/mono/commit/04c641a21c2ba92c3262948ed1b68eb22c643b11 as you point out, it would make sense to find the call to GetContextFromQueue() inside the lock, but maybe ares.Complete() can be outside for better performance? (And then inside again when

[Mono-dev] Question about Mono.Data.Tds

2012-12-04 Thread Andres G. Aragoneses
Question about Mono.Data.Tds: Is it API stable? Does it need to be? I ask this because I'm interested in fixing a bug. And for me, it would be much easier to write a regression test for it if I could change it's API slightly. And when I say slightly I don't mean breaking changes, but API

Re: [Mono-dev] Latest mod_mono

2012-11-20 Thread Andres G. Aragoneses
Hi Ben. I recommend you to use the 3.0 version of that, which brings some fixes and I believe is compatible with .NET4 (through xsp4 scripts et al). (I think the mono team forgot to package any XSP [1] bits for this version though. As for me, I'm using directly the 3.0 tag of it [2] from

Re: [Mono-dev] Latest mod_mono

2012-11-20 Thread Andres G. Aragoneses
On 20/11/12 12:44, Ben Clewett wrote: It makes me a little worried by taking the GIT versions in case they are I'm not recommending you to pick a random version from GIT, but a tag. half way though an untested change. I would rather wait until Mono publish these. Anyway these module (xsp)

Re: [Mono-dev] Latest mod_mono

2012-11-20 Thread Andres G. Aragoneses
On 20/11/12 17:30, Robert Jordan wrote: there were no changes which would pay off for a new version. Just to clarify: when I said that there are no changes that would make the module unstable I didn't mean that the changes are not valuable, Robert. For example, there is one bugfix that has

Re: [Mono-dev] Mono gac vs Multi gac

2012-11-17 Thread Andres G. Aragoneses
In case anyone was interested in this thread, there was a fix much simpler than adding policy files: runtime mapping. So, this is very handy to know: https://github.com/mono/mono/commit/e3b9881e5707953bd37fb3ed0dbeab93e6603a5e On 14/10/12 21:37, Andres G. Aragoneses wrote: Hello Miguel

Re: [Mono-dev] Debugging with MonoDevelop

2012-11-16 Thread Andres G. Aragoneses
IIRC, MS.NET compiler generates .pdb files, while Mono's generates .mdb files. So using MonoDevelop + MS.NET won't help. Use MonoDevelop in Linux, or install Mono for Windows (and configure MonoDevelop to build with Mono, not .NET). On 16/11/12 13:25, Francois Schelling wrote: Thanks for

Re: [Mono-dev] wrong CS0314 error from compiler on generic method override

2012-11-07 Thread Andres G. Aragoneses
On 06/11/12 18:20, Giacomo Tesio wrote: Anyone looking at this bug https://bugzilla.xamarin.com/show_bug.cgi?id=8232 ? I recommend that you specify, in the bug, what version of Mono you're running. ___ Mono-devel-list mailing list

Re: [Mono-dev] Porting an MVC2 project to MVC3 under mod_mono 2.10.1

2012-10-15 Thread Andres G. Aragoneses
On 14/10/12 23:14, Daniel Lo Nigro wrote: applications (other than some simple Hello world-type apps)? You're in the yellow area: http://www.mono-project.com/Compatibility ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Mono gac vs Multi gac

2012-10-14 Thread Andres G. Aragoneses
Hello Miguel, thanks for your fast (unlike mine) reply. On 08/10/12 13:34, Miguel de Icaza wrote: Hello Andres, This is indeed a challenging question. When Microsoft runs the gacutil command, once per version and lists a single assembly, it looks really like the equivalent of Mono being

Re: [Mono-dev] Porting an MVC2 project to MVC3 under mod_mono 2.10.1

2012-10-13 Thread Andres G. Aragoneses
On 13/10/12 09:23, Daniel Lo Nigro wrote: May I ask why you're upgrading to MVC 3 instead of MVC 4? Are there some limitations that restrict you to use MVC 3? http://stackoverflow.com/questions/12550642/setting-up-mvc-4-razor-with-monodevelop/12552748#answers

Re: [Mono-dev] Mono on SMARTOS

2012-10-09 Thread Andres G. Aragoneses
On 09/10/12 14:53, Autif Khan wrote: On Tue, Oct 9, 2012 at 8:11 AM, Fatih Soydan [Personal] fatihsoy...@fatihsoydan.com wrote: Hi; Are there any pre compiled packages for smartos ? SmartOS seems to be catching fire :-) While there are no binaries, there are some tweaks needed to compile

Re: [Mono-dev] mono-patches list not working

2012-09-15 Thread Andres G. Aragoneses
? *From:* Andres G. Aragoneses kno...@gmail.com *To:* mono-devel-list@lists.ximian.com *Sent:* Tuesday, September 4, 2012 7:39 AM *Subject:* [Mono-dev] mono-patches list not working It has not received any messages since August finished. Any ideas

[Mono-dev] mono-patches list not working

2012-09-04 Thread Andres G. Aragoneses
It has not received any messages since August finished. Any ideas? Thanks ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Is #693996 fixed? -- UriTemplate doesn't support named wildcards

2012-08-27 Thread Andres G. Aragoneses
Maybe it was a typo in the release notes? The bug is still open. You can look at the git log of the 2.10.3 tag to try to find the change: https://github.com/mono/mono/tree/2.10.3 On 27/08/12 14:27, Yuriy Solodkyy wrote: Hi, release notes for 2.10.3 [

Re: [Mono-dev] Is #693996 fixed? -- UriTemplate doesn't support named wildcards

2012-08-27 Thread Andres G. Aragoneses
there is Unhandled Exception: System.FormatException: Wildcard in UriTemplate is valid only if it is placed at the last part of the path: '{*path}' however, nowadays it accepts this, but the matching behavior is incorrect. Thank you, Yuriy On Mon, Aug 27, 2012 at 5:23 PM, Andres G. Aragoneses kno

Re: [Mono-dev] BeginTryReceiveRequest and Socket error handling?

2012-06-27 Thread Andres G. Aragoneses
On 27/06/12 14:09, Rob Wilkens wrote: This code: try { return TryReceiveRequest (tout, out ctx); } finally { lock

Re: [Mono-dev] I'm probably extending the delay on my pull request by doing this, but..

2012-06-05 Thread Andres G. Aragoneses
On 05/06/12 02:26, Rob Wilkens wrote: I submitted two unrelated fixes on the same pull request today which had other fixes queued. I know that makes it more complicated to pull in the changes if they're determined to be acceptable in the end To prevent this, I recommend that you create a

Re: [Mono-dev] GSoC - Community Ideas - Phalanger Addin

2012-03-30 Thread Andres G. Aragoneses
On 03/30/2012 11:32 AM, Sharique uddin Ahmed Farooqui wrote: Hi, With recent stable release 2.10.8, Phalanger can be used with Mono. So now one can write an addin and project template for Mono Develop to develop application using Phalanger. Writing full support for php may be too big for a

Re: [Mono-dev] WCF Deserialization Problem

2011-10-27 Thread Andres G. Aragoneses
On 10/27/2011 11:11 AM, monoUser wrote: Where and how can I find the fixed versions of the mono runtime or code generator?? Thanks in advice You can compile git master, or otherwise wait for mono 2.10.7 or wait for 2.12. (Not sure about the daily builds of Mono 2.11, are they still

Re: [Mono-dev] WCF Deserialization Problem

2011-10-26 Thread Andres G. Aragoneses
Is http://bugzilla.xamarin.com/show_bug.cgi?id=41 the same problem as yours? It was fixed today. On 10/25/2011 04:45 PM, monoUser wrote: Hello, I'm trying to fetch data from a web service which is under http://river.sdsc.edu/wateroneflow/NWIS/DailyValues.asmx I used .Net generated classes

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-13 Thread Andres G. Aragoneses
On 09/12/2011 09:21 PM, Bassam Tabbara wrote: We build out of the mono-2-10 branch directly (no tags). You may want to test with the master branch to see if the bug is fixed there before you dive to more debugging sessions. Andres -- ___

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-12 Thread Andres G. Aragoneses
On 09/11/2011 09:42 AM, Bassam Tabbara wrote: Hello, We are seeing the following crash quite frequently on our test servers: #0 0x7fe188725165 in raise () from /lib/libc.so.6 #1 0x7fe188727f70 in abort () from /lib/libc.so.6 #2 0x00493298 in mono_handle_native_sigsegv

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

2011-07-11 Thread Andres G. Aragoneses
+1 On 07/11/2011 08:42 AM, Levi Bard wrote: How would the community feel switching from Bugzilla to YouTrack[1]? YouTrack is free for open-source projects and there's instructions[2] on how to import Bugzilla issues into YouTrack. I hear nothing but gripes about Bugzilla and I think this