chore: move Bootstrap.System.Uri to Init
This commit is contained in:
parent
a7b128fee1
commit
850ee17346
10 changed files with 4 additions and 9 deletions
|
|
@ -6,4 +6,3 @@ Authors: Leonardo de Moura
|
|||
import Bootstrap.Data
|
||||
import Bootstrap.ShareCommon
|
||||
import Bootstrap.Dynamic
|
||||
import Bootstrap.System
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
import Bootstrap.System.Uri
|
||||
|
|
@ -6,3 +6,4 @@ Authors: Leonardo de Moura
|
|||
prelude
|
||||
import Init.System.IO
|
||||
import Init.System.Platform
|
||||
import Init.System.Uri
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ Copyright (c) 2019 Microsoft Corporation. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Chris Lovett
|
||||
-/
|
||||
prelude
|
||||
import Init.Data.String.Extra
|
||||
import Init.System.FilePath
|
||||
|
||||
namespace System
|
||||
namespace Uri
|
||||
|
|
@ -6,7 +6,6 @@ Authors: Marc Huisinga, Wojciech Nawrocki
|
|||
-/
|
||||
import Init.System.IO
|
||||
import Bootstrap.Data.RBMap
|
||||
import Bootstrap.System.Uri
|
||||
|
||||
import Lean.Environment
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Authors: Sebastian Ullrich, Lars König, Wojciech Nawrocki
|
|||
import Lean.Data.Json.FromToJson
|
||||
import Lean.Util.Path
|
||||
import Lean.Server.Utils
|
||||
import Bootstrap.System.Uri
|
||||
|
||||
namespace Lean.Server
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Joscha Mennicken
|
||||
-/
|
||||
import Lean.Server.Utils
|
||||
import Bootstrap.System.Uri
|
||||
|
||||
/-! # Representing collected and deduplicated definitions and usages -/
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import Lean.Data.Lsp
|
|||
import Lean.Server.InfoUtils
|
||||
import Init.System.FilePath
|
||||
import Lean.Parser.Basic
|
||||
import Bootstrap.System.Uri
|
||||
|
||||
namespace IO
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Authors: Marc Huisinga, Wojciech Nawrocki
|
|||
import Init.System.IO
|
||||
import Init.Data.ByteArray
|
||||
import Bootstrap.Data.RBMap
|
||||
import Bootstrap.System.Uri
|
||||
|
||||
import Lean.Elab.Import
|
||||
import Lean.Util.Paths
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Bootstrap.System.Uri
|
||||
|
||||
open Lean
|
||||
open System.Uri
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue