-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code changes (in package order): - Data::Hopen::hnew(): provide more accurate error messages. - Data::Hopen::loadfrom(): no longer require a list of stems. - Data::Hopen::G::DAG: pass the node inputs to visit_{node,goal}; change some exception text - Data::Hopen::G::Entity: custom stringification for easier debugging - Added Data::Hopen::G::NoOp - !!! >>> Data::Hopen::Scope: when merging predecessor-node outputs into successor-node inputs, DO NOT CLONE. This way blessed references can be successfully passed between nodes. <<< !!! - Data::Hopen::Util::NameSet: Tweaked code so 100% coverage is achievable. - Added Data::Hopen::Visitor - Updated documentation Test changes: - Added t/lib/PackagesInThisFile, which is a crazy way of doing subtests, each in its own package. WIP: a way to merge hashes, cloning non-blessed references but not references.
- Loading branch information
Showing
46 changed files
with
877 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.