Support dmd 2.077.1
This commit is contained in:
		@@ -7,7 +7,7 @@ os:
 | 
				
			|||||||
language: d
 | 
					language: d
 | 
				
			||||||
 | 
					
 | 
				
			||||||
d:
 | 
					d:
 | 
				
			||||||
  - dmd-2.077.0
 | 
					  - dmd-2.077.1
 | 
				
			||||||
  - dmd-2.076.1
 | 
					  - dmd-2.076.1
 | 
				
			||||||
  - dmd-2.075.1
 | 
					  - dmd-2.075.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -22,7 +22,7 @@ addons:
 | 
				
			|||||||
      - gcc-multilib
 | 
					      - gcc-multilib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - if [ "$PS1" = '(dmd-2.077.0)' ]; then
 | 
					  - if [ "$PS1" = '(dmd-2.077.1)' ]; then
 | 
				
			||||||
      export UNITTEST="unittest-cov";
 | 
					      export UNITTEST="unittest-cov";
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,8 +12,8 @@ Tanya is a general purpose library for D programming language.
 | 
				
			|||||||
Its aim is to simplify the manual memory management in D and to provide a
 | 
					Its aim is to simplify the manual memory management in D and to provide a
 | 
				
			||||||
guarantee with @nogc attribute that there are no hidden allocations on the
 | 
					guarantee with @nogc attribute that there are no hidden allocations on the
 | 
				
			||||||
Garbage Collector heap. Everything in the library is usable in @nogc code.
 | 
					Garbage Collector heap. Everything in the library is usable in @nogc code.
 | 
				
			||||||
Tanya extends Phobos functionality and provides alternative implementations for
 | 
					Tanya provides data structures and utilities to facilitate painless systems
 | 
				
			||||||
data structures and utilities that depend on the Garbage Collector in Phobos.
 | 
					programming in D.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [API Documentation](https://docs.caraus.io/tanya)
 | 
					* [API Documentation](https://docs.caraus.io/tanya)
 | 
				
			||||||
* [Contribution guidelines](CONTRIBUTING.md)
 | 
					* [Contribution guidelines](CONTRIBUTING.md)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,10 +4,10 @@ os: Visual Studio 2015
 | 
				
			|||||||
environment:
 | 
					environment:
 | 
				
			||||||
  matrix:
 | 
					  matrix:
 | 
				
			||||||
    - DC: dmd
 | 
					    - DC: dmd
 | 
				
			||||||
      DVersion: 2.077.0
 | 
					      DVersion: 2.077.1
 | 
				
			||||||
      arch: x64
 | 
					      arch: x64
 | 
				
			||||||
    - DC: dmd
 | 
					    - DC: dmd
 | 
				
			||||||
      DVersion: 2.077.0
 | 
					      DVersion: 2.077.1
 | 
				
			||||||
      arch: x86
 | 
					      arch: x86
 | 
				
			||||||
    - DC: dmd
 | 
					    - DC: dmd
 | 
				
			||||||
      DVersion: 2.076.1
 | 
					      DVersion: 2.076.1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user