You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the PR. Do I need to merge it when there is a datastar RC9?
I can't recall if I just didn't follow the ADR at the time or if I already had a rationale when I named the get-signals function. With that said, we have several JSON libraries in Clojure. Since I didn't want to depend on any one of them (and impose it on a user) get-signals does not read the signals, it just return either a string or an input stream. It's up to the users to bring its their own JSON parsing. In this situation I wouldn't rename that function read-signals, it might have been better to name it get-signals-raw though.
Do I need to merge it when there is a datastar RC9?
Merge whenever you want, provided you don’t release until the next version is out, which should be 1.0.0.
Thanks for clarifying the naming of get-signals, that can probably just stay as is.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on ADR changes in starfederation/datastar#1146.
Please merge only with the release of the next version of Datastar.