Skip to content
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

bugfix: increase the type length limit #60

Merged
merged 1 commit into from May 26, 2019
Merged

bugfix: increase the type length limit #60

merged 1 commit into from May 26, 2019

Conversation

fabianfreyer
Copy link
Contributor

Fixes a build failure on rust >= 1.35.0.

See also rust-lang/rust#58952
Fixes #59

@fabianfreyer fabianfreyer added the bug Something isn't working label May 26, 2019
@fabianfreyer fabianfreyer self-assigned this May 26, 2019
@fabianfreyer fabianfreyer force-pushed the fix/typelength branch 2 times, most recently from f41144a to 077a8d2 Compare May 26, 2019 16:52
@fabianfreyer fabianfreyer modified the milestones: 0.0.8, 0.0.7 May 26, 2019
Fixes a build failure on rust >= 1.35.0.

See also rust-lang/rust#58952
Fixes #59
@codecov
Copy link

codecov bot commented May 26, 2019

Codecov Report

Merging #60 into dev will increase coverage by 0.44%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #60      +/-   ##
==========================================
+ Coverage   40.13%   40.58%   +0.44%     
==========================================
  Files           8        8              
  Lines         578      579       +1     
==========================================
+ Hits          232      235       +3     
+ Misses        346      344       -2
Impacted Files Coverage Δ
src/lib.rs 100% <ø> (ø) ⬆️
src/running.rs 17.2% <0%> (+0.18%) ⬆️
src/sys.rs 88.75% <0%> (+1.57%) ⬆️

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 9894e43...51fc8b2. Read the comment docs.

@fabianfreyer fabianfreyer merged commit 6ed36aa into dev May 26, 2019
@fabianfreyer fabianfreyer deleted the fix/typelength branch June 1, 2019 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consumers of libjail-rs need to increase type_length_limit
1 participant