Skip to content

Commit cca6724

Browse files
authored
Use standard library from submodule (#2064)
* Remove IronPython.StdLib * Add IronPython.StdLib submodule * Pick up CurrentVersion.props from stdlib
1 parent 864344d commit cca6724

1,894 files changed

Lines changed: 5 additions & 722993 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = src/dlr
33
url = https://github.com/IronLanguages/dlr
44
branch = main
5+
[submodule "IronPython.StdLib"]
6+
path = src/core/IronPython.StdLib
7+
url = https://github.com/IronLanguages/ironpython3-stdlib

CurrentVersion.props

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<MajorVersion>3</MajorVersion>
5-
<MinorVersion>4</MinorVersion>
6-
<MicroVersion>2</MicroVersion>
7-
<ReleaseLevel>final</ReleaseLevel>
8-
<ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->
9-
10-
<AssemblyRevision>0</AssemblyRevision>
11-
</PropertyGroup>
3+
<Import Project="$(MSBuildThisFileDirectory)\src\core\IronPython.StdLib\CurrentVersion.props" />
124
</Project>

src/core/IronPython.StdLib

Submodule IronPython.StdLib added at b28e7d7

src/core/IronPython.StdLib/.gitattributes

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/core/IronPython.StdLib/IronPython.StdLib.pyproj

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/core/IronPython.StdLib/StdLib.License.txt

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)