Gerson
Gerson
When i run this `npx prettier --write .` is not touching those files that are failing. So, i dont know how to fix it :(
> @Gerson2102 I will try to pull it myself and run prettier on my computer and then push No worries, i already fixed it.
Now all looks green :)
I would like to try this.
@tdelabro Hello mate. Can you tell me the files where is located what i have to test? And if there is other tests that i can use as examples to...
I'm exploring the starknet-rpc-test directory, i dont know if those tests can help me or something.
Let me know if i can work in this one.
@azteca1998 Hello mate. When you say `llvm.alloca` you mean `llvm::alloca`? Do i have to check in libfuncs for those things? All `llvm::alloca` should be like this right?: ```` let stack_ptr...
> Hello, > > With `llvm.alloca` I'm referring to the `alloca` instructions in the `llvm` dialect. In MLIR they're written as `llvm.alloca`, but we have them available as `llvm::alloca` in...
Ok. And i have to look through all the code of the project, not just the libfuncs directory?