using nac3core externally is way too much boilerplate #538
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#538
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Also there should be a way to disable the multithread compilation, e.g. the trait
SymbolResolver::get_symbol_type
should not enforce the use ofArc<RwLock<TopLevelDef>>
,register_top_level
should not require the use ofArc<dyn SymbolResolver + Send + Sync>
, etc.