src/Pure/Tools/imports.scala
changeset 69524 fa94f2b2a877
parent 68306 d575281e18d0
child 70638 f164cec7ac22
equal deleted inserted replaced
69523:9403ff523825 69524:fa94f2b2a877
    99     select_dirs: List[Path] = Nil,
    99     select_dirs: List[Path] = Nil,
   100     verbose: Boolean = false) =
   100     verbose: Boolean = false) =
   101   {
   101   {
   102     val deps =
   102     val deps =
   103       Sessions.load_structure(options, dirs = dirs, select_dirs = select_dirs).
   103       Sessions.load_structure(options, dirs = dirs, select_dirs = select_dirs).
   104         selection_deps(selection, progress = progress, verbose = verbose).check_errors
   104         selection_deps(options, selection, progress = progress, verbose = verbose).check_errors
   105 
   105 
   106     val root_keywords = Sessions.root_syntax.keywords
   106     val root_keywords = Sessions.root_syntax.keywords
   107 
   107 
   108     if (operation_imports) {
   108     if (operation_imports) {
   109       val report_imports: List[Report] =
   109       val report_imports: List[Report] =