(if native-comp-async-report-warnings-errors
(let ((warning-suppress-types
(if (eq native-comp-async-report-warnings-errors 'silent)
- (cons '(comp) warning-suppress-types)
+ (cons '(native-compiler) warning-suppress-types)
warning-suppress-types))
(regexp (if (eq native-comp-async-warnings-errors-kind 'all)
"^.*?\\(?:Error\\|Warning\\): .*$"
(accept-process-output process)
(goto-char (or comp-last-scanned-async-output (point-min)))
(while (re-search-forward regexp nil t)
- (display-warning 'comp (match-string 0)))
+ (display-warning 'native-compiler (match-string 0)))
(setq comp-last-scanned-async-output (point-max)))))
(accept-process-output process)))
(setf comp-files-queue
(append comp-files-queue `((,file . ,load)))
added-something t)
- (display-warning 'comp
+ (display-warning 'native-compiler
(format "No write access for %s skipping."
out-filename)))))))
;; Perhaps nothing passed `native--compile-async-skip-p'?
finally
(when (= i 100)
(display-warning
- 'comp
+ 'native-compiler
(format "fwprop pass jammed into %s?" (comp-func-name f))))
(comp-log (format "Propagation run %d times\n" i) 2))
(comp--rewrite-non-locals)
DEFSYM (Qd_ephemeral, "d-ephemeral");
/* Others. */
- DEFSYM (Qcomp, "comp");
+ DEFSYM (Qnative_compiler, "native-compiler");
DEFSYM (Qfixnum, "fixnum");
DEFSYM (Qscratch, "scratch");
DEFSYM (Qlate, "late");