Enrique Kessler Martínez
Enrique Kessler Martínez
I'm guessing you are using Env as an example, as they are others impls of Rt in level 3, right? I'm thinking about the constraints of the new trait. Would...
Yes, that looks good. Just to make sure I understood. For any types in all levels to derive `Trace`, the proc macro generates Deref and Deref Mut, but if they...
Makes lots of sense, thanks for clarifying.
I'm just facing this issue now. There are other examples of foreign traits that are causing us falling into the orphan rule (not quite, but a variation of it). Here's...
In the commit that I added above, you can see what I meant with the previous comment. There are some structs that we have the opportunity to move to core...
Regarding the changes on the derive macro. Is that something you'll pick up, or should I, given I'm doing the refactoring either way? Probably that's something we can PR first,...
Here's the documented trait. I'll make a first go and you can review it here, before PRing, to keep the context in the same issue: ```rust /// Trait created to...
Really liked that you suggested different options and tried them out, thanks! I was thinking about this. Regarding the `LispStack`. I still think that it should be moved to the...
@betaprior As a workaround, I have overwritten the functions that harpoon uses for defining the project root, so it fallbacks to the `harpoon-without-project-function` that we define. I use `use-package` but...
Hi there! Any update on this ticket? Would be happy to get it fixed!