Meta changes from Issue 233 #330

Closed
derppening wants to merge 2 commits from meta-changes-from-issue-233 into master
Collaborator
  • Implement comparison operators for unsigned integral types
  • Add output_bool in demo library
  • Import IntPredicate
- Implement comparison operators for unsigned integral types - Add `output_bool` in demo library - Import `IntPredicate`
derppening self-assigned this 2023-10-05 12:09:17 +08:00
derppening added 2 commits 2023-10-05 12:09:18 +08:00
sb10q reviewed 2023-10-05 12:14:18 +08:00
@ -32,3 +37,3 @@
}
void output_asciiart(const int32_t x) {
const char* chars = " .,-:;i+hHM$*#@ ";
static const char *chars = " .,-:;i+hHM$*#@ ";
Owner

Doesn't belong in this PR/commit

Doesn't belong in this PR/commit
Owner

What do any of these have to do with #233?

What do any of these have to do with #233?
Author
Collaborator

What do any of these have to do with #233?

They are just "meta changes", changes that I made while trying to fix #233. Is there a better way to name these cleanup PRs?

> What do any of these have to do with #233? They are just "meta changes", changes that I made while trying to fix #233. Is there a better way to name these cleanup PRs?
Owner

Simple. Just open two PRs, one with title "Add output_bool in demo" and another one with title "support comparison of unsigned integers".

Simple. Just open two PRs, one with title "Add output_bool in demo" and another one with title "support comparison of unsigned integers".
derppening closed this pull request 2023-10-05 12:18:56 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#330
No description provided.