We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleGraph
This should be done once #1226 is closed (specifically after all 4 points in #1226 (comment) are addressed)
Originally posted by @bobbinth in #1401 (comment)
For example, we could have the following constructors:
pub fn new(kernel: Kernel, libraries: IntoIterator<Item = CompiledLibrary>) -> Self { todo!("implement") } pub fn with_kernel(kernel: Kernel) -> Self { todo!("implement") } pub fn with_libraries(libraries: IntoIterator<Item = CompiledLibrary>) -> Self { todo!("implement") }
And Assembler::default() could still be used to instantiate an empty assembler (i.e., the assembler without kernel or libraries).
Assembler::default()
The text was updated successfully, but these errors were encountered:
Ah - I forgot about this issue and created #1433. I'll close this one as the new one has a more up-to-date description of the proposed constructors.
Sorry, something went wrong.
No branches or pull requests
This should be done once #1226 is closed (specifically after all 4 points in #1226 (comment) are addressed)
Originally posted by @bobbinth in #1401 (comment)
For example, we could have the following constructors:
And
Assembler::default()
could still be used to instantiate an empty assembler (i.e., the assembler without kernel or libraries).The text was updated successfully, but these errors were encountered: