Skip to content

LatestValueCache can't use None as a valid value #820

@llucax

Description

@llucax

What happened?

LatestValueCache is using None internally to represent the lack of a value, but None is also a valid value.

What did you expect instead?

LatestValueCache to use a sentinel to represent a missing value instead.

Affected version(s)

No response

Affected part(s)

Core components (data structures, etc.) (part:core)

Extra information

Introduced here:

Metadata

Metadata

Assignees

Labels

part:coreAffects the SDK core components (data structures, etc.)priority:highAddress this as soon as possibletype:bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions