Re: [Mono-dev] Haiku OS port and monolite

2012-08-21 Thread Jérémie Laval
At this point it's managed code. You shouldn't have to download anything from wrench, just type `make get-monolite-latest' in your terminal pull it down. -- Jérémie Laval http://neteril.org On Tue, Aug 21, 2012 at 9:06 PM, Stephen Hite steveh2...@comcast.netwrote: Once you get

Re: [Mono-dev] ConcurrentQueue

2012-08-10 Thread Jérémie Laval
Could you run you program in debug mode and paste the line number where the problem happen? -- Jérémie Laval http://neteril.org On Fri, Aug 10, 2012 at 10:53 AM, Greg Young gregoryyou...@gmail.comwrote: trunk. On Fri, Aug 10, 2012 at 2:53 AM, Alan alan.mcgov...@gmail.com wrote: Hey

Re: [Mono-dev] ObjectPool

2012-07-25 Thread Jérémie Laval
There were indeed two bugs in there, a missing barrier and the issue you described. I also commented out the code if you want more details. -- Jérémie Laval http://neteril.org On Wed, Jul 25, 2012 at 11:54 AM, Greg Young gregoryyou...@gmail.comwrote: We have had some moving forward in our

Re: [Mono-dev] Mono Maintainers list

2012-04-12 Thread Jérémie Laval
Heya, I'm involved in: System.Threading System.Threading.Tasks System.Collections.Concurrent System.Threading.Tasks.Dataflow System.Linq (for ParallelEnumerable related stuff). -- Jérémie Laval http://neteril.org On Wed, Apr 11, 2012 at 12:01 PM, Atsushi Eno atsushi...@veritas-vos

Re: [Mono-dev] MonoDoc editor - GSoC 2012

2012-04-03 Thread Jérémie Laval
and try to apply it to the other overload of the method if any. If you think in a model-view-controller way, you would basically be implementing the controller mainly (with modification to the model, i.e. monodoc.dll, as necessary) and one view using it. -- Jérémie Laval http://neteril.org

[Mono-dev] Mono Google Summer of Code - Mentors Wanted!

2012-03-22 Thread Jérémie Laval
be able to accept everyone right away so it may take a bit of time before we process your request. [0] http://code.google.com/soc [1] http://www.google-melange.com/gsoc/org/google/gsoc2012/mono -- Jérémie Laval http://neteril.org ___ Mono-devel-list

Re: [Mono-dev] Task class usage problem

2011-03-21 Thread Jérémie Laval
Hello, This is a bug in our implementation. Could you fill a bug please? -- Jérémie Laval http://neteril.org On Mon, Mar 21, 2011 at 11:37 AM, vart arte...@gmail.com wrote: I'm compiling the following code on VS2010 or Monodev 2.6 for windows with Net4.0 settings and get the correct output

Re: [Mono-dev] Task class usage problem

2011-03-21 Thread Jérémie Laval
Actually it's ok, fixed on master and will backport to mono-2-10 -- Jérémie Laval http://neteril.org 2011/3/21 Jérémie Laval jeremie.la...@gmail.com Hello, This is a bug in our implementation. Could you fill a bug please? -- Jérémie Laval http://neteril.org On Mon, Mar 21, 2011 at 11

Re: [Mono-dev] Cilk for Mono

2010-11-05 Thread Jérémie Laval
For Task and work-stealing schedulers we have System.Threading.Tasks already (albeit with no language support). Plus Cilk is released under GPL (afaict) which make it incompatible for us. -- Jérémie Laval jeremie.la...@gmail.com http://neteril.org On Fri, Nov 5, 2010 at 10:38 AM, Stifu st

Re: [Mono-dev] Migration to GitHub completed!

2010-07-28 Thread Jérémie Laval
Yes you are but if you aren't interested in contributing with this repository (no pushing or pulling from) you can pass the --depth 1 switch to git clone which will only fetch one revision (that is HEAD). You will still be able to pull from github but that's pretty much it. -- Jérémie Laval

[Mono-dev] Mono Hackaday - FOSDEM 2010 - Brussels

2009-12-14 Thread Jérémie Laval
/Mono_hack-a-day [0] http://lists.ximian.com/pipermail/mono-list/2009-December/044026.html [1] http://hackerspace.be/ [2] http://hackerspace.be/Location PS: that should be the end of FOSDEM spam for now ;-) -- Jérémie Laval jeremie.la...@gmail.com http://neteril.org

Re: [Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-30 Thread Jérémie Laval
ParallelFx is now commited (r139083) ! If you spot any issue don't hesitate to report to me. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com On Wed, Jul 29, 2009 at 12:17 AM, Alan McGovern alan.mcgov...@gmail.comwrote: Hey, On 28 Jul 2009, at 22:07, Miguel de Icaza

Re: [Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-28 Thread Jérémie Laval
to be moved back to corlib folder afterwards). Well, in the end, I'm a bit confused on how exactly do this. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com 2009/7/28 Miguel de Icaza mig...@novell.com Hello Jérémie, I would like to complement the other posts

[Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-27 Thread Jérémie Laval
/mono-soc-2008/source/browse/#svn/trunk/parallelfx [2] http://blogs.msdn.com/pfxteam/archive/2009/05/20/9632991.aspx -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] [PATCH] ParallelFx initial code drop

2009-07-27 Thread Jérémie Laval
with System.Collections.Concurrent? Send a patch per new public type and we can start reviewing it. Alright. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com 2009/7/27 Rodrigo Kumpera kump...@gmail.com 2009/7/27 Jérémie Laval jeremie.la...@gmail.com Hello folks, ParallelFx[0] is a library designed

[Mono-dev] Interlocked.CompareExchange on 32bits with 64bits values

2009-06-13 Thread Jérémie Laval
Hey folks, Is the long overload of Interlocked.CompareExchange safe on 32bits hardware with Mono (as with the couple Interlocked.Increment + Interlocked.Read for example) ? Thanks in advance. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com

Re: [Mono-dev] Making your own programming language for mono

2009-02-23 Thread Jérémie Laval
Hey, There are already several existing tools you may use like Irony (grammar and parser framework) and the DLR (turning AST into running programs). Both are on CodePlex if you want the code. That's the two I used to get a minimal implementation of Scheme running on Mono. -- Jérémie Laval

Re: [Mono-dev] gmcs and The Future

2009-02-17 Thread Jérémie Laval
This sounds like the macro system discussed here : http://cheddar.wik.is/Macro_system. Anyway, better to brainstorm on the wiki now than the mailing list imho ;-) . -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com 2009/2/17 Stefan Noack noackste...@googlemail.com Hi

Re: [Mono-dev] Arguing for reconsideration of WONTFIX status of 425512

2009-02-12 Thread Jérémie Laval
for it. Again, just my humble opinion. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com On Thu, Feb 12, 2009 at 2:13 PM, Stifu st...@free.fr wrote: I have to agree. Reverse-engineering complicated algorithms for the sake of matching MS .NET perfectly is one thing

Re: [Mono-dev] Arguing for reconsideration of WONTFIX status of 425512

2009-02-12 Thread Jérémie Laval
There is a difference between implementing a public API used by lot of people and implementing low-level internals that 1/ you aren't supposed to know in the first place, 2/ are used by 2-3 projects that could fix the bug with a two lines change if they cared about Mono. -- Jérémie Laval

Re: [Mono-dev] Arguing for reconsideration of WONTFIX status of 425512

2009-02-12 Thread Jérémie Laval
. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com On Thu, Feb 12, 2009 at 3:23 PM, Stifu st...@free.fr wrote: What about developers who don't care about Mono, but some of their users being interested in running their app in Mono? Sure, they could contact the devs to insist

Re: [Mono-dev] gmcs and The Future

2009-02-11 Thread Jérémie Laval
). Anyway, my two cents. -- Jérémie Laval jeremie.la...@gmail.com http://garuma.wordpress.com On Wed, Feb 11, 2009 at 6:18 AM, Scott Peterson sc...@ssblack.co.nz wrote: This should get things started: http://cheddar.wik.is/ We can move hosts later it we want