-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow indexing into ConicObj with any Integer (#273)
We're using the value of `objectid` to store values in `ConicObj`, but `objectid` returns `UInt32` on 32-bit systems. Currently `ConicObj` only accepts indexing operations with `UInt64` keys, which causes a method error on 32-bit systems. This was an oversight when introducing `ConicObj` as its own type. Fixes #272
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters