[Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-10-28 Thread Alistair Bush
I am trying to figure out why exactly running DateTime.Now.IsDaylightSavingTIme() returns false. I live in the Auckland/Pacific timezone and pretty much everywhere I look it confirms that yes it is daylight saving time. Jump to [1] if you want to see what my system looks like. I have been able

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-10-28 Thread Alistair Bush
Well that certainly sucks. On Tue, Oct 29, 2013 at 3:03 AM, Robert Jordan robe...@gmx.net wrote: On 28.10.2013 07:35, Alistair Bush wrote: I am trying to figure out why exactly running DateTime.Now.**IsDaylightSavingTIme() returns false. I live in the Auckland/Pacific timezone and pretty

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-10-30 Thread Alistair Bush
(tzone), %Z, tt); mono_array_setref ((*names), 0, mono_string_new (domain, tzone)); mono_array_setref ((*names), 1, mono_string_new (domain, tzone)); On Tue, Oct 29, 2013 at 9:13 AM, Alistair Bush alistair.b...@gmail.com wrote: Well that certainly sucks. On Tue, Oct 29, 2013 at 3:03 AM

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Alistair Bush
Hi guys, Please note that I have cleaned this up and bit and submitted a pull request https://github.com/mono/mono/pull/800 Feedback welcome. On Wed, Oct 30, 2013 at 11:51 PM, Alistair Bush alistair.b...@gmail.com wrote: Ok so firstly this is like the MOST C ive ever written in my life

Re: [Mono-dev] why does DateTime.Now.IsDaylightSavingTime() returns false when it should be true.

2013-11-07 Thread Alistair Bush
Merged. Thanks for the support guys Now to fix DateTime.ToUniversalTime() On Fri, Nov 8, 2013 at 6:02 PM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Let's get this patch in and fix any possible issue later. Thanks! Atsushi Eno (2013年11月07日 18:07), Alistair Bush wrote

[Mono-dev] Licensing pull 800

2013-11-08 Thread Alistair Bush
All my changes in https://github.com/mono/mono/pull/800 are under the MIT/X11 license Keep up the good work guys. Love what you do! On 9/11/2013 4:15 AM, Rodrigo Kumpera kump...@gmail.com wrote: Hey Alistair, My name is Rodrigo and I run the mono team @ Xamarin. Thanks for the fix on the

[Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2013-12-23 Thread Alistair Bush
I have be working to get the fubu (mvc) framework and associated tools working on mono/linux. I have gotten most of the way to running a basic app but have sadly come stuck on the following and am running out of ideas. Basically I have setup a 'web' project using fubu new and am attempting to run

Re: [Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2013-12-23 Thread Alistair Bush
LLVM: supported, not enabled. GC:sgen On Tue, Dec 24, 2013 at 1:00 AM, Andrés G. Aragoneses kno...@gmail.comwrote: What version of mono are you running? On 23/12/13 12:57, Alistair Bush wrote: I have be working to get the fubu (mvc) framework and associated tools

Re: [Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2013-12-24 Thread Alistair Bush
report on this? On Mon, Dec 23, 2013 at 6:57 AM, Alistair Bush alistair.b...@gmail.comwrote: I have be working to get the fubu (mvc) framework and associated tools working on mono/linux. I have gotten most of the way to running a basic app but have sadly come stuck on the following and am

Re: [Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2013-12-27 Thread Alistair Bush
, Dec 24, 2013 at 10:58 PM, Alistair Bush alistair.b...@gmail.comwrote: Small. Not currently, I will attempt to create one tho. Also will raise a bug report on this as well sometime this week. Probably not tomorrow :) On 24/12/2013 7:32 PM, Rodrigo Kumpera kump...@gmail.com wrote: Do you

Re: [Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2014-01-01 Thread Alistair Bush
delete one assembly after compilation is done. On Fri, Dec 27, 2013 at 11:18 AM, Alistair Bush alistair.b...@gmail.comwrote: Just wanted to follow up with this here first before I create a bug report. I believe I have tracked down the issue here. Fubu, the creating app, is setting up

Re: [Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

2015-01-09 Thread Alistair Bush
Are there any plans on updating monodevelop and its dependent libraries to build with 4+. Believe i've already seen issues building monodevelop ( or a submodule) with mono (git) sorry no details as I didn't really look at it. On Sat, Jan 10, 2015 at 11:09 AM, Zoltan Varga var...@gmail.com