C-Accel-CRIPT / Python-SDK

CRIPT Python SDK
MIT License
10 stars 5 forks source link

Add iterators for UUID nodes #439

Closed InnocentBug closed 8 months ago

InnocentBug commented 8 months ago

Description

Add iterator capability for UUID nodes.

Changes

UUID attributes are strictly strings now.

Known Issues

Notes

Let's add some test to ensure iteration over nodes is dfs, and we need to tests this with a graph that contains cycles.

Checklist

trunk-io[bot] commented 8 months ago

🚫 This pull request was closed and has been removed from the merge queue (details).

InnocentBug commented 8 months ago

@duboyal please add tests to this as discussed. Even if the tests don't work, no worries just add them anyways, and I can debug.

InnocentBug commented 8 months ago

we can't merge it yet, since it is untested

InnocentBug commented 8 months ago

I think the tests show green now.

InnocentBug commented 8 months ago

/trunk merge