Sample project for Rust is non functional on replit #187
Replies: 4 comments 2 replies
-
And just running the command 'cargo build' in the shell result in errors : Caused by: warning: build failed, waiting for other jobs to finish... Caused by: warning: build failed, waiting for other jobs to finish... |
Beta Was this translation helpful? Give feedback.
-
Oh I think part of the issue is that The newer version of rocket |
Beta Was this translation helpful? Give feedback.
-
I don't think running on stable is the solution, TBH unless I do production
code I use nightly everywhere. I think the underlying issue is that replit
install Rust without using rustup which makes changing channels impossible.
I tried to fight with replit yesterday, using the new "Nix (Beta)" template
but I have to say I'm not impressed with replit usability when it comes to
"just restart the damn container".
…On Sat, 26 Feb 2022 at 06:19, Corey Alexander ***@***.***> wrote:
Opened a PR to upgrade to the latest Rocket and a few other changes to get
it working on Replit!
BattlesnakeOfficial/starter-snake-rust#4
<BattlesnakeOfficial/starter-snake-rust#4>
@Larandar <https://github.com/Larandar> if you wanted to use it on Replit
you can give this link a shot, while that PR is still open
replit.com/github/coreyja/starter-snake-rust
—
Reply to this email directly, view it on GitHub
<#187 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG5GJJBOVURDOKRAISQDQ3U5BPE7ANCNFSM5PIMDFVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
I think I have a working prototype, will clean that up and then do a PR
Unrelated issue, but is there a type definition for battlesname that can be
used for generating the types? I found
https://docs.battlesnake.com/references/api but I would like a more
"parsing friendly" version :)
…On Sat, 26 Feb 2022 at 08:59, Larandar ***@***.***> wrote:
I don't think running on stable is the solution, TBH unless I do
production code I use nightly everywhere. I think the underlying issue is
that replit install Rust without using rustup which makes changing channels
impossible.
I tried to fight with replit yesterday, using the new "Nix (Beta)"
template but I have to say I'm not impressed with replit usability when it
comes to "just restart the damn container".
On Sat, 26 Feb 2022 at 06:19, Corey Alexander ***@***.***>
wrote:
> Opened a PR to upgrade to the latest Rocket and a few other changes to
> get it working on Replit!
> BattlesnakeOfficial/starter-snake-rust#4
> <BattlesnakeOfficial/starter-snake-rust#4>
>
> @Larandar <https://github.com/Larandar> if you wanted to use it on
> Replit you can give this link a shot, while that PR is still open
> replit.com/github/coreyja/starter-snake-rust
>
> —
> Reply to this email directly, view it on GitHub
> <#187 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAG5GJJBOVURDOKRAISQDQ3U5BPE7ANCNFSM5PIMDFVQ>
> .
> You are receiving this because you were mentioned.Message ID:
> <BattlesnakeOfficial/feedback/repo-discussions/187/comments/2255311@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
Step to reproduce:
Possible fix:
Beta Was this translation helpful? Give feedback.
All reactions