idris-hackers / idris-mode

Idris syntax highlighting, compiler-supported editing, interactive REPL and more things for Emacs.
GNU General Public License v3.0
267 stars 70 forks source link

integrate idris-mode and idris2-mode #539

Open ywata opened 3 years ago

ywata commented 3 years ago

As I tried idris-mode and idris2-mode, I did not understand the difference. So, I changed idris2- etc into idris-, and manual modification to minimize the difference. I found, there are not so much difference between the two. If it is possible, I'd like to propose to merge back to idris2-mode into idris-mode to reduce maintenance efforts.

Actually, I'm not fully understand the detail but I analyzed the difference. The updated branches are in my repository. https://github.com/ywata/idris-mode idris-mode-working and idris2-mode-working diff.txt

I marked DECISION N to indicate items we need to decide and NEED INVESTIGATION to mark which I'm not sure about at this moment. The diffs are from my repository https://github.com/ywata/idris-mode diff between idris-mode-working and idris2-mode-working. They are normalized to make diff minimal.

Could you take a look at the diff?