rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 176 forks source link

Use Eask for CI #444

Closed jcs090218 closed 2 years ago

jcs090218 commented 2 years ago

This patch does the following:

In .github/workflow/test.yml

In Makefile

Others


This is totally optional, I think this would make CI a lot easier.

brotzeit commented 2 years ago

Thanks for the great work! cask has been a pain in the ass for quite some time. Did you already announce the package on reddit ?

jcs090218 commented 2 years ago

Thanks! :)

No, I haven't announced the package anywhere. This isn't a standard package so it will not be published to MELPA like Cask and Eldev. :(

But feel free to announce the tool anywhere if you like it! 😄

brotzeit commented 2 years ago

I just think there are many package maintainers who would be thankful to have a replacement for cask. But people will start using it for their packages when they see it's used for popular packages like lsp-mode.

jcs090218 commented 2 years ago

That's basically the goal for Eask; maybe an alternative or replacement to Cask. 😁