using nac3core externally is way too much boilerplate #538

Open
opened 2024-09-06 17:33:56 +08:00 by sb10q · 1 comment
Owner
No description provided.
Author
Owner

Also there should be a way to disable the multithread compilation, e.g. the trait SymbolResolver::get_symbol_type should not enforce the use of Arc<RwLock<TopLevelDef>>, register_top_level should not require the use of Arc<dyn SymbolResolver + Send + Sync>, etc.

Also there should be a way to disable the multithread compilation, e.g. the trait ``SymbolResolver::get_symbol_type`` should not enforce the use of ``Arc<RwLock<TopLevelDef>>``, ``register_top_level`` should not require the use of ``Arc<dyn SymbolResolver + Send + Sync>``, etc.
Sign in to join this conversation.
No Milestone
No Assignees
1 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#538
No description provided.