Skip to content

Fix doc-str Guile#563

Merged
Olical merged 1 commit intoOlical:developfrom
DMClVG:master
Mar 11, 2024
Merged

Fix doc-str Guile#563
Olical merged 1 commit intoOlical:developfrom
DMClVG:master

Conversation

@DMClVG
Copy link
Contributor

@DMClVG DMClVG commented Mar 11, 2024

doc-str would silently fail and not display anything in nvim when used with Guile due to a missing check on the optional opts.on-result property. This PR fixes it

Copy link
Owner

@Olical Olical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks like a good fix. I would use a when instead of an if when it's a single branch though, I'll correct that post-merge happily because this is still fine Fennel, just would fail linting if such linting existed. (maybe it does!)

@Olical Olical changed the base branch from master to develop March 11, 2024 22:25
@Olical Olical merged commit de77094 into Olical:develop Mar 11, 2024
@DMClVG
Copy link
Contributor Author

DMClVG commented Mar 11, 2024

You're right. Force of habit lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants