-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows #50
base: develop
Are you sure you want to change the base?
Conversation
Blocked by #51 |
Codecov Report
@@ Coverage Diff @@
## develop #50 +/- ##
========================================
Coverage 62.75% 62.75%
========================================
Files 23 23
Lines 1893 1893
Branches 507 507
========================================
Hits 1188 1188
Misses 226 226
Partials 479 479
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #50 +/- ##
===========================================
- Coverage 67.06% 66.15% -0.92%
===========================================
Files 21 20 -1
Lines 1245 1179 -66
Branches 293 279 -14
===========================================
- Hits 835 780 -55
- Misses 128 139 +11
+ Partials 282 260 -22
Continue to review full report at Codecov.
|
src/community/mod.rs
Outdated
} | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 8 instead of at 6.
src/community/mod.rs
Outdated
} | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected trailing spaces found.
So that it's easier to catch errors
rust-ipv8/appveyor.yml
Outdated
# channels to enable unstable features when building for nightly. Or you could add additional | ||
# matrix entries to test different combinations of features. | ||
environment: | ||
matrix: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
|
||
### MSVC Toolchains ### | ||
|
||
# Stable 64-bit MSVC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
|
||
# Stable 64-bit MSVC | ||
- channel: stable | ||
target: x86_64-pc-windows-msvc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 8 instead of at 6.
rust-ipv8/appveyor.yml
Outdated
|
||
### GNU Toolchains ### | ||
|
||
# Stable 64-bit GNU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
|
||
# Stable 64-bit GNU | ||
- channel: stable | ||
target: x86_64-pc-windows-gnu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 8 instead of at 6.
rust-ipv8/appveyor.yml
Outdated
# default-toolchain and default-host manually here. | ||
install: | ||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
install: | ||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin | ||
- rustc -vV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin | ||
- rustc -vV | ||
- cargo -vV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
rust-ipv8/appveyor.yml
Outdated
#directly or perform other testing commands. Rust will automatically be placed in the PATH | ||
# environment variable. | ||
test_script: | ||
- cargo test --verbose %cargoflags% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
# channels to enable unstable features when building for nightly. Or you could add additional | ||
# matrix entries to test different combinations of features. | ||
environment: | ||
matrix: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
|
||
### MSVC Toolchains ### | ||
|
||
# Stable 64-bit MSVC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
|
||
# Stable 64-bit MSVC | ||
- channel: stable | ||
target: x86_64-pc-windows-msvc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 8 instead of at 6.
|
||
### GNU Toolchains ### | ||
|
||
# Stable 64-bit GNU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
|
||
# Stable 64-bit GNU | ||
- channel: stable | ||
target: x86_64-pc-windows-gnu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 8 instead of at 6.
# default-toolchain and default-host manually here. | ||
install: | ||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
install: | ||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin | ||
- rustc -vV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
- rustup-init -yv --default-toolchain %channel% --default-host %target% | ||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin | ||
- rustc -vV | ||
- cargo -vV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
#directly or perform other testing commands. Rust will automatically be placed in the PATH | ||
# environment variable. | ||
test_script: | ||
- cargo test --verbose %cargoflags% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
#directly or perform other testing commands. Rust will automatically be placed in the PATH | ||
# environment variable. | ||
test_script: | ||
- cd rust_ipv8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
test_script: | ||
- cd rust_ipv8 | ||
- cargo test --verbose %cargoflags% | ||
- cd rust_ipv8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected an indentation at 4 instead of at 2.
still not sure about travis vs. appveyor
Windows still seems to be having networking problems |
Code Climate has analyzed commit 7fa2ae1 and detected 13 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
No description provided.