With-files-write macro #6
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jadedctrl/cl-ipfs-api2#6
Ŝarĝante…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Jaidyn,
I've implemented a convenience macro for files-write. For now, I have put it into the main file. Are you OK with add-ons going in the main file or should they go in another file or package? I'm a bit worried about cluttering up the api interface.
There are also a couple of bug fixes included, one of which seems to be the result of IPFS daemon version changes. I'm running 0.8.0 currently. Hopefully I didn't damage anything for other versions.
All the best,
Ben
Useful macro! I'm not against adding convenience functions to the main package, unless they're too niche or not generally useful―
write-with-files
is general, for sure. I wouldn't worry about it. :-)Cheers, and thanks for sharing the good commits!