cloud-property-graph icon indicating copy to clipboard operation
cloud-property-graph copied to clipboard

CloudPG v7 Upgrade

Open CodingDepot opened this issue 10 months ago • 4 comments

This PR aims to upgrade the CPG-dependency to version 7 while still maintaining the full functionality of the CloudPG. The work done in this PR also includes changes from @oxisto to #58.

This PR is still WIP, necessary steps include:

  • [x] Fix compilation errors
  • [x] Use new "Name" classes for Nodes
  • [x] Update the included RubyLanguage
  • [x] Go: Specify a working pass evaluation order so that no Nodes are missing
  • [ ] Go: Make sure a valid path from the Label to the goal is formed and all respective tests pass
  • [x] Python: Specify a working pass evaluation order so that no Nodes are missing
  • [x] Python: Make sure a valid path from the Label to the goal is formed and all respective tests pass

CodingDepot avatar Aug 10 '23 09:08 CodingDepot