[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] branch externals/yaml created (now 70c4fcead9)
From: |
ELPA Syncer |
Subject: |
[elpa] branch externals/yaml created (now 70c4fcead9) |
Date: |
Fri, 29 Nov 2024 15:59:38 -0500 (EST) |
elpasync pushed a change to branch externals/yaml.
at 70c4fcead9 bump version
This branch includes the following new commits:
new 708dd886a2 Initial commit
new 57254d464a update schema
new b33b2ba412 Add test file
new 8771e68930 Got key-value working
new 5c52737f17 Start on event handling
new 9e18a714f5 completing tracer to parse basic key-value
new a1d6e3211c Initial working yaml-parser
new 891e158930 Got parser mostly working.
new 0bb76de608 Add YAML scalar conversion and type conversion
new a15b045399 Condense grammar functions to one
new 49f4ebd8ab Minor bug fixes
new 840be1b2b2 | blocks parse, initial wip
new f374a7f17e indentation indicator bug fix
new 964ef3b105 process literal and folded
new 8a3303b59e Fix indentation bug
new 9a8ae65986 Reduce stack usage
new 7c6c1e1abf Rename names according to elisp standards
new 0c51603d6d Add tracing; fix linting errors
new 091521769e Add readme file
new aba7c19c47 Remove yaml spec
new b7cffd6d3e Add .gitattributes file
new 67d4b64d15 Bug fixes
new 2e2e7d199e Implement anchor alias resolution
new afdb23754a Fix folding string parsing
new 70429bd21b Fix s-l+block-indented bug; fix auto-detect-indent bug
new e32e11be66 Fix l+block-sequence bug sequence with e-node
new ed9dded709 Fix l+block-mapping auto-detect-indent bug
new 837e3e3080 Format grammar code
new 367f470203 Add github action file
new 8101f2c1fa Add import statement; remove debug messages
new 3506009f94 Fix yaml-process-literal-text-test
new 276596561a Fix explicit document end on ns-plain
new 67d86e158e Add code documentation; remove unused code
new 95283d460f Add emacs 25.1 CI test
new 25f35c80e4 Replace string-trim-right with replace-regexp-in-string
new ada133f0b1 Fix regexp to match end of string
new d8f676b54d Add require for cl-lib
new 9170ff5cf8 Add LICENSE; Add documentation
new 1fb0519023 Fix static check warnings
new 79a6bbc1e1 Fix various parsing bugs; reduce stack usage of parsing
strings
new fbf28ffb1d Add yaml-spec-1.2.json file
new e2fe7e2e57 Merge pull request #3 from zkry/add-yaml-spec-json
new 04aae95584 Fix/add pcase usages
new ab86db9bb2 Merge pull request #4 from
zkry/pcase-related-modifications
new a90fc1580c Update commentary file
new 0db4ab0a1e Improve parsing error message
new 9ebddb5523 Merge pull request #5 from
zkry/improve-parsing-error-message
new 96d3e51aeb Add yaml-encode feature
new 51023c4551 Merge pull request #7 from zkry/add-yaml-encode
new 10af746dad Add option to convert string keys to symbols
new a45f60c999 Merge pull request #8 from zkry/symbol-keys
new 64c117d084 Fix encoding issues for nil, false, and arrays
new d8ac09e8ca Merge pull request #11 from
zkry/fix-encoding-nil-false-arrays
new a47f5a8274 indent buffer
new 8903b6c7e4 return plist key as a keyword as a default
new 2aa5a6faf7 Merge pull request #16 from conao3/indent
new 7f055d207c Merge pull request #17 from conao3/plist-keyword
new bda9a00090 return alist key as a symbol as a default
new d82bfb523e fix testcases
new d0abc17e3d Merge pull request #18 from conao3/alist-symbol
new 50a3a00cb8 FIX insert symbol name when not equal to :null or :false
new 1f15c0b33a Merge pull request #20 from
j-shilling/fix-encoding-symbols
new ee9001e091 Fix the escape character in parser (after /)
new 368452c534 Add test case for issue
new f9fbe392e3 Merge pull request #22 from zkry/fix-escape-char-literals
new b0d95e7e81 Use `alist-get` to converting alist to hash table
new 5b352258f5 Merge pull request #24 from j-shilling/fix-alist-to-hash
new 45aa819a4f Add MELPA tag to README
new 1304802f9f Reduce the max line length to be under 80 characters.
new 9382bf5a3b Merge pull request #25 from zkry/fix-lines-longer-than-80
new 69c699a15a Minor code formatting fixes
new a2ed8f1fd6 Fix empty single quote string bug
new 84b88c9ed1 Merge pull request #27 from
zkry/fix-empty-single-quote-string
new e711e774b1 Allow parsing false and/or null as nil
new 34c300b085 Merge pull request #28 from tarsiiformes/nil
new 6d52649383 Fix list encoding indentation #29
new b6091cc080 add unit test case
new 01ab8d1910 Merge pull request #30 from
zkry/29-fix-list-encoding-indentation
new 39f8412bec Fix encoding deeply nested lists
new c81f87f0fd fix unit test
new adb3e52a21 Merge pull request #32 from
zkry/fix-encoding-deeply-nested-lists
new f546dac2a8 Initial implementation of position storage
new c215bf7a33 add function for generating parse with metadata strings
new ed108ab526 add option for skipping processing of scalars
new f8803066ae Merge pull request #33 from
zkry/add-position-information-to-parse-tree
new 37c176fc5c Fix the anchor parse event turning maps into lists
new 164cd43d6e Merge pull request #34 from
zkry/fix-bad-anchor-map->list-conversion
new 0bf6a1b686 YAML anchor should match exactly how it was defined
new c07cc6d0f3 Merge pull request #35 from
zkry/fix-yaml-anchor-match-definition
new 69654c291f Fix string values state bug
new c56d47254d add unit test
new e32ef2f5e5 add note to yaml-parse-string-with-pos function
new cb1cc42bd1 Merge pull request #36 from
zkry/fix-string-values-state-bug
new 419e85fbce fix folding block parsing error
new 14e6e4bc3d Merge pull request #37 from
zkry/fix-folded-block-parsing-error
new 67e8b5f3dc Fix off-by-one bug for storing position
new 2500074ebf Merge pull request #39 from
zkry/fix-obob-for-storing-position
new c3988d10e2 store current indent level and use that for basis of
block indent
new fdc65922c9 fix zero-column indent problems; add more unit tests
new 7ef2e8ce5b fix unit tests
new bdfaa8ce55 Merge pull request #40 from
zkry/fix-block-indent-detection
new 7783d802b0 Don't remove all properties, just yaml-n
new 94ea32ecb7 version bump
new 0ac7f365bb Merge pull request #41 from zkry/fix-property-prop-bug
new ee34639c96 Update docstring and README to match current behavior
new e787dd06c6 Merge pull request #42 from
kisaragi-hiu/bring-docstring-up-to-date
new af49540f53 Use cl-defun &key to allow eldoc argument hints to work
better
new 4a3243a2be yaml--the-end: fix incorrect regexp
new 3381a5d2f7 Merge pull request #43 from
kisaragi-hiu/fix/regexp-missing-escape
new 73fde9d8fb Merge pull request #44 from kisaragi-hiu/eldoc-hints
new b72c188381 Fix character escape code
new a19fbf948a Merge pull request #46 from zkry/45-fix-char-escape
new 12655d58ef Fix typos
new ee86566af1 Merge pull request #47 from tarsiiformes/typos
new 7f09102db0 Remove leading new-lines for yaml-encode
new 7c4b2ec9a5 Merge pull request #49 from
zkry/48-encode-remove-leading-newlines
new 604774d385 Add documentation on running tests
new 01a12f2345 Merge pull request #50 from rdrg109/master
new 900ca55584 Fix failing test for parsing scalars
new fe08b8f530 Merge pull request #52 from zkry/51-fix-failing-test
new 37a6b80ee3 Update declared version to match tag
new 5af0cd7c55 Fix octal/hex parsing (#54)
new 20202d7c39 Merge pull request #56 from zkry/fix-octal-hex-parsing
new 70c4fcead9 bump version
- [elpa] branch externals/yaml created (now 70c4fcead9),
ELPA Syncer <=
- [elpa] externals/yaml 57254d464a 002/124: update schema, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml b33b2ba412 003/124: Add test file, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 891e158930 008/124: Got parser mostly working., ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 04aae95584 043/124: Fix/add pcase usages, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 67d4b64d15 022/124: Bug fixes, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 95283d460f 034/124: Add emacs 25.1 CI test, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 67e8b5f3dc 096/124: Fix off-by-one bug for storing position, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml a47f5a8274 054/124: indent buffer, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 164cd43d6e 087/124: Merge pull request #34 from zkry/fix-bad-anchor-map->list-conversion, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml e711e774b1 074/124: Allow parsing false and/or null as nil, ELPA Syncer, 2024/11/29