Skip to content

Commit

Permalink
Merge pull request #2788 from vibe-d/remove_redundant_tests
Browse files Browse the repository at this point in the history
Remove redundant tests
  • Loading branch information
l-kramer authored Feb 17, 2024
2 parents 8da4da3 + 514ed72 commit ddcd739
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 616 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
v0.9.8 - 2024-02-16
-------------------

The most visible change of this release is the absence of most deprecation warnings related to `scope` ("DIP1000"). Also, REST interface are now required to be `@safe` and the new `vibe-container` packages provides some commonly used containers without any extra dependencies.

### Features and improvements ###

- More work on DIP1000/`scope` deprecation warnings - [pull #2746][issue2746], [pull #2747][issue2747]
Expand Down
1 change: 1 addition & 0 deletions stream/dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name "stream"
description "Library of various pluggable stream implementations"

dependency "vibe-stream" version=">=1.0.0-rc.1 <2.0.0-0"
targetType "none"
7 changes: 0 additions & 7 deletions tests/args/dub.json

This file was deleted.

18 changes: 0 additions & 18 deletions tests/args/source/app.d

This file was deleted.

17 changes: 0 additions & 17 deletions tests/args/test.sh

This file was deleted.

7 changes: 0 additions & 7 deletions tests/std.concurrency/dub.json

This file was deleted.

83 changes: 0 additions & 83 deletions tests/std.concurrency/source/app.d

This file was deleted.

21 changes: 0 additions & 21 deletions tests/tls/ca.crt

This file was deleted.

40 changes: 0 additions & 40 deletions tests/tls/client.crt

This file was deleted.

27 changes: 0 additions & 27 deletions tests/tls/client.key

This file was deleted.

7 changes: 0 additions & 7 deletions tests/tls/dub.json

This file was deleted.

40 changes: 0 additions & 40 deletions tests/tls/server.crt

This file was deleted.

27 changes: 0 additions & 27 deletions tests/tls/server.key

This file was deleted.

Loading

0 comments on commit ddcd739

Please sign in to comment.