Initiate a build system
Dependencies
- [2]
JLK5NMGGAdd support for prefix arg to vc-push and vc-pull - [3]
MAGPFPZBinit - [4]
WD4GMB5Ifix annotating other revisions from within an annotation buffer - [5]
VBTAFJFKSwitch from DARCS to Pijul - [6]
Z33EQSBWAdd support for vc-push - [7]
SLZWA7AYanother vc api fix - [8]
ITWH4477reindentation - [9]
CJQZS55Xworking annotation - [10]
PQKTNYVZheader + reindentation - [*]
VADHZAIDSilence byte-compiler
Change contents
- replacement in vc-pijul.el at line 78
(defvar vc-pijul-version-string "1.19"(defvar vc-pijul-version-string "0.1" - edit in vc-pijul.el at line 87[3.3377][12.38]
(declare-function vc-do-async-command "vc-dispatcher"(buffer root command &rest args)) - edit in vc-pijul.el at line 90[12.94][12.94]
(declare-function vc-setup-buffer "vc-dispatcher" (buf)) - replacement in vc-pijul.el at line 436
(setq pijul-program (car args)command (cadr args)args (cddr args))(require 'vc-dispatcher)(apply #'vc-do-async-command buffer root pijul-program command args)))(let ((pijul-program (car args)))(setq command (cadr args)args (cddr args))(require 'vc-dispatcher)(apply #'vc-do-async-command buffer root pijul-program command args)))) - replacement in vc-pijul.el at line 485
(defun vc-pijul-print-log (files &optional buffer _shortlog start-revision limit)(defun vc-pijul-print-log(files &optional buffer _shortlog _start-revision limit) - replacement in vc-pijul.el at line 523
(defun vc-pijul-alist-from-rev (file rev)(defun vc-pijul-alist-from-rev (_file rev) - replacement in vc-pijul.el at line 543
(let* ((rev (vc-pijul-rev-to-hash rev file))(let* ((_rev (vc-pijul-rev-to-hash rev file)) - file addition: shell.nix[3.2]
with (import <nixpkgs> {});mkShell {buildInputs = [(emacsPackages.eldev.overrideAttrs (old: {postInstall = ''mkdir -p $out/bincp source/bin/eldev $out/bin'';}))];} - file addition: Eldev[3.2]
; -*- mode: emacs-lisp; lexical-binding: t -*- - file addition: .ignore[3.2]
.eldev/*.elc - file addition: .envrc[3.2]
use nix - file addition: .dir-locals.el[3.2]
((nil(compile-command . "eldev compile --set all --warnings-as-errors")(projectile-project-compilation-cmd. "eldev compile --set all --warnings-as-errors")))