Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop (chibi sxml) dependency on let-optionals #913

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Conversation

lassik
Copy link
Contributor

@lassik lassik commented Apr 21, 2023

let-optionals can be provided by the (chibi optional) library or by SRFI 227. Either dependency is non-trivial and makes it tricky to incorporate (chibi sxml) into outside projects. Since (chibi sxml) only makes trivial use of let-optionals, expand the macro by hand.

Copy link
Owner

@ashinn ashinn left a comment

Choose a reason for hiding this comment

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

Thanks!

lib/chibi/sxml.scm Outdated Show resolved Hide resolved
let-optionals can be provided by the (chibi optional) library or by
SRFI 227. Either dependency is non-trivial and makes it tricky to
incorporate (chibi sxml) into outside projects. Since (chibi sxml)
only makes trivial use of let-optionals, expand the macro by hand.
@ashinn ashinn merged commit 971f546 into ashinn:master Apr 22, 2023
@lassik lassik deleted the patches branch April 22, 2023 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants