diff options
author | Aria <me@aria.rip> | 2023-12-08 18:28:09 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-12-08 18:28:09 +0000 |
commit | d7817691e2f684b425244de7d28d44f03e900a19 (patch) | |
tree | 3650c1addb57ee17a6e9c8553daf2cc962f96e20 /Tasks.org | |
parent | 85c57002b70da3a99ae23e6a0502c0b3130e02e4 (diff) |
fix(primrose): fix code generation using opaque types
this requires an unstable feature unfortunately, but is still
preferable to Box<dyn> for now.
Diffstat (limited to 'Tasks.org')
-rw-r--r-- | Tasks.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,5 +139,6 @@ We compare our results to the best possible result, and to using the standard li - Add nix build stuff for everything - Nixify the install of rosette - See if the ~linked_list_cursors~ feature / nightly compiler is actually necessary + - Alternative to opaque type aliases for codegen * TODO Some plan for time management |