your jsi_codegen.yml is different from master, not sure why gate is failing.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 13 2023
Jan 12 2023
Apply feedback
otherwise looks good to me
Strip out all unneeded defaulting logic
Jan 11 2023
Jan 10 2023
Add comment about OSX setting
Jan 9 2023
I think he means manually
This is really helpful context, would've been great to mention this at the start.
During install:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ... This path will then be added to your PATH environment variable by modifying the profile files located at:
otherwise LGTM
This works, but the output is different than original:
Remove leading './'
Jan 6 2023
Jan 4 2023
Jan 3 2023
Fair enough, but it was nice to be able to iterate on these in context of a PR.
Since people have to opt-in to this and they have to have direnv pre-installed, I think this is fine for now.
I was just following what rustup does, as I assume they have had many years of refining what files need to be written to.
Dec 29 2022
This seemed to have worked the first time without issue. I would to avoid the order of install targets determining whether a pipeline is green.
We're moving these out from native/android/app/CMakeLists.txt, yeah?
What are the pros/cons of using our existing install_protobuf.sh script vs. arduino/setup-protoc@v1? Kind of weird to use an Arduino-specific GH Action, but I presume install_protobuf.sh isn't working here because of the make install?
Ultimately defer to you and @atul, who have spent the most time thinking about this.
Address feedback
Dec 27 2022
Rubber stamping as there's no "smells", would like to eventually see a commtest around this
Rubber stamping as there's no "smells", would like to eventually see a commtest around this
Dec 23 2022
We should probably rerun the build if the protos or lib.rs change
LGTM, I'll try this on the "ensure" nix work I'm still churning through
Dec 21 2022
rebase should fix CI gate
There's likely a more idiomatic rust way to do this. But it escapes me (and c++ interop makes some conventions awkward).
going to rubber stamp this,
Gate should be fixed if you rebase on master