googleapis / googleapis/google-cloud-dart

_StructHelper.decode should deal with cyclic maps

Open
#285 0 comments 0 reactions 0 assignees View on GitHub
priority: p2 type: bug
Dominant language
Dart
Stars
23
Forks
15
Avg merge
1d 9h
Merged PRs (30d)
21

Description

For example:

```dart
final x = {}
x['x'] = x;
Value.from(x);
```

Probably this should throw.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.