Skip to content

Instantly share code, notes, and snippets.

@japgolly
Last active April 2, 2020 23:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save japgolly/ac9e9ea4fe50a25a253112c88bf5da93 to your computer and use it in GitHub Desktop.
Save japgolly/ac9e9ea4fe50a25a253112c88bf5da93 to your computer and use it in GitHub Desktop.
My Scala libraries & the status of their upgrade to Scala 2.13
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
digraph G {
rankdir=LR
label="\nNote: some links are just test dependencies, not runtime dependencies.\nscalajs-react for example has no runtime dependencies."
node[style=filled fillcolor="#ccf999"]
cc [label="clear-config"]
microlibs
mrb [label="mr.boilerplate"]
nyaya
scalacss
sg [label="scala-graal"]
sjb [label="scalajs-benchmark"]
sjr [label="scalajs-react"]
univeq
testState
node[style=filled fillcolor="#ffff99"]
node[style=filled fillcolor="#ccddff"]
node[style=filled fillcolor="#ffaaaa"]
microlibs-> sg
nyaya -> sjr
sjr,univeq -> testState
microlibs -> cc
nyaya,univeq -> microlibs
microlibs -> scalacss -> sjb
sjr,univeq -> scalacss
microlibs,sjr -> mrb
// Transitive
/*
edge[style=dotted constaint=false]
nyaya -> scalacss
nyaya -> sg
nyaya -> testState
sjr -> sjb
univeq -> mrb
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment