Skip to content

Rework dtypes with additional concepts and fixes#582

Merged
arcondello merged 4 commits into
dwavesystems:mainfrom
arcondello:dtypes-rework
Jul 13, 2026
Merged

Rework dtypes with additional concepts and fixes#582
arcondello merged 4 commits into
dwavesystems:mainfrom
arcondello:dtypes-rework

Conversation

@arcondello

@arcondello arcondello commented Jul 10, 2026

Copy link
Copy Markdown
Member

Closes #406

AI Generation Disclosure

No AI used. I asked ChatGPT to review the code, which resulted in dc512a1

@arcondello arcondello requested a review from wbernoudy July 10, 2026 21:57
@arcondello arcondello added bug Something isn't working enhancement New feature or request labels Jul 10, 2026
signedshort_ = 'h',
signedlong_ = 'l',
signedlonglong_ = 'Q',
signedlonglong_ = 'q',

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't really a good test I can do for this because we don't currently expose this stuff to the Python level.

@alexzucca90 alexzucca90 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread tests/cpp/test_typing.cpp Outdated
@arcondello arcondello removed the request for review from wbernoudy July 13, 2026 17:46
@arcondello arcondello merged commit 96eee37 into dwavesystems:main Jul 13, 2026
14 checks passed
@arcondello arcondello deleted the dtypes-rework branch July 13, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect format character

2 participants