-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
refactor(ess): update ess module #6455
base: master
Are you sure you want to change the base?
Conversation
33ae832
to
a012434
Compare
a012434
to
b725329
Compare
26aa328
to
5d1867d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Including the other review requests further below, please make the following changes to the commit history (to conform with our git conventions):
- About 5175cf5, if
ess-view-data
is a drop-in replacement foress-R-data-view
, then it should be arefactor
, not afeat
. If it isn't a drop-in replacement, it should be a breaking refactor:refactor!(ess): ...
(see https://discourse.doomemacs.org/t/git-conventions/2407#breaking-changes-7) - Another thing about 5175cf5: since you are replacing a package, please add a package diff line to your commit message:
feat(ess): deprecate ess-R-data-view myuhe/ess-R-data-view.el@d6e98d3ae1e2 -> ShuguangSun/ess-view-data@6277684e06d5 Use `ess-view-data` given the extensive support for multiple backends like base, dplyr, DT, kable, etc. Also, it seems that `ess-R-data-view` is in an unmaintained/stale state.
- Reword 7836412 to
nit(ess): reformat keybinds
, to be more specific. - Change cfae4b0 to
perf(ess): ...
; if it is indeed a change made solely to improve performance.
5d1867d
to
413263d
Compare
Thanks @hlissner for all your suggestions. I fixed all the problems in the commits. |
413263d
to
fb9b380
Compare
fb9b380
to
3521fd6
Compare
84bed8d
to
89f19fb
Compare
d246e1b
to
8c01c56
Compare
8c01c56
to
45759ec
Compare
9339249
to
8fc90c6
Compare
8fc90c6
to
e669003
Compare
e9ef649
to
1376bfa
Compare
1376bfa
to
667b452
Compare
667b452
to
ddd692a
Compare
Something to keep on the lookout - posit is creating a LSP (air: https://github.com/posit-dev/air) that uses Rust (🚀 ) which may become the preferred language server in the future. |
2300de1
to
d6bbc9c
Compare
fix: temp help after ess
myuhe/ess-R-data-view.el@d6e98d3ae1e2 -> ShuguangSun/ess-view-data@6277684e06d5 Use `ess-view-data` given the extensive support for multiple backends like base, dplyr, DT, kable, etc. Also, it seems that `ess-R-data-view` is in an unmaintained/stale state.
Utilities to help inserting variable (column) names or values in ESS.
Include more file extension that work with ESS and their respective commands.
Now the module is aware of if the completion system is company or corfu.
d6bbc9c
to
2876128
Compare
For the moment, this is just a draft. Any contribution is welcome. A list of initial ideas are in this post.
Fixes #0000
References #0000
Replaces #0000