From: Tomasz P. <tom...@gm...> - 2013-04-13 20:37:43
|
Hi Rob I have hit this wall before already but I don't think I ever asked about it. In the VDS.RDF.Options class there are some DEBUG conditionals, which make it impossible to build the test project under release. A cleaner solution is to use ConditionalAttribute on void methods so that they will only be executed in debug build. And there will be a fair amount less of those ugly #if DEBUG :) Thanks, Tom |
From: Rob V. <rv...@do...> - 2013-04-15 20:41:56
|
I think right now the only usage of #if DEBUG is around the HTTP debugging feature I was actually going to remove the use of #if DEBUG entirely and make that an always available feature because it is useful outside of debug builds which reminds me that I still need to do this as part of finalizing 1.0.0 Rob On 4/13/13 1:36 PM, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Hi Rob > >I have hit this wall before already but I don't think I ever asked about >it. > >In the VDS.RDF.Options class there are some DEBUG conditionals, which >make it impossible to build the test project under release. > >A cleaner solution is to use ConditionalAttribute on void methods so >that they will only be executed in debug build. And there will be a >fair amount less of those ugly #if DEBUG :) > >Thanks, >Tom > >-------------------------------------------------------------------------- >---- >Precog is a next-generation analytics platform capable of advanced >analytics on semi-structured data. The platform includes APIs for building >apps and a phenomenal toolset for data science. Developers can use >our toolset for easy data analysis & visualization. Get a free account! >http://www2.precog.com/precogplatform/slashdotnewsletter >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Tomasz P. <tom...@gm...> - 2013-04-15 20:46:54
|
Actually I have already done that in my fork of the library. It may be a bit tangled with other stuff I was trying to get TeamCity to play along so I will patch those changes over to the main repository. On Mon, Apr 15, 2013 at 10:40 PM, Rob Vesse <rv...@do...> wrote: > I think right now the only usage of #if DEBUG is around the HTTP debugging > feature > > I was actually going to remove the use of #if DEBUG entirely and make that > an always available feature because it is useful outside of debug builds > which reminds me that I still need to do this as part of finalizing 1.0.0 > > Rob > > On 4/13/13 1:36 PM, "Tomasz Pluskiewicz" <tom...@gm...> > wrote: > >>Hi Rob >> >>I have hit this wall before already but I don't think I ever asked about >>it. >> >>In the VDS.RDF.Options class there are some DEBUG conditionals, which >>make it impossible to build the test project under release. >> >>A cleaner solution is to use ConditionalAttribute on void methods so >>that they will only be executed in debug build. And there will be a >>fair amount less of those ugly #if DEBUG :) >> >>Thanks, >>Tom >> >>-------------------------------------------------------------------------- >>---- >>Precog is a next-generation analytics platform capable of advanced >>analytics on semi-structured data. The platform includes APIs for building >>apps and a phenomenal toolset for data science. Developers can use >>our toolset for easy data analysis & visualization. Get a free account! >>http://www2.precog.com/precogplatform/slashdotnewsletter >>_______________________________________________ >>dotNetRDF-develop mailing list >>dot...@li... >>https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Rob V. <rv...@do...> - 2013-04-15 21:08:56
|
I will do this anyway so don't worry too much on back porting if you prefer to concentrate on experimenting with the NUnit migration Rob On 4/15/13 1:46 PM, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Actually I have already done that in my fork of the library. > >It may be a bit tangled with other stuff I was trying to get TeamCity >to play along so I will patch those changes over to the main >repository. > >On Mon, Apr 15, 2013 at 10:40 PM, Rob Vesse <rv...@do...> wrote: >> I think right now the only usage of #if DEBUG is around the HTTP >>debugging >> feature >> >> I was actually going to remove the use of #if DEBUG entirely and make >>that >> an always available feature because it is useful outside of debug builds >> which reminds me that I still need to do this as part of finalizing >>1.0.0 >> >> Rob >> >> On 4/13/13 1:36 PM, "Tomasz Pluskiewicz" <tom...@gm...> >> wrote: >> >>>Hi Rob >>> >>>I have hit this wall before already but I don't think I ever asked about >>>it. >>> >>>In the VDS.RDF.Options class there are some DEBUG conditionals, which >>>make it impossible to build the test project under release. >>> >>>A cleaner solution is to use ConditionalAttribute on void methods so >>>that they will only be executed in debug build. And there will be a >>>fair amount less of those ugly #if DEBUG :) >>> >>>Thanks, >>>Tom >>> >>>------------------------------------------------------------------------ >>>-- >>>---- >>>Precog is a next-generation analytics platform capable of advanced >>>analytics on semi-structured data. The platform includes APIs for >>>building >>>apps and a phenomenal toolset for data science. Developers can use >>>our toolset for easy data analysis & visualization. Get a free account! >>>http://www2.precog.com/precogplatform/slashdotnewsletter >>>_______________________________________________ >>>dotNetRDF-develop mailing list >>>dot...@li... >>>https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> >> >> >> >>------------------------------------------------------------------------- >>----- >> Precog is a next-generation analytics platform capable of advanced >> analytics on semi-structured data. The platform includes APIs for >>building >> apps and a phenomenal toolset for data science. Developers can use >> our toolset for easy data analysis & visualization. Get a free account! >> http://www2.precog.com/precogplatform/slashdotnewsletter >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >-------------------------------------------------------------------------- >---- >Precog is a next-generation analytics platform capable of advanced >analytics on semi-structured data. The platform includes APIs for building >apps and a phenomenal toolset for data science. Developers can use >our toolset for easy data analysis & visualization. Get a free account! >http://www2.precog.com/precogplatform/slashdotnewsletter >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Tomasz P. <tom...@gm...> - 2013-04-15 21:15:26
|
I have got it ready really and it will take you quite some time. Please have a look at CORE-347 branch. I will write more tomorrow about the TeamCity progress Tom On Mon, Apr 15, 2013 at 11:08 PM, Rob Vesse <rv...@do...> wrote: > I will do this anyway so don't worry too much on back porting if you > prefer to concentrate on experimenting with the NUnit migration > > Rob > > On 4/15/13 1:46 PM, "Tomasz Pluskiewicz" <tom...@gm...> > wrote: > >>Actually I have already done that in my fork of the library. >> >>It may be a bit tangled with other stuff I was trying to get TeamCity >>to play along so I will patch those changes over to the main >>repository. >> >>On Mon, Apr 15, 2013 at 10:40 PM, Rob Vesse <rv...@do...> wrote: >>> I think right now the only usage of #if DEBUG is around the HTTP >>>debugging >>> feature >>> >>> I was actually going to remove the use of #if DEBUG entirely and make >>>that >>> an always available feature because it is useful outside of debug builds >>> which reminds me that I still need to do this as part of finalizing >>>1.0.0 >>> >>> Rob >>> >>> On 4/13/13 1:36 PM, "Tomasz Pluskiewicz" <tom...@gm...> >>> wrote: >>> >>>>Hi Rob >>>> >>>>I have hit this wall before already but I don't think I ever asked about >>>>it. >>>> >>>>In the VDS.RDF.Options class there are some DEBUG conditionals, which >>>>make it impossible to build the test project under release. >>>> >>>>A cleaner solution is to use ConditionalAttribute on void methods so >>>>that they will only be executed in debug build. And there will be a >>>>fair amount less of those ugly #if DEBUG :) >>>> >>>>Thanks, >>>>Tom >>>> >>>>------------------------------------------------------------------------ >>>>-- >>>>---- >>>>Precog is a next-generation analytics platform capable of advanced >>>>analytics on semi-structured data. The platform includes APIs for >>>>building >>>>apps and a phenomenal toolset for data science. Developers can use >>>>our toolset for easy data analysis & visualization. Get a free account! >>>>http://www2.precog.com/precogplatform/slashdotnewsletter >>>>_______________________________________________ >>>>dotNetRDF-develop mailing list >>>>dot...@li... >>>>https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >>> >>> >>> >>> >>> >>>------------------------------------------------------------------------- >>>----- >>> Precog is a next-generation analytics platform capable of advanced >>> analytics on semi-structured data. The platform includes APIs for >>>building >>> apps and a phenomenal toolset for data science. Developers can use >>> our toolset for easy data analysis & visualization. Get a free account! >>> http://www2.precog.com/precogplatform/slashdotnewsletter >>> _______________________________________________ >>> dotNetRDF-develop mailing list >>> dot...@li... >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >>-------------------------------------------------------------------------- >>---- >>Precog is a next-generation analytics platform capable of advanced >>analytics on semi-structured data. The platform includes APIs for building >>apps and a phenomenal toolset for data science. Developers can use >>our toolset for easy data analysis & visualization. Get a free account! >>http://www2.precog.com/precogplatform/slashdotnewsletter >>_______________________________________________ >>dotNetRDF-develop mailing list >>dot...@li... >>https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |