We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running create-docs.sh fails with an error (see log below)
create-docs.sh
git clone [email protected]:magnars/s.el.git cd s.el ./create-docs.sh
./create-docs.sh Debugger entered--Lisp error: (wrong-type-argument listp replace-regexp-in-string) car(replace-regexp-in-string) (eq 'macro (car cmd)) (if (eq 'macro (car cmd)) (car (cdr (cdr cmd))) (car (cdr cmd))) docs--signature(replace-regexp-in-string) (list 's-replace-regexp (docs--signature (symbol-function 's-replace-regexp)) (docs--docstring (symbol-function 's-replace-regexp)) (examples-to-strings '((s-replace-regexp "[aeiou]" "!" "foo bar baz") => "f!! b!r b!z" (s-replace-regexp "." "a" "foo bar baz") => "aaaaaaaaaaa" (s-replace-regexp "mixedcase" "mixedcase" "ThIs iS MiXeDCaSE" t) => "ThIs iS mixedcase" (s-replace-regexp "\\(h[ae]\\)" "\\1\\1" "hi he ha") => "hi hehe haha" (s-replace-regexp "\\(h[ae]\\)" "\\1\\1" "hi he ha" nil t) => "hi \\1\\1 \\1\\1"))) (add-to-list 'functions (list 's-replace-regexp (docs--signature (symbol-function 's-replace-regexp)) (docs--docstring (symbol-function 's-replace-regexp)) (examples-to-strings '((s-replace-regexp "[aeiou]" "!" "foo bar baz") => "f!! b!r b!z" (s-replace-regexp "." "a" "foo bar baz") => "aaaaaaaaaaa" (s-replace-regexp "mixedcase" "mixedcase" "ThIs iS MiXeDCaSE" t) => "ThIs iS mixedcase" (s-replace-regexp "\\(h[ae]\\)" "\\1\\1" "hi he ha") => "hi hehe haha" (s-replace-regexp "\\(h[ae]\\)" "\\1\\1" "hi he ha" nil t) => "hi \\1\\1 \\1\\1")))) load-with-code-conversion("/Users/jason/workspace/s.el/dev/examples.el" "/Users/jason/workspace/s.el/dev/examples.el" nil t) command-line-1(("-l" "s.el" "-l" "dev/examples-to-docs.el" "-l" "dev/examples.el" "-f" "create-docs-file")) command-line() normal-top-level()
28.1
emacs -batch # via create-docs.sh
Macos | Big Sur 11.6.8 (20G730)
The text was updated successfully, but these errors were encountered:
Looks like I need to check on (docs--signature ... replace-regexp-in-string)
(docs--signature ... replace-regexp-in-string)
Sorry, something went wrong.
Scheduled time for this next week.
jasonm23
No branches or pull requests
Description
Running
create-docs.sh
fails with an error (see log below)Steps to Reproduce the issue.
Logs
Emacs version
28.1
Emacs running on GUI, Terminal or Daemon?
OS
Macos | Big Sur 11.6.8 (20G730)
The text was updated successfully, but these errors were encountered: