HomePhorge

Feature #2597 -- fix cycle relationship notification format.
1ad6470e3df5Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Feature #2597 -- fix cycle relationship notification format.

The SimpleGraph class was reporting duplicate data when printing cycles:

Notify[c]Notify[c] => Notify[d]
Notify[a]Notify[a] => Notify[b]

This was caused by throwing the array representation of the edge into a
string, rather than just the relationship data; we only care about the later,
so now we only emit that later and have the correct text in the error.

Details

Provenance
Daniel Pittman <daniel@rimspace.net>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUea348761df0b: Merge branch 'next'
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@rimspace.net> committed rPU1ad6470e3df5: Feature #2597 -- fix cycle relationship notification format. (authored by Daniel Pittman <daniel@rimspace.net>).Feb 4 2011, 1:45 AM