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

Add _program suffix to directories of crates with _program suffix #3421

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

garious
Copy link
Contributor

@garious garious commented Mar 21, 2019

Problem

The _program crates are about to be stripped down to a single macro invocation, used just to create a dynamic library that can be deployed to the cluster. The crate that currently has an _api prefix will be where all development is done. The current naming convention suggests the program crate would be where the action happens.

Summary of Changes

Add _program suffix to all the dylib crates, which is what their Cargo.toml files already append to their respective crate names.

@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #3421 into master will decrease coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #3421     +/-   ##
========================================
- Coverage    79.7%   79.7%   -0.1%     
========================================
  Files         146     146             
  Lines       23095   23095             
========================================
- Hits        18417   18416      -1     
- Misses       4678    4679      +1

1 similar comment
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #3421 into master will decrease coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #3421     +/-   ##
========================================
- Coverage    79.7%   79.7%   -0.1%     
========================================
  Files         146     146             
  Lines       23095   23095             
========================================
- Hits        18417   18416      -1     
- Misses       4678    4679      +1

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.

1 participant