Swirrl / grafter

Linked Data & RDF Manufacturing Tools in Clojure
Eclipse Public License 1.0
190 stars 17 forks source link

Expand .clj RDF protocols to the .cljs realm #154

Closed scottlowe closed 5 years ago

scottlowe commented 5 years ago

Relates to downstream https://github.com/Swirrl/muttnik/pull/193.

scottlowe commented 5 years ago

First question, is it possible to rebase and first git mv protocols.clj protocols.cljc and then apply the changes? Reason is it looks like we've lost/obfuscated a lot of useful history on that file with this change.

Possibly. Yeah, I was wondering about that. Because more than 50% of the file has changed, git didn't auto-track the name change. I'll give it a go.

scottlowe commented 5 years ago

@RickMoynihan Done. I've added a commit to mv protocols.clj to protocols.cljc to retain the history of that file.