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

Remove redundant spec values #20

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Conversation

Furisto
Copy link
Member

@Furisto Furisto commented Aug 18, 2021

Fixes #17 . Disable_oom_killer and oom_score_adj were already part of the memory and process sections, so there was nothing to add.

@codecov-commenter
Copy link

Codecov Report

Merging #20 (145bb64) into main (b67aa8f) will increase coverage by 0.22%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   26.88%   27.10%   +0.22%     
==========================================
  Files           7        7              
  Lines         491      487       -4     
  Branches      248      244       -4     
==========================================
  Hits          132      132              
+ Misses        130      129       -1     
+ Partials      229      226       -3     


#[cfg_attr(feature = "builder", getset(get_copy = "pub"))]
// TODO: I am not part of the official spec
freezer: Option<FreezerState>,
Copy link
Member

Choose a reason for hiding this comment

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

Do we wanna remove the FreezerState type too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, this should have been removed. The runtime spec does not say anything about the freezer.

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

Successfully merging this pull request may close these issues.

Fix spec inconsistencies
3 participants