-
Notifications
You must be signed in to change notification settings - Fork 74
rustfmt is disabled #216
Comments
This is, hands down, the single largest feature I have for the playground (I have to fix a lot of poorly formatted code on Stack Overflow). Is there anything I can do to help get this resurrected? |
Oh dear, sorry about that! I hope to merge #187 soon and then switch from playpen to docker and solve #134. Moving should allow us to move to a much more familiar environment (ubuntu + docker) instead of a foreign one we don't know how to debug or work with (arch + playpen). I'm honestly not sure why this isn't working today in Arch but for me at least it's easier to just switch to docker and shouldn't be too hard. I hope to get around to it this week! |
Well, maybe it will be a race! I decided to rewrite the Playground from scratch for funsies, and also decided to use docker. Although I think you might win 😸 |
Could we just pull rustfmt master and build it? Not sure if that would have the same SSL issues or not. |
Unfortunately that'd still require hitting the registry to download deps, and the SSL there is what's failing :( |
Ok, docker is now deployed along with the Rust rewrite, should be fixed now! |
Right now there's a failure to
cargo install rustfmt
in the "container" due to SSL issues, so I've disabled it for now.The text was updated successfully, but these errors were encountered: