Daniel May
Daniel May
### Support regex substitution, comparable to vim `:s` or VSCode search & replace. **I propose supporting regex replacements for selection `s`, files`/`, and the workspace scopes ` + /`.** This...
Draft for conversation, this is currently demonstration of what **isn't** a safe change. ## ExecutionEngine Changes > `ExecutionEngine` -> `JitFunction` The `JitFunction
Wanted to get thoughts on adding a JitFn wrapper to make ExecutionEngine calls easier. **Pseudo(-ish) code example:** ```rust // Based on inkwells JitFn // https://github.com/TheDan64/inkwell/blob/master/src/execution_engine.rs#L508 pub struct JitFn where F:...
Add the option to generate Server wrappers that clones the inner type instead of using `Arc`. ```rust /// Service generator builder. #[derive(Debug, Clone)] pub struct Builder { ... // These...