You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle multibyte/binary data in sideloader, start tooling sideloader
When serving base64-encoded resources to the sideloader we need to make sure we
encode the contents exactly as they are byte for byte, instead of letting Emacs
apply character encoding and such.
When starting the sideloader also start one on the tooling session.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
*[#3020](https://github.com/clojure-emacs/cider/issues/3020): Fix session linking on Windows, e.g. when jumping into a library on the classpath.
13
13
*[#3031](https://github.com/clojure-emacs/cider/pull/3031): Fix `cider-eval-defun-up-to-point` failing to match delimiters correctly in some cases, resulting in reader exceptions.
14
14
*[#3039](https://github.com/clojure-emacs/cider/pull/3039): Allow starting the sideloader for the tooling session
15
+
*[#3031](https://github.com/clojure-emacs/cider/pull/3041): Handle binary/multibyte data when serving sideloaded resources
0 commit comments