mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
use cached subs, run solve tests single-threaded
This commit is contained in:
parent
78735b6159
commit
2cb175df10
2 changed files with 35 additions and 12 deletions
|
@ -1089,7 +1089,7 @@ pub fn load<'a>(
|
|||
|
||||
/// Load using only a single thread; used when compiling to webassembly
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn load_single_threaded<'a>(
|
||||
pub fn load_single_threaded<'a>(
|
||||
arena: &'a Bump,
|
||||
load_start: LoadStart<'a>,
|
||||
src_dir: &Path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue