emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] bug fix in ob-groovy.el


From: Nick Dokos
Subject: [O] [PATCH] bug fix in ob-groovy.el
Date: Fri, 23 Feb 2018 18:16:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

The problem was reported in

   https://stackoverflow.com/questions/48893994/groovy-in-org-mode-babel

I reproduced the problem locally. The basic error message is

  Caught: java.lang.ClassFormatError: Illegal class name 
"groovy-31624d60$isGolden"

The problem is the dash.

The patch replaces dashes with underscores when constructing temp file
names.

-- 
Nick

Attachment: 0001-Replace-dash-by-underscore-in-temp-file-names.patch
Description: ob-groovy.el: replace '-' with '_' in temp file names


reply via email to

[Prev in Thread] Current Thread [Next in Thread]