-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
project ideaCould be a fellow projectCould be a fellow project
Description
The weight= keyword argument for integer storages (Int64(), AtomicInt64()) currently accepts both integers and doubles, silently converting to integers; it should only accept integers, and provide an error if a floating type is used.
Unlimited does the correct thing and converts its internal storage to double, so that one is fine.
Metadata
Metadata
Assignees
Labels
project ideaCould be a fellow projectCould be a fellow project