Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Add controller stub and circle CI configuation #66

Merged
merged 5 commits into from
Sep 17, 2019
Merged

Conversation

skade
Copy link
Contributor

@skade skade commented Sep 17, 2019

New version of #65, checking if CircleCI runs.

- run:
name: install dependencies
command: |
rustup install nightly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it ok if we use a fixed version of rust instead of the nightly or do you see any advantages in using the nightly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, specifically async/await. It's 8 weeks out and I wouldn't start a networked codebase without it nowadays. We will be able to switch to beta by September 26.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, cool. Lets fix the version as soon as there is a stable rust version with async/await

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a good idea to pin to a specific nightly though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And we can maybe use a rust-toolchain file. That way this two commands aren't really needed and everyone would be using the same version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Added a rust-toolchain file and skipped the install step.

tanertopal
tanertopal previously approved these changes Sep 17, 2019
@tanertopal
Copy link
Contributor

Feel free to merge

@skade skade merged commit 9251d96 into master Sep 17, 2019
@tanertopal tanertopal deleted the controller-start branch September 20, 2019 13:12
little-dude added a commit to little-dude/xain-fl that referenced this pull request Mar 23, 2020
fix crash after training finishes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants