mirror of
https://github.com/SqrtMinusOne/micromamba.el.git
synced 2025-12-10 13:23:02 +03:00
Compare commits
2 commits
ca978bade8
...
c096759fd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c096759fd8 | ||
|
|
9ecd740ec9 |
1 changed files with 3 additions and 3 deletions
|
|
@ -196,9 +196,9 @@ Returns an alist with the following keys:
|
||||||
"Pull the `name` property out of the YAML file at FILENAME."
|
"Pull the `name` property out of the YAML file at FILENAME."
|
||||||
(when filename
|
(when filename
|
||||||
(let ((filename (file-truename filename)))
|
(let ((filename (file-truename filename)))
|
||||||
(or (unless (file-has-changed-p filename))
|
(or (unless (file-has-changed-p filename)
|
||||||
(cdr (assoc filename micromamba--yml-cache))
|
(cdr (assoc filename micromamba--yml-cache)))
|
||||||
(setf (alist-get filename micromamba--yml-cache)
|
(setf (alist-get filename micromamba--yml-cache nil nil #'equal)
|
||||||
(micromamba--get-name-from-env-yml-contents
|
(micromamba--get-name-from-env-yml-contents
|
||||||
(micromamba--read-file-into-string filename)))))))
|
(micromamba--read-file-into-string filename)))))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue