emacs-ng icon indicating copy to clipboard operation
emacs-ng copied to clipboard

[WIP] Rename crate remacs-lib and delete unused code

Open brotzeit opened this issue 4 years ago • 3 comments

In emacs-ng we only use this crate for scan_rust_file. Since the code has to be executed before bindgen, we have to keep the header file that was introduced in remacs. I would appreciate if anybody has a better idea for the new name.

close #23

brotzeit avatar May 28 '21 18:05 brotzeit

I think you will need to change configure.ac to use the updated library archive name

DavidDeSimone avatar May 28 '21 20:05 DavidDeSimone

I think you will need to change configure.ac to use the updated library archive name

Yeah I know, that was the point when I pushed my changes and stopped working =)

brotzeit avatar May 28 '21 21:05 brotzeit

I think you will need to change configure.ac to use the updated library archive name

Yeah I know, that was the point when I pushed my changes and stopped working =)

Gotcha, sorry I missed the WIP in the title.

I like the naming changes, and I think this is good work. 👍

DavidDeSimone avatar May 28 '21 22:05 DavidDeSimone

scan_rust_file function is now in crate lisp-doc. Unused code has been removed in master.

declantsien avatar Apr 12 '24 06:04 declantsien