Skip to content

Commit

Permalink
Link to rsc symbol table to credit source of inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Apr 9, 2018
1 parent ef47a2d commit 5414a5c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import scala.meta.internal.{semanticdb3 => s}
/**
* Implementation of SymbolTable that lazily loads symbols on demand.
*
* @note Credits to the rsc symbol table implementation
* https://github.com/twitter/rsc/blob/c82ce2ee68729e2cbcca7c96a164a303a152a43c/rsc/src/main/scala/rsc/symtab/Loaders.scala
* that was a source of inspiration for the implementation of this class.
* @param mclasspath The classpath to load symbols from. Needs to be pre-processed by metacp,
* see ClasspathOps.toMclasspath in scalafix-cli.
*/
Expand Down

0 comments on commit 5414a5c

Please sign in to comment.