A list for the developers of CellML tools

Text archives Help


[cellml-dev] CellML API version 1.11 has been released


Chronological Thread 
  • From: ak.miller at auckland.ac.nz (Andrew Miller)
  • Subject: [cellml-dev] CellML API version 1.11 has been released
  • Date: Thu, 17 May 2012 16:53:16 +1200

On 17/05/12 16:32, David Nickerson wrote:
> is there a reason why the fix for tracker item 3220
> (https://tracker.physiomeproject.org/show_bug.cgi?id=3220) from the
> 11th of April is not in the 1.11 release? I'm guessing that maybe the
> 1.11 code was branched prior to that fix? although a bit confusing at
> the moment to work out where the actual source for the API is being
> hosted...but the fix here seems trivial enough that it could have
> easily been ported to the RCs...

The current release process only branches after the release; releases
are made by designating a nightly build as a release, and nightly builds
are built directly off the trunk. The 1.11 release is the nightly build
of 20120418.

I just downloaded this by following the source download link for 1.11,
and untarring it, and the resulting tree does have the fix for 3220 in it.

$ grep "operator" ./sources/cda_compiler_support.h
operator R*() const
T* operator-> () const

Are you sure you aren't looking at an older version of the API?

Best wishes,
Andrew




Archive powered by MHonArc 2.6.18.

Top of page