unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 1b5214267f5295beaa44538baafe8320c7447d1b 381 bytes (raw)
name: admin/notes/tree-sitter/build-module/batch.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
#!/bin/bash

languages=(
    'bash'
    'c'
    'cmake'
    'cpp'
    'css'
    'c-sharp'
    'dockerfile'
    'elixir'
    'go'
    'go-mod'
    'go-work'
    'heex'
    'html'
    'java'
    'javascript'
    'json'
    'lua'
    'python'
    'ruby'
    'rust'
    'toml'
    'tsx'
    'typescript'
    'yaml'
)

for language in "${languages[@]}"
do
    ./build.sh $language
done

debug log:

solving 1b5214267f5 ...
found 1b5214267f5 in https://yhetil.org/emacs-bugs/877c8wvp34.fsf@disroot.org/
found 012b5882e83 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100755 012b5882e83e971d3211e615dd646d921c5fbe32	admin/notes/tree-sitter/build-module/batch.sh

applying [1/1] https://yhetil.org/emacs-bugs/877c8wvp34.fsf@disroot.org/
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index 012b5882e83..1b5214267f5 100755

Checking patch admin/notes/tree-sitter/build-module/batch.sh...
Applied patch admin/notes/tree-sitter/build-module/batch.sh cleanly.

index at:
100755 1b5214267f5295beaa44538baafe8320c7447d1b	admin/notes/tree-sitter/build-module/batch.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).