Skip to content

Conversation

@andersoxie
Copy link
Owner

It requires an updated version of the graph library not yet in SVN.

In latest version of the graph library was a redesign done that makes
this library generate an error when compiling:

Error code: VDRD(2)

Type error: redeclaration has non-conforming signature.
What to do: make sure that redeclaration uses signature (number and
types of arguments and result) conforming to that of the original.

Class: MA_OBJECT_NODE
Redefined feature: model: detachable EG_NODE From: MA_OBJECT_NODE
Precursor: model: EG_LINKABLE From: EG_LINKABLE_FIGURE

My main concern is if the changes are ok from a backward compatible perspective and if they are ok for the none void safe builds. It build in none void safe mode but do we loose some controlls, like preconditions when using attached instead of /= Void.

Some diffs are large due to that I introduced new if-statements. github-diff does not seem to handle that in a good way. It looked better in SVN. Might be that I need to set something like "ignore white space changes" but I can not find that setting in github.

It requires an updated version of the graph library not yet in SVN.

In latest version of the graph library was an redesign done that makes
this library generate an error when compiling:

Error code: VDRD(2)

Type error: redeclaration has non-conforming signature.
What to do: make sure that redeclaration uses signature (number and
types of arguments and result) conforming to that of the original.

Class: MA_OBJECT_NODE
Redefined feature: model: detachable EG_NODE From: MA_OBJECT_NODE
Precursor: model: EG_LINKABLE From: EG_LINKABLE_FIGURE
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like a larger cvhange but mainly it is only an if-statement added

if attached grid...

instead of the check.

Conaclos and others added 3 commits March 22, 2014 14:40
Adapt memory analyzer to both soft and advanced redesign of EG library
Victorien want to test with latest version of graph library update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants