C-Accel-CRIPT / Python-SDK

CRIPT Python SDK
MIT License
10 stars 5 forks source link

DO NOT MERGE disable UID generation #422

Closed InnocentBug closed 8 months ago

InnocentBug commented 11 months ago

Description

Give an option to disbale the UID use for JSON.

@bearmit

Changes

Known Issues

Disabling the use of UIDs, make JSON generation for graphs that contain cycles crash. This is not gracefully handled at the moment.

I am not sure it is a good idea to offer users on option that leads to ungracefully handled errors.

It would be nice to offer this option for @bearmit work. But I am scared to include it, what do you think @Ardi028 ?

Notes

Checklist

trunk-io[bot] commented 11 months ago

Merging to develop in this repository is managed by Trunk.

bearmit commented 11 months ago

Ok, I might do this manually. I suppose I would need to disable the same way the use of EdgeUUID (line 117) too EDIT: no!!).

bearmit commented 11 months ago

@InnocentBug It worked like a charm.