dmd/.azure-pipelines
Martin Kinkelin 5ebfb077c6
Fix Issues 22149 & 22150 - TypeInfo names aren't unique, leading to botched equality semantics (#12928)
* Fix Issue 22149 - TypeInfo_Struct names aren't unique, leading to botched equality semantics

By storing the mangled name, making the TypeInfo_Struct names truly
unique and more compact at the same time.
Requires https://github.com/dlang/druntime/pull/3527.

* Fix Issue 22150 - TypeInfo_Class names aren't unique, leading to botched equality semantics

By fully qualifying template arguments.

* [temp] Cirrus CI: Use same-named druntime branch

* Azure Pipelines: Try to use same-named druntime/Phobos branches for PRs originating from the official dlang repo

* Cirrus CI: Try to use same-named druntime/Phobos branches for PRs originating from the official dlang repo
2021-08-01 20:04:25 +08:00
..
lib.sh Fix Issues 22149 & 22150 - TypeInfo names aren't unique, leading to botched equality semantics (#12928) 2021-08-01 20:04:25 +08:00
windows-artifact.yml Disable Windows builds on the auto-tester - replace with Azure pipelines 2020-08-30 20:17:22 +02:00
windows-msbuild.bat Azure CI: Bump tested MinGW-based libs to v8.0.0 2020-11-05 15:09:19 +01:00
windows-visual-studio.sh Azure CI: Get rid of additional host DMD requirement for LDC jobs 2020-09-30 16:15:10 +02:00
windows-visual-studio.yml Azure CI: Reduce YAML redundancy 2020-09-30 02:07:37 +02:00
windows.sh Issue 21519 - Generate coverage reports for Win64 on Azure 2021-01-12 10:25:01 +01:00
windows.yml Azure CI: Include Phobos unittests for non-LDC jobs 2020-09-30 20:20:41 +02:00