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
Remove the circularity that str has with IndexedSeq (#255)
* remove the circularity that str has with IndexedSeq
- add private str_ for cljs.core usage
- keep str for now to avoid any potential breakage
- add some simple tests for apply + str_ - the other cases already well covered by existing tests around printing
0 commit comments