[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yaml 01a12f2345 118/124: Merge pull request #50 from rd
From: |
ELPA Syncer |
Subject: |
[elpa] externals/yaml 01a12f2345 118/124: Merge pull request #50 from rdrg109/master |
Date: |
Fri, 29 Nov 2024 16:00:11 -0500 (EST) |
branch: externals/yaml
commit 01a12f2345d309fe86770e0a61a7f26f47a2cd0a
Merge: 7c4b2ec9a5 604774d385
Author: Zachary Romero <zacromero@posteo.net>
Commit: GitHub <noreply@github.com>
Merge pull request #50 from rdrg109/master
Add documentation on running tests
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 9a7d2b7eaa..91cfecb9c6 100644
--- a/README.md
+++ b/README.md
@@ -89,3 +89,12 @@ translations:
Since this is implemented in Emacs Lisp performance is probably not the best.
An alternative implementation using libyaml exists and can be found
[here](https://github.com/syohex/emacs-libyaml).
If you have a very deeply nested YAML file and your `max-lisp-eval-depth`
variable is set too low, these is a chance that you might hit the maximum Lisp
eval depth limit. In the future I may work on changing the parsing algorithm
to avoid this problem but in the meantime you can bump up the
`max-lisp-eval-depth` variable in your config.
+
+## Development
+
+You can run the tests by executing
+
+```
+$ ~/path/to/git-repo/yaml.el
+$ emacs -batch -l ert -l yaml.el -l yaml-tests.el -f
ert-run-tests-batch-and-exit
+```
- [elpa] externals/yaml b6091cc080 077/124: add unit test case, (continued)
- [elpa] externals/yaml b6091cc080 077/124: add unit test case, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml cb1cc42bd1 093/124: Merge pull request #36 from zkry/fix-string-values-state-bug, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 39f8412bec 079/124: Fix encoding deeply nested lists, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 25f35c80e4 035/124: Replace string-trim-right with replace-regexp-in-string, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 1304802f9f 069/124: Reduce the max line length to be under 80 characters., ELPA Syncer, 2024/11/29
- [elpa] externals/yaml f8803066ae 085/124: Merge pull request #33 from zkry/add-position-information-to-parse-tree, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 7ef2e8ce5b 100/124: fix unit tests, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 368452c534 064/124: Add test case for issue, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml d82bfb523e 059/124: fix testcases, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml af49540f53 107/124: Use cl-defun &key to allow eldoc argument hints to work better, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 01a12f2345 118/124: Merge pull request #50 from rdrg109/master,
ELPA Syncer <=
- [elpa] externals/yaml fe08b8f530 120/124: Merge pull request #52 from zkry/51-fix-failing-test, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml a19fbf948a 112/124: Merge pull request #46 from zkry/45-fix-char-escape, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 7f09102db0 115/124: Remove leading new-lines for yaml-encode, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 276596561a 032/124: Fix explicit document end on ns-plain, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml c215bf7a33 083/124: add function for generating parse with metadata strings, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml f374a7f17e 013/124: indentation indicator bug fix, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml d8ac09e8ca 053/124: Merge pull request #11 from zkry/fix-encoding-nil-false-arrays, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml bdfaa8ce55 101/124: Merge pull request #40 from zkry/fix-block-indent-detection, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 69654c291f 090/124: Fix string values state bug, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 01ab8d1910 078/124: Merge pull request #30 from zkry/29-fix-list-encoding-indentation, ELPA Syncer, 2024/11/29