chore: move Bootstrap.System.Uri to Init

This commit is contained in:
Mario Carneiro 2022-08-29 09:59:59 -04:00 committed by Leonardo de Moura
parent a7b128fee1
commit 850ee17346
10 changed files with 4 additions and 9 deletions

View file

@ -6,4 +6,3 @@ Authors: Leonardo de Moura
import Bootstrap.Data
import Bootstrap.ShareCommon
import Bootstrap.Dynamic
import Bootstrap.System

View file

@ -1 +0,0 @@
import Bootstrap.System.Uri

View file

@ -6,3 +6,4 @@ Authors: Leonardo de Moura
prelude
import Init.System.IO
import Init.System.Platform
import Init.System.Uri

View file

@ -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

View file

@ -6,7 +6,6 @@ Authors: Marc Huisinga, Wojciech Nawrocki
-/
import Init.System.IO
import Bootstrap.Data.RBMap
import Bootstrap.System.Uri
import Lean.Environment

View file

@ -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

View file

@ -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 -/

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,3 @@
import Bootstrap.System.Uri
open Lean
open System.Uri