You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(12) |
May
(2) |
Jun
(20) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(5) |
2011 |
Jan
(4) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
|
Jul
(12) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(38) |
Dec
(27) |
2012 |
Jan
(46) |
Feb
(182) |
Mar
(83) |
Apr
(22) |
May
(68) |
Jun
(47) |
Jul
(135) |
Aug
(84) |
Sep
(57) |
Oct
(45) |
Nov
(27) |
Dec
(61) |
2013 |
Jan
(59) |
Feb
(78) |
Mar
(66) |
Apr
(107) |
May
(27) |
Jun
(56) |
Jul
(53) |
Aug
(3) |
Sep
(19) |
Oct
(41) |
Nov
(44) |
Dec
(54) |
2014 |
Jan
(49) |
Feb
(72) |
Mar
(22) |
Apr
(41) |
May
(63) |
Jun
(27) |
Jul
(45) |
Aug
(12) |
Sep
(3) |
Oct
(8) |
Nov
(27) |
Dec
(16) |
2015 |
Jan
(3) |
Feb
(20) |
Mar
(6) |
Apr
(4) |
May
(15) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(16) |
May
(9) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <tr...@do...> - 2012-12-18 00:18:10
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-18 12:17 AM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Your test code as written will always fail regardless of other issues because you used the overload of Assembly.Load() that expects an assembly qualified name not the DLL path, try using Assembly.LoadFile() instead and that should work fine regardless of the VDS.Common version</p> <p> </p> <p> One possible workaround for the problem in your environment is to use the allowedVersions property in your package.config. To do this edit your packages.config and add the following attribute to the entry for VDS.Common:</p> <p> </p> <p> allowedVersions="[1.1.0]"</p> <p> </p> <p> Then open the NuGet Package Manager console and enter the following:</p> <p> </p> <p> Update-Package VDS.Common -Reinstall</p> <p> </p> <p> This should downgrade your VDS.Common back to 1.1.0. If this doesn't resolve is it possible for you to attach a minimal example using T4 templates that reproduces the problem as it manifests in your environment in order that we can investigate further.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 21:46:37
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Nicolas</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 09:45 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> </p> <div> Thank for the quick anwser!</div> <div> </div> <div> I also don't have any problem with a console application.</div> <div> </div> <div> My exception is coming from the T4 code generation tool (http://msdn.microsoft.com/en-us/library/bb126445.aspx), when it tries to load the dotNetRDF assembly and doesn't find its VDS.Common 1.1.0.0 reference (since it's the v1.1.1.0 that is reference in my project). And it's a little tricky since I don't have any way to "help" the T4 tools, since it is executed by Visual Studio...</div> <div> </div> <div> You should be able to reproduce the problem with the following snippet of code:</div> <div> </div> <div> var binPath = Directory.GetCurrentDirectory();</div> <div> var dotNetRdfDllPath = Path.Combine(binPath, "dotNetRDF.dll");</div> <div> if (File.Exists(dotNetRdfDllPath))</div> <div> {</div> <div> var asm = Assembly.Load(dotNetRdfDllPath); // => throws an "Could not load file or assembly" Exception</div> <div> }</div> <div> </div> <div> Could not load file or assembly 'C:\\dev\\ConsoleApplication2\\bin\\Debug\\dotNetRDF.dll' or <strong>one of its dependencies</strong>. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)</div> <div> </div> <div> Regards</div> <div> </div> <div> Nicolas</div></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 20:48:07
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Siblings function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 08:47 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Also added the equivalents to OntologyProperty in <a href="https://bitbucket.org/dotnetrdf/dotnetrdf/commits/22b4a7767ea731e0e40c2c7d254c7e27a468388f">https://bitbucket.org/dotnetrdf/dotnetrdf/commits/22b4a7767ea731e0e40c2c7d254c7e27a468388f</a></p> <p> </p> <p> Same behaviour as Siblings on OntologyClass applies, please reo-open if you have suggestion/patch for getting siblings of top properties</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 20:46:58
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Selective return of SuperClassess and SubClassess function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 08:46 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Also added the equivalents to OntologyProperty in <a href="https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9d6f9a0431703aa81d9583162653fcfaaa1b474a">https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9d6f9a0431703aa81d9583162653fcfaaa1b474a</a></p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:56:03
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Add some convinience methods to the Ontology API</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "In Progress" to "Completed" </li> <li>Resolution changed from "none" to "Completed" </li> <li>Progress changed from "7,500.00 %" to "10,000.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=293" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=293</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:55:26
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Selective return of SuperClassess and SubClassess function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "Unscheduled" to "0.9.0 RC 4" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:55:03
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Siblings function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "New" to "Completed" </li> <li>Milestone changed from "Unscheduled" to "0.9.0 RC 4" </li> <li>Resolution changed from "none" to "Completed" </li> <li>Progress changed from "0.00 %" to "10,000.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:54:37
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Siblings function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 07:53 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Added in <a href="https://bitbucket.org/dotnetrdf/dotnetrdf/commits/822d5b6af3880ef64738a5fecbc7e783f3b83b0f">https://bitbucket.org/dotnetrdf/dotnetrdf/commits/822d5b6af3880ef64738a5fecbc7e783f3b83b0f</a></p> <p> </p> <p> The Siblings property does not handle the case where you ask for the siblings of the top class because it obtains the siblings by getting the direct super classes and then obtaining their direct sub classes. So in the case of a top class (no super classes) siblings will return nothing even if there are multiple top classes in the ontology</p> <p> </p> <p> If you have a suggestion of how to get siblings for top classes please re-open and add your suggestion/patch</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:48:18
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Selective return of SuperClassess and SubClassess function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "New" to "Completed" </li> <li>Resolution changed from "none" to "Fixed" </li> <li>Progress changed from "0.00 %" to "10,000.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 19:46:27
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Selective return of SuperClassess and SubClassess function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 07:27 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Added in <a href="https://bitbucket.org/dotnetrdf/dotnetrdf/commits/feeb23571656993df6de62c414b8d9d7aa7b689e">https://bitbucket.org/dotnetrdf/dotnetrdf/commits/feeb23571656993df6de62c414b8d9d7aa7b689e</a></p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 18:59:06
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 06:54 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Per <a href="http://docs.nuget.org/docs/reference/versioning#Specifying_Version_Ranges_in_.nuspec_Files">http://docs.nuget.org/docs/reference/versioning#Specifying_Version_Ranges_in_.nuspec_Files</a> the specific syntax we need to use is as follows if I've read this correctly:</p> <p> <span style="color: rgb(51, 51, 51); font-family: 'andale mono', 'lucida console', monospace; font-size: 14px; line-height: 19px; white-space: pre; ">(,1.0]</span></p> <p> <span style="color: rgb(51, 51, 51); font-family: 'andale mono', 'lucida console', monospace; font-size: 14px; line-height: 19px; white-space: pre; ">This constrains the version to be less than equal to the given number so effectively results in only installing the specified version as a dependency</span></p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 18:58:18
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "New" to "In Progress" </li> <li>Progress changed from "0.00 %" to "1,000.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 18:51:51
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>OntologyClass Distance</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "New" to "Closed" </li> <li>Milestone changed from "none" to "Unscheduled" </li> <li>Resolution changed from "none" to "Won't Fix" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 18:51:40
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>OntologyClass Distance</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 06:50 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Marking this as Won't Fix, semantic distance between classes is very open to interpretation e.g. which edges are you traversing, what do you consider a class</p> <p> </p> <p> Tthe point of the Ontology API is merely to provide a more ontology centric API on top of the core Graph APIs. However this sounds very like application specific logic and so does not seem appropriate for inclusion in the API.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 18:47:30
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-17 06:46 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Can you provide a code sample which reproduces this issue as I am unable to reproduce? Also can you confirm what version of .Net and Visual Studio you are using since it is possible this may relate to a specific profile/version combination.</p> <p> I created a fresh empty console application and then used NuGet to install 0.8.2 which installs VDS.Common 1.1.1.0 and wrote a simple program and did not encounter this issue.</p> <p> However as you correctly point out 0.8.2 is built against VDS.Common 1.1.0.0 not 1.1.1.0, the NuGet descriptor for dotNetRDF specifies 1.1.0.0 but NuGet treats that as a lower bound and installs the newer 1.1.10 instead.</p> <p> So likely we need to be more precise in defining our dependency requirements to force NuGet to give us specific versions in our future releases</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-17 15:16:03
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Reference to an older version of VDS.Common</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Nicolas</td> </tr> <tr> <td><b>Milestone:</b></td> <td>Unscheduled</td> </tr> <tr> <td><b>Category:</b></td> <td>Ontology API</td> </tr> <tr> <td><b>Priority:</b></td> <td>Normal</td> </tr> <tr> <td><b>Type:</b></td> <td>Bug</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Hi there!</p> <p> I've updated to v1.8.2 from Nuget and I get the following error (when using the VDS.RDF.Ontology from a T4 template file) :</p> <p> //---------------------------------------------------------------------------------</p> <p> Error<span class="Apple-tab-span" style="white-space: pre;"> </span>1<span class="Apple-tab-span" style="white-space: pre;"> </span>Running transformation: System.IO.FileNotFoundException: Could not load file or assembly 'VDS.Common, Version=<strong>1.1.0.0</strong>, Culture=neutral, PublicKeyToken=ab5f4eb908061bf0' or one of its dependencies. The system cannot find the file specified.</p> <p> </p> <div> File name: 'VDS.Common, Version=<strong>1.1.0.0</strong>, Culture=neutral, PublicKeyToken=ab5f4eb908061bf0'</div> <div> at VDS.RDF.TreeIndexedTripleCollection..ctor()</div> <div> at VDS.RDF.BaseGraph..ctor()</div> <div> at VDS.RDF.Graph..ctor()</div> <div> at VDS.RDF.Ontology.OntologyGraph..ctor()</div> <div> </div> <div> //---------------------------------------------------------------------------------</div> <div> </div> <div> Since the Nuget Package installed a reference to VDS.Common, Version=1.1.1.0 (and not 1.1.0.0), I presume that there is a hard reference to the previous dll in the VDS.RDF.Ontology project... Can It be?</div> <div> </div> <div> Regards</div> <div> </div> <div> Nicolas</div> <div> </div></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-16 01:54:04
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>OntologyClass Distance</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Boranin</td> </tr> <tr> <td><b>Milestone:</b></td> <td>none</td> </tr> <tr> <td><b>Category:</b></td> <td>Ontology API</td> </tr> <tr> <td><b>Priority:</b></td> <td>Normal</td> </tr> <tr> <td><b>Type:</b></td> <td>New Feature</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Minimum distance between the classess in ontology is often sought in the ontology ranking methods. Semantic Simmilarity Measure is based on this calculation.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=297</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-16 00:05:14
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Siblings function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Boranin</td> </tr> <tr> <td><b>Milestone:</b></td> <td>Unscheduled</td> </tr> <tr> <td><b>Category:</b></td> <td>Ontology API</td> </tr> <tr> <td><b>Priority:</b></td> <td>Normal</td> </tr> <tr> <td><b>Type:</b></td> <td>Improvement</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Ontology API would benefit from Siblings function. Siblings are the classess in the same level where the current OntologyClass is. All siblings have the same "father" class.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=296</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-16 00:00:11
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Selective return of SuperClassess and SubClassess function</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Boranin</td> </tr> <tr> <td><b>Milestone:</b></td> <td>Unscheduled</td> </tr> <tr> <td><b>Category:</b></td> <td>Ontology API</td> </tr> <tr> <td><b>Priority:</b></td> <td>Normal</td> </tr> <tr> <td><b>Type:</b></td> <td>Improvement</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> <font color="#2b91af" face="Consolas" size="2"><font color="#2b91af" face="Consolas" size="2"><font color="#2b91af" face="Consolas" size="2">OntologyClass has <font face="Consolas" size="2"><font face="Consolas" size="2">SuperClasses function that returns all SuperClassess, direct and indirect. It would be beneficial if there be a way to get only direct or only indirect SuperClasses. The same principle applies to the SubClassess function.</font></font></font></font></font></p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=295</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-15 00:21:32
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Fix remaining failures in SPARQL 1.1 Protocol Tests</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-15 12:20 AM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> With the official test harness some of these still fail, trying to determine whether this is a bug wrt double encoding in the official harness</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <dot...@li...> - 2012-12-14 21:57:22
|
Send dotNetRDF-commits mailing list submissions to dot...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits or, via email, send a message with subject or body 'help' to dot...@li... You can reach the person managing the list at dot...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of dotNetRDF-commits digest..." Today's Topics: 1. commit/dotnetrdf: rvesse: Remove license target for removed testsuite project (CORE-216) (Bitbucket) 2. commit/dotnetrdf: 28 new changesets (Bitbucket) 3. commit/dotnetrdf: 2 new changesets (Bitbucket) 4. commit/dotnetrdf: rvesse: Add additional convinience methods and properties to Ontology API (CORE-293) (Bitbucket) 5. commit/dotnetrdf: 4 new changesets (Bitbucket) 6. commit/dotnetrdf: 5 new changesets (Bitbucket) 7. commit/dotnetrdf: 2 new changesets (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Fri, 07 Dec 2012 00:01:16 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Remove license target for removed testsuite project (CORE-216) To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/27180804f8bc/ changeset: 27180804f8bc user: rvesse date: 2012-12-07 01:01:08 summary: Remove license target for removed testsuite project (CORE-216) affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 2 Date: Fri, 07 Dec 2012 00:05:38 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 28 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 28 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/d695d22c1322/ changeset: d695d22c1322 branch: fluent-query user: tpluscode date: 2012-11-13 20:31:13 summary: merge ExpressionBuilder test class, add building STRLEN affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/f603ba6df219/ changeset: f603ba6df219 branch: fluent-query user: tpluscode date: 2012-11-14 21:47:11 summary: building SUBSTR function affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/a2cd96d9e1e5/ changeset: a2cd96d9e1e5 branch: fluent-query user: tpluscode date: 2012-11-19 21:27:59 summary: removed SimpleLiteralExpression affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/06a77e040914/ changeset: 06a77e040914 branch: fluent-query user: tpluscode date: 2012-11-19 22:27:34 summary: building LangMatches function affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/c1b01cce64bb/ changeset: c1b01cce64bb branch: fluent-query user: tpluscode date: 2012-11-19 22:40:13 summary: tests for LIMIT and OFFSET affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/9577a9671e60/ changeset: 9577a9671e60 branch: fluent-query user: tpluscode date: 2012-11-19 22:41:23 summary: Merge with default affected #: 19 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/d87b690a0ed4/ changeset: d87b690a0ed4 branch: fluent-query user: tpluscode date: 2012-11-19 22:55:53 summary: ASK and CONSTRUCT queries affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/4a80ca8cbf9a/ changeset: 4a80ca8cbf9a branch: fluent-query user: tpluscode date: 2012-11-20 17:41:58 summary: wiki example for CONSTRUCT affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/def25488eade/ changeset: def25488eade branch: fluent-query user: tpluscode date: 2012-11-20 17:58:25 summary: wiki example for ASK affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/1ba6c30169fb/ changeset: 1ba6c30169fb branch: fluent-query user: tpluscode date: 2012-11-28 21:23:41 summary: refactor CONSTRUCT to allow only triple patterns affected #: 9 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/3659d2a09714/ changeset: 3659d2a09714 branch: fluent-query user: tpluscode date: 2012-11-28 21:29:05 summary: Merge with default affected #: 127 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/b5a15568ee2e/ changeset: b5a15568ee2e branch: fluent-query user: tpluscode date: 2012-11-28 21:56:12 summary: building REGEX function affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/8a34d3b683fb/ changeset: 8a34d3b683fb branch: fluent-query user: tpluscode date: 2012-11-28 22:23:02 summary: add method to convert any literal to simple literal affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/ea13cfde6eb6/ changeset: ea13cfde6eb6 branch: fluent-query user: tpluscode date: 2012-11-28 22:38:56 summary: Merge with default affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/02fcf9439687/ changeset: 02fcf9439687 branch: fluent-query user: tpluscode date: 2012-11-29 22:01:24 summary: UNION graph pattern builder affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/c4d5a80c3c64/ changeset: c4d5a80c3c64 branch: fluent-query user: tpluscode date: 2012-11-29 22:17:26 summary: allow adding empty child graph pattern allow building of empty graph patterns affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/058345d4c8ff/ changeset: 058345d4c8ff branch: fluent-query user: tpluscode date: 2012-11-30 17:54:25 summary: added ORDER BY to query builder affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/a9dc041b4cd7/ changeset: a9dc041b4cd7 branch: fluent-query user: tpluscode date: 2012-11-30 18:05:25 summary: Merge with default affected #: 58 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/2d89ed057755/ changeset: 2d89ed057755 branch: fluent-query user: tpluscode date: 2012-12-02 17:56:33 summary: big refactoring to split SelectBuilder from QueryBuilder and use NamespaceMapper as late as possible during actual building affected #: 21 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/cb39c7301a30/ changeset: cb39c7301a30 branch: fluent-query user: tpluscode date: 2012-12-02 18:23:00 summary: further refactoring: extracted DESCRIBE builder affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/a6f898ec304b/ changeset: a6f898ec304b branch: fluent-query user: tpluscode date: 2012-12-02 18:31:22 summary: slight refactoring the BuildQuery method affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/8457ad291496/ changeset: 8457ad291496 branch: fluent-query user: tpluscode date: 2012-12-02 18:50:52 summary: some missing XML comments affected #: 5 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/a0c536aa7dff/ changeset: a0c536aa7dff branch: fluent-query user: tpluscode date: 2012-12-02 19:24:28 summary: fix to have all library versions build affected #: 6 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/8f13e8e1d6ea/ changeset: 8f13e8e1d6ea branch: fluent-query user: tpluscode date: 2012-12-02 20:53:42 summary: reorganize builder implementation to remove redundancies and better separate concerns (MIXIN-style with extension methods) affected #: 18 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/fe810e677bba/ changeset: fe810e677bba branch: fluent-query user: tpluscode date: 2012-12-04 16:46:18 summary: Merge with default affected #: 129 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/dbe01abc8264/ changeset: dbe01abc8264 branch: fluent-query user: tpluscode date: 2012-12-04 21:56:12 summary: namespaces imported into SparqlQuery after building affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/a38f3e4e22eb/ changeset: a38f3e4e22eb branch: fluent-query user: tpluscode date: 2012-12-04 21:56:25 summary: ignore dll-* affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/df089962db66/ changeset: df089962db66 branch: fluent-query user: tpluscode date: 2012-12-05 22:50:22 summary: building XPath casting constructor function calls affected #: 11 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 3 Date: Fri, 07 Dec 2012 00:14:12 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 2 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/e827657cf098/ changeset: e827657cf098 user: rvesse date: 2012-12-07 01:13:20 summary: Fix compile issues caused by namespace rename, fix up solution files a little, rename unit test project (CORE-216) affected #: 9 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/d8ad18b0bdca/ changeset: d8ad18b0bdca user: rvesse date: 2012-12-07 01:14:04 summary: Removed defunct test code (CORE-216) affected #: 19 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 4 Date: Wed, 12 Dec 2012 05:41:34 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Add additional convinience methods and properties to Ontology API (CORE-293) To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/1142f2971eef/ changeset: 1142f2971eef user: rvesse date: 2012-12-12 06:41:00 summary: Add additional convinience methods and properties to Ontology API (CORE-293) affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 5 Date: Fri, 14 Dec 2012 18:48:16 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 4 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/05766f491051/ changeset: 05766f491051 user: rvesse date: 2012-12-14 19:38:55 summary: Correct comment affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/3a38899126f0/ changeset: 3a38899126f0 user: rvesse date: 2012-12-14 19:41:56 summary: Some code reorg in Unit Test project (CORE-216) affected #: 91 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/47f0600bba7b/ changeset: 47f0600bba7b user: rvesse date: 2012-12-14 19:44:35 summary: More core reorg in unit test project (CORE-216) affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/dd11f39a1e5e/ changeset: dd11f39a1e5e user: rvesse date: 2012-12-14 19:47:54 summary: Further code reorg in unit tests (CORE-216) affected #: 43 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 6 Date: Fri, 14 Dec 2012 20:39:12 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 5 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 5 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/8bc0c096588e/ changeset: 8bc0c096588e user: rvesse date: 2012-12-14 20:36:35 summary: Add unit test to demonstrate the failure seen in failing protocol tests (CORE-294) affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/41ed59914ea1/ changeset: 41ed59914ea1 user: rvesse date: 2012-12-14 20:44:39 summary: Tweaking unit tests to try to isolate the bug (CORE-294) affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/52f703d75bd5/ changeset: 52f703d75bd5 user: rvesse date: 2012-12-14 21:05:28 summary: Identified a broken corner case in interaction between Graph algebra and IdentityMultiset and fixed it (CORE-294) affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/34bdf485d795/ changeset: 34bdf485d795 user: rvesse date: 2012-12-14 21:23:57 summary: Add unit test to repro one regression caused by previous fix to Graph algebra (CORE-294) affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/de2b0bb8b384/ changeset: de2b0bb8b384 user: rvesse date: 2012-12-14 21:39:04 summary: Fix for a rare corner case interaction with property paths and GRAPH clause that can only be encountered due to the preceding fix for GRAPH & Identity interaction. This fixes the regression seen in the DAWG tests (CORE-294) affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 7 Date: Fri, 14 Dec 2012 21:57:11 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 2 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/80bd8bd88089/ changeset: 80bd8bd88089 user: rvesse date: 2012-12-14 21:42:16 summary: Note bug fixes in Change Log (CORE-294) affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/changeset/e36612196463/ changeset: e36612196463 user: rvesse date: 2012-12-14 22:57:02 summary: Add further unit tests which identify the root cause of the final failing test (CORE-294) affected #: 7 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d ------------------------------ _______________________________________________ dotNetRDF-commits mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits End of dotNetRDF-commits Digest, Vol 3, Issue 3 *********************************************** |
From: <tr...@do...> - 2012-12-14 21:37:25
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Fix remaining failures in SPARQL 1.1 Protocol Tests</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-14 09:36 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Looks like the remaining failure may be down to a parsing/optimization issue involving BIND, investigating further</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-14 20:44:41
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Fix remaining failures in SPARQL 1.1 Protocol Tests</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Progress changed from "0.00 %" to "7,500.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-14 20:44:38
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Fix remaining failures in SPARQL 1.1 Protocol Tests</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-14 08:43 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Have identified and made fixes that enable 3 of the failing tests to pass, still working to identify what the problem with the final test is</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=294</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-14 19:27:11
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Add some convinience methods to the Ontology API</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "Planned" to "In Progress" </li> <li>Progress changed from "0.00 %" to "7,500.00 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=293" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=293</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |