David Mak derppening
  • Joined on 2023-08-31
derppening commented on pull request M-Labs/nac3#331 2023-10-06 10:21:40 +08:00
standalone: Add output_bool in demo library

It's just to enforce an immutable-by-default design, similar to how objects in Rust are immutable unless mut is specified.

derppening created pull request M-Labs/nac3#332 2023-10-05 12:24:56 +08:00
core: Implement comparison operators for unsigned types
derppening created pull request M-Labs/nac3#331 2023-10-05 12:24:28 +08:00
standalone: Add output_bool in demo library
derppening pushed to enhance/add-output-bool-to-demo-lib at M-Labs/nac3 2023-10-05 12:23:55 +08:00
35aa055693 standalone: Add output_bool in demo library
derppening created branch enhance/add-output-bool-to-demo-lib in M-Labs/nac3 2023-10-05 12:23:44 +08:00
derppening pushed to enhance/impl-unsigned-compare at M-Labs/nac3 2023-10-05 12:23:28 +08:00
f09ecd6e85 core: Implement comparison operators for unsigned types
derppening created branch enhance/impl-unsigned-compare in M-Labs/nac3 2023-10-05 12:23:15 +08:00
derppening deleted branch meta-changes-from-issue-233 from M-Labs/nac3 2023-10-05 12:23:04 +08:00
derppening closed pull request M-Labs/nac3#330 2023-10-05 12:18:56 +08:00
Meta changes from Issue 233
derppening commented on pull request M-Labs/nac3#330 2023-10-05 12:15:58 +08:00
Meta changes from Issue 233

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?

derppening created pull request M-Labs/nac3#330 2023-10-05 12:09:17 +08:00
Meta changes from Issue 233
derppening pushed to meta-changes-from-issue-233 at M-Labs/nac3 2023-10-05 12:04:46 +08:00
90c995e1a5 core: Implement comparison operators for unsigned types
35aa055693 standalone: Add output_bool in demo library
Compare 2 commits »
derppening created branch meta-changes-from-issue-233 in M-Labs/nac3 2023-10-05 11:59:27 +08:00
derppening pushed to meta-changes-from-issue-233 at M-Labs/nac3 2023-10-05 11:59:27 +08:00
e31f1c3f8e core: Implement comparison operators for unsigned types
f862892daa standalone: Add output_bool in demo library
Compare 2 commits »
derppening commented on pull request M-Labs/nac3#328 2023-10-04 18:12:43 +08:00
Demote dead code into a stdout warning

v4: Merged run_demo_lli.sh with run_demo.sh, changed to --out flag.

derppening pushed to issue-118 at M-Labs/nac3 2023-10-04 18:11:49 +08:00
f34c6053d6 standalone: Add flags to control demo output options
e8a5f0dfef standalone: Fix parsing NAC3 args in check_demo.sh
7140901261 standalone: Fix missing libraries when linking
2a775d822e core: Demote dead code into a stdout warning
Compare 4 commits »
derppening commented on pull request M-Labs/nac3#328 2023-10-04 11:32:52 +08:00
Demote dead code into a stdout warning

v3: Reverted redundant changes in v2, fixed two script issues.

derppening pushed to issue-118 at M-Labs/nac3 2023-10-04 11:32:27 +08:00
f2cb171982 standalone: Add flags to control demo output options
d2a0c777fd standalone: Fix parsing NAC3 args in check_demo.sh
9bcafdfeac standalone: Fix missing libraries when linking
Compare 3 commits »
derppening commented on issue M-Labs/nac3#298 2023-10-03 14:09:45 +08:00
"with parallel" breakage

I am trying to port the test case to min_artiq.py, and I don't know how to port this specific statement:

@nac3
class TTLInOut:
	// ...

    def __init__(self, dmgr, channel,…
derppening created pull request M-Labs/nac3#329 2023-10-03 14:07:09 +08:00
WIP: artiq: Update host exception list to match possibly thrown types