[Mono-dev] Incompatibility

2012-08-10 Thread Greg Young
[Test]
public void does_not_throw_exception_on_non_existing_file() {
   Assert.DoesNotThrow(() = File.SetAttributes(DOESNOTEXIST,
FileAttributes.ReadOnly));
}

Cheers,

Greg

-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Incompatibility

2012-08-10 Thread Greg Young
bizarre, their docs say it should throw but they don't.
http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx

Not sure which is better, what they say they do or what they do?

On Fri, Aug 10, 2012 at 10:01 AM, Greg Young gregoryyou...@gmail.com wrote:
 [Test]
 public void does_not_throw_exception_on_non_existing_file() {
Assert.DoesNotThrow(() = File.SetAttributes(DOESNOTEXIST,
 FileAttributes.ReadOnly));
 }

 Cheers,

 Greg

 --
 Le doute n'est pas une condition agréable, mais la certitude est absurde.



-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Incompatibility

2012-08-10 Thread Jonathan Chambers
Historically, mono has done what .Net does rather than what it says.

- Jonathan

On Fri, Aug 10, 2012 at 1:07 PM, Greg Young gregoryyou...@gmail.com wrote:

 bizarre, their docs say it should throw but they don't.
 http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx

 Not sure which is better, what they say they do or what they do?

 On Fri, Aug 10, 2012 at 10:01 AM, Greg Young gregoryyou...@gmail.com
 wrote:
  [Test]
  public void does_not_throw_exception_on_non_existing_file() {
 Assert.DoesNotThrow(() = File.SetAttributes(DOESNOTEXIST,
  FileAttributes.ReadOnly));
  }
 
  Cheers,
 
  Greg
 
  --
  Le doute n'est pas une condition agréable, mais la certitude est absurde.



 --
 Le doute n'est pas une condition agréable, mais la certitude est absurde.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Incompatibility

2012-08-10 Thread Greg Young
I'm fine by that. Is there a list of these incompatibilities that is
being maintained?

On Fri, Aug 10, 2012 at 8:09 PM, Jonathan Chambers jonc...@gmail.com wrote:
 Historically, mono has done what .Net does rather than what it says.

 - Jonathan

 On Fri, Aug 10, 2012 at 1:07 PM, Greg Young gregoryyou...@gmail.com wrote:

 bizarre, their docs say it should throw but they don't.
 http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx

 Not sure which is better, what they say they do or what they do?

 On Fri, Aug 10, 2012 at 10:01 AM, Greg Young gregoryyou...@gmail.com
 wrote:
  [Test]
  public void does_not_throw_exception_on_non_existing_file() {
 Assert.DoesNotThrow(() = File.SetAttributes(DOESNOTEXIST,
  FileAttributes.ReadOnly));
  }
 
  Cheers,
 
  Greg
 
  --
  Le doute n'est pas une condition agréable, mais la certitude est
  absurde.



 --
 Le doute n'est pas une condition agréable, mais la certitude est absurde.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list





-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Incompatibility

2012-08-10 Thread Alan
If you want, you could implement the correct behaviour and then submit
the patch with that unit test attached as a github pull request. We
will easily and quickly be able to merge the new behaviour in then.

Alan

On 10 August 2012 18:10, Greg Young gregoryyou...@gmail.com wrote:
 I'm fine by that. Is there a list of these incompatibilities that is
 being maintained?

 On Fri, Aug 10, 2012 at 8:09 PM, Jonathan Chambers jonc...@gmail.com wrote:
 Historically, mono has done what .Net does rather than what it says.

 - Jonathan

 On Fri, Aug 10, 2012 at 1:07 PM, Greg Young gregoryyou...@gmail.com wrote:

 bizarre, their docs say it should throw but they don't.
 http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx

 Not sure which is better, what they say they do or what they do?

 On Fri, Aug 10, 2012 at 10:01 AM, Greg Young gregoryyou...@gmail.com
 wrote:
  [Test]
  public void does_not_throw_exception_on_non_existing_file() {
 Assert.DoesNotThrow(() = File.SetAttributes(DOESNOTEXIST,
  FileAttributes.ReadOnly));
  }
 
  Cheers,
 
  Greg
 
  --
  Le doute n'est pas une condition agréable, mais la certitude est
  absurde.



 --
 Le doute n'est pas une condition agréable, mais la certitude est absurde.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list





 --
 Le doute n'est pas une condition agréable, mais la certitude est absurde.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Incompatibility between Remoting (TCP) implementation in Mono and .NET

2008-06-10 Thread Maciej Paszta
There is incompatibility between those two implementations. I found it  
while implementing my own Server and Client channels' sinks.  
Implementation works on .net but not on mono (throws exception that  
there was error in tcp connection).
I already filled a bug:

https://bugzilla.novell.com/show_bug.cgi?id=398783

and attached test case (VS2008 project)

--
Best regards,
Maciej Paszta
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list