tminor / jsonnet-mode

Emacs major mode for editing Jsonnet files.
GNU General Public License v3.0
46 stars 17 forks source link

Some warnings on compile #18

Closed Andor closed 4 years ago

Andor commented 4 years ago

When I am trying to install latest version I have errors in compule log.

jsonnet-mode version: 20200930.1418 emacs versiion: GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2020-08-12

Code to install:

(use-package jsonnet-mode
  :ensure t)

Messages:

In jsonnet-smie-rules:
jsonnet-mode.el:178:33:Warning: value returned from (member x4 '("]" "}" ")"))
    is unused
jsonnet-mode.el:178:33:Warning: value returned from (member x4 '("]" "}" ")"))
    is unused

In jsonnet-eval-buffer:
jsonnet-mode.el:629:4:Warning: `(directories (cons (file-name-directory
    file-to-eval) search-dirs))' is a malformed function
jsonnet-mode.el:638:36:Warning: reference to free variable `directories'

In end of data:
jsonnet-mode.el:775:1:Warning: the following functions are not known to be
    defined: some, lexical-let
Andor commented 4 years ago

@tminor release? :)

tminor commented 4 years ago

@Andor Done!