Re: [Mono-dev] Mono.Options test no longer builds

2017-05-01 Thread Jonathan Pryor
On May 1, 2017, at 4:09 PM, Vincent Povirk wrote: > I have 2 questions. > > 1. Was there any good reason to change the existing constructor in the > net_4_x profile? The `Mono.Options.CommandSet` type was added on January 31, nearly 3 months ago, but that doesn’t mean it’s gotten an extensive

Re: [Mono-dev] Mono.Options test no longer builds

2017-05-01 Thread Alexander Köplinger via Mono-devel-list
Sure. I think the only tests that we have but don't compile/run are the standalone tests in the System.Web area. > On 2 May 2017, at 01:33, Vincent Povirk wrote: > > Would it make sense to build even the tests you don't run? > > On Mon, May 1, 2017 at 6:09 PM, Alexander Köplinger > wrote: >>

Re: [Mono-dev] Mono.Options test no longer builds

2017-05-01 Thread Vincent Povirk
Would it make sense to build even the tests you don't run? On Mon, May 1, 2017 at 6:09 PM, Alexander Köplinger wrote: > > Regarding the tests: it seems we don't run the Mono.Options tests in CI... > Probably a bad oversight that I'll fix as soon as the tests are building > again, thanks for the

Re: [Mono-dev] Mono.Options test no longer builds

2017-05-01 Thread Alexander Köplinger via Mono-devel-list
Matthew/Jon, could you please comment on the API break? Regarding the tests: it seems we don't run the Mono.Options tests in CI... Probably a bad oversight that I'll fix as soon as the tests are building again, thanks for the heads up! - Alex > On 1 May 2017, at 22:09, Vincent Povirk wrote: >

[Mono-dev] Mono.Options test no longer builds

2017-05-01 Thread Vincent Povirk
The Mono.Options tests no longer compile for the net_4_x profile after this commit: https://github.com/mono/mono/commit/7e2571ed334e9cee3f0d3bafeef02852310f4d3b This is because the test depends on the constructor that was removed. I don't think the test should be changed because it correctly indi

Re: [Mono-dev] Remotely step by step debugging we services hosted on nginx & fastcgi on ubuntu

2017-05-01 Thread nikhil sehgal
Any thoughts ? On Apr 30, 2017 12:17 PM, "nikhil sehgal" wrote: > Hi all > > Hope you are doing great! > > I have my web-service hosted on nginx webserver on ubuntu using fastcgi > for mono. > > I want to debug it remotely by attaching it to some process so my symbols > are loaded and I can do s

Re: [Mono-dev] Configuring xbuild on Jenkins server hosted on windows or Linux

2017-05-01 Thread nikhil sehgal
Any more thoughts? On Apr 30, 2017 12:27 PM, "nikhil sehgal" wrote: > Hi all, > > I would like to configure my Jenkins build server to build my code using > xbuild so if my code have something incompatible with mono it should break. > > My question is do I need to configure my Jenkins server on