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

feat: Rename wasmer-engine-native to wasmer-engine-dylib #2356

Merged
merged 4 commits into from
May 28, 2021

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented May 27, 2021

This (small) patch renames the wasmer-engine-native crate into
wasmer-engine-dylib. We believe the new name conveys
better the intent of the engine.

I will update the CHANGELOG later.

@Hywan Hywan self-assigned this May 27, 2021
@Hywan Hywan added 🎉 enhancement New feature! 📚 documentation Do you like to read? 🧪 tests I love tests labels May 27, 2021
@Hywan Hywan force-pushed the feat-rename-native-engine branch from b32c401 to 93cba79 Compare May 27, 2021 14:11
@Hywan
Copy link
Contributor Author

Hywan commented May 27, 2021

bors try

bors bot added a commit that referenced this pull request May 27, 2021
@bors
Copy link
Contributor

bors bot commented May 27, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 27, 2021

bors try

bors bot added a commit that referenced this pull request May 27, 2021
@bors
Copy link
Contributor

bors bot commented May 27, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 27, 2021

The error comes from the compiler_test proc macro that transforms the engine name (SharedObject) into the feature name (sharedobject), but in this case, it's wrong (it must be shared-object). I'm modifying the code accordingly.

@Hywan
Copy link
Contributor Author

Hywan commented May 27, 2021

bors try

bors bot added a commit that referenced this pull request May 27, 2021
@bors
Copy link
Contributor

bors bot commented May 27, 2021

try

Build failed:

@syrusakbary
Copy link
Member

As talked offline, let's go with wasmer-engine-dylib. Apologizes for the misdirection here!

@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors try

bors bot added a commit that referenced this pull request May 28, 2021
@Hywan Hywan changed the title feat: Rename wasmer-engine-native to wasmer-engine-shared-object feat: Rename wasmer-engine-native to wasmer-engine-dylib May 28, 2021
@bors
Copy link
Contributor

bors bot commented May 28, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors try

bors bot added a commit that referenced this pull request May 28, 2021
@bors
Copy link
Contributor

bors bot commented May 28, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors try

bors bot added a commit that referenced this pull request May 28, 2021
@bors
Copy link
Contributor

bors bot commented May 28, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors try

bors bot added a commit that referenced this pull request May 28, 2021
@Hywan Hywan marked this pull request as ready for review May 28, 2021 10:45
@bors
Copy link
Contributor

bors bot commented May 28, 2021

try

Build failed:

@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors try

bors bot added a commit that referenced this pull request May 28, 2021
@bors
Copy link
Contributor

bors bot commented May 28, 2021

@Hywan Hywan force-pushed the feat-rename-native-engine branch from 6937764 to 3d66a2e Compare May 28, 2021 12:13
@Hywan
Copy link
Contributor Author

Hywan commented May 28, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented May 28, 2021

@bors bors bot merged commit 77ae2b3 into wasmerio:master May 28, 2021
bors bot added a commit that referenced this pull request May 31, 2021
2364: feat: Rename `wasmer-engine-object-file` to `wasmer-engine-staticlib`. r=Hywan a=Hywan

# Description

This PR renames the `wasmer-engine-object-file` crate into `wasmer-engine-staticlib`. We believe it conveys a better meaning of what it does. This PR is similar to its siblings, #2340 and #2356.

Co-authored-by: Ivan Enderlin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Do you like to read? 🎉 enhancement New feature! 🧪 tests I love tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants