Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: switch from snaek to milksnake #1226

Merged
merged 1 commit into from
May 11, 2018
Merged

feat: switch from snaek to milksnake #1226

merged 1 commit into from
May 11, 2018

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented May 11, 2018

requires a couple workarounds:

Closes #1045

requires a couple workarounds:

- rename queue::Sender -> AutopushSender to avoid cbindgen bug w/ type aliases:
  mozilla/cbindgen#131
- make structs not representable in C opaque (remove #[repr(C)])
- have to pin to an older serde_derive for now because cbindgen does

Closes #1045
- autopush_rs/target
- $HOME/.cache/pip
sudo: required
dist: trusty

env:
global:
- WITH_RUST=release
Copy link
Member Author

Choose a reason for hiding this comment

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

I was hoping to switch travis to rustc debug mode but that enables slog's verbose logging that floods travis w/ 4mb of logs, causing tests to fail (we can revisit this later)

@pjenvey pjenvey merged commit 976c4c3 into master May 11, 2018
@pjenvey pjenvey deleted the feat/1045 branch May 11, 2018 19:00
@codecov-io
Copy link

Codecov Report

Merging #1226 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1226   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          60      60           
  Lines       10198   10198           
======================================
  Hits        10198   10198

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e59297d...f7734f9. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants