summaryrefslogtreecommitdiffstats
path: root/2021/talks/janitor.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-12-02 00:30:50 -0500
committerSacha Chua <sacha@sachachua.com>2021-12-02 00:30:50 -0500
commit532bc5cda6dc0f094e9adcfdadfdc7bf435779f0 (patch)
tree91315edfbf40ee6cc447ceceea472aaa85a99edd /2021/talks/janitor.md
parent90c54d052a829ef39b878d4e7902142659edae27 (diff)
downloademacsconf-wiki-532bc5cda6dc0f094e9adcfdadfdc7bf435779f0.tar.xz
emacsconf-wiki-532bc5cda6dc0f094e9adcfdadfdc7bf435779f0.zip
Add day 1 IRC notes
Diffstat (limited to '2021/talks/janitor.md')
-rw-r--r--2021/talks/janitor.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/2021/talks/janitor.md b/2021/talks/janitor.md
index 68548f61..23420a0e 100644
--- a/2021/talks/janitor.md
+++ b/2021/talks/janitor.md
@@ -19,6 +19,28 @@ Because of a reckless former Emacs maintainer that shall
In this documentary we will follow a famous janitor in his every day job
dealing with the aftermath of the cl-lib / lexical-binding party.
+# Discussion
+
+- Question: Is there a place where these conventions and compilers checks are listed? A web page, an info perhaps?
+- Wow, I think you are going to have to know a LOT on Emacs development, versions, Elisp details, ... to do that kind of work.
+ - One very helpful thing anyone can do is just confirm bug reports and add reproduction steps if they are missing.
+- The double-dash is a convention for an func intended to be called internally only?
+ - Yes. `pacakge-foo` is public, `package--foo` is internal.
+- mindless tree-wide transforms like this are what coccinelle is for. why are emacs maintainers still doing this by hand? you'd think lisp would be well-suited for expressing semantic patches to lisp... :/ this ceases to seem interesting when you've seen cocci do ten thousand transforms like this across a 500MiB tree in 20s or so
+ - Does cocci work on elisp?
+ - no, but the *idea* should work there, and Lisp is so regular in structure that something like coccinelle is the sort of thing lisp boosters say is really easy in lisp. but nooo, none exists that I know of :( (coccinelle itself is written in ocaml :) )
+ - https://coccinelle.gitlabpages.inria.fr/website/
+- There's a monstrous heap of regexps that match most reasonable compiler output. I wrapped an ancient MS-DOS compiler for an obsolete language in a script that invokes it inside DOSBox and echos the output‚ and it Just Worked with compilation mode.
+ - Wow, that's awesome! Yes, lots of the "historic" parts of emacs are amazing.
+- if folks are interested in the lexical dynamic transition: https://hopl4.sigplan.org/details/hopl-4-papers/13/Evolution-of-Emacs-Lisp
+
+Feedback:
+
+- OK, this blows my mind in a sense that I realize that I really don't have an idea of coding Elisp.
+- This talk is great. There should be more like that online, so more people learn to help with "janitorial" work
+
+# Outline
+
- ~20 minutes
Here really, I'm not sure how much time this will take. I put 20
minutes because I think I might be able to fill that and I think more