Correct global name for const object for RPC #289
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#289
Loading…
Reference in New Issue
No description provided.
Delete Branch "272-key-err-rpc-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Despite #283, this simple patch should be able to fix #272.
Previously the llvm global value name is wrong, causing the wrong key to be sent to the host embedding map.
I don't think #283 and #272 are related. #283 should be a simple matter of fixing the inconsistency in the multiple places where builtin exceptions are defined; in particular, ValueError is not defined consistently.