Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ __dummy.html
*.o
*.obj
dlang-bot
__test__unittest__
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false
os:
- linux
- osx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really OSX? We don't want to test vibe.d, and aren't using any platform specific stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough -> In #16 I removed macOS

language: d
d:
- dmd-beta
- dmd
- ldc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about gdc?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OTOH, same reasoning as with the OS, we merely need to test the version we deploy with.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about gdc?

I stopped testing/using it a long time ago, because one just runs into too many fixed bugs or missing features.

13 changes: 11 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@ name "dlang-bot"
description "dlang-bot for automated bugzilla, github, and trello references"
copyright "Copyright © 2015, Martin Nowak"
authors "Martin Nowak"
dependency "vibe-d" version="~>0.7.23"
versions "VibeDefaultMain"
dependency "vibe-d" version="~>0.7.30"
configuration "default" {
versions "VibeDefaultMain"
targetType "executable"
}
configuration "unittest" {
versions "VibeCustomMain"
sourcePaths "source" "test"
importPaths "source" "test"
stringImportPaths "views"
}
10 changes: 5 additions & 5 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"fileVersion": 1,
"versions": {
"diet-ng": "1.1.0",
"libasync": "0.7.9",
"libev": "5.0.0+4.04",
"libevent": "2.0.1+2.0.16",
"memutils": "0.4.7",
"openssl": "1.1.4+1.0.1g",
"vibe-d": "0.7.29"
"libevent": "2.0.2+2.0.16",
"memutils": "0.4.8",
"openssl": "1.1.5+1.0.1g",
"vibe-d": "0.7.30"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bug_id,"short_desc"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a csv file, not json.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-> Changed in #16

8573,"A simpler Phobos function that returns the index of the mix or max item"
3 changes: 3 additions & 0 deletions payloads/github_api/repos_dlang_dmd_issues_6325_labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[

]
9 changes: 9 additions & 0 deletions payloads/github_api/repos_dlang_dmd_issues_6327_labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"id": 119492872,
"url": "https://github.com/api/repos/dlang/phobos/labels/auto-merge",
"name": "blocked",
"color": "e11d21",
"default": false
}
]
9,128 changes: 9,128 additions & 0 deletions payloads/github_api/repos_dlang_dmd_pulls?state=open.json

Large diffs are not rendered by default.

142 changes: 142 additions & 0 deletions payloads/github_api/repos_dlang_dmd_pulls_6327_commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
[
{
"sha": "16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"commit": {
"author": {
"name": "Rainer Schuetze",
"email": "[email protected]",
"date": "2016-12-16T08:45:41Z"
},
"committer": {
"name": "Rainer Schuetze",
"email": "[email protected]",
"date": "2016-12-16T08:45:41Z"
},
"message": "apply location of call to copyied default argument expression",
"tree": {
"sha": "c3f5907216f5141aa23f75f8e40683f793519831",
"url": "https://github.com/api/repos/dlang/dmd/git/trees/c3f5907216f5141aa23f75f8e40683f793519831"
},
"url": "https://github.com/api/repos/dlang/dmd/git/commits/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"comment_count": 0
},
"url": "https://github.com/api/repos/dlang/dmd/commits/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"html_url": "https://github.com/dlang/dmd/commit/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"comments_url": "https://github.com/api/repos/dlang/dmd/commits/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f/comments",
"author": {
"login": "rainers",
"id": 702284,
"avatar_url": "https://avatars.githubusercontent.com/u/702284?v=3",
"gravatar_id": "",
"url": "https://github.com/api/users/rainers",
"html_url": "https://github.com/rainers",
"followers_url": "https://github.com/api/users/rainers/followers",
"following_url": "https://github.com/api/users/rainers/following{/other_user}",
"gists_url": "https://github.com/api/users/rainers/gists{/gist_id}",
"starred_url": "https://github.com/api/users/rainers/starred{/owner}{/repo}",
"subscriptions_url": "https://github.com/api/users/rainers/subscriptions",
"organizations_url": "https://github.com/api/users/rainers/orgs",
"repos_url": "https://github.com/api/users/rainers/repos",
"events_url": "https://github.com/api/users/rainers/events{/privacy}",
"received_events_url": "https://github.com/api/users/rainers/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "rainers",
"id": 702284,
"avatar_url": "https://avatars.githubusercontent.com/u/702284?v=3",
"gravatar_id": "",
"url": "https://github.com/api/users/rainers",
"html_url": "https://github.com/rainers",
"followers_url": "https://github.com/api/users/rainers/followers",
"following_url": "https://github.com/api/users/rainers/following{/other_user}",
"gists_url": "https://github.com/api/users/rainers/gists{/gist_id}",
"starred_url": "https://github.com/api/users/rainers/starred{/owner}{/repo}",
"subscriptions_url": "https://github.com/api/users/rainers/subscriptions",
"organizations_url": "https://github.com/api/users/rainers/orgs",
"repos_url": "https://github.com/api/users/rainers/repos",
"events_url": "https://github.com/api/users/rainers/events{/privacy}",
"received_events_url": "https://github.com/api/users/rainers/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "269e57650c6ac4afb43f6c1ed6f2b67c1c66a86b",
"url": "https://github.com/api/repos/dlang/dmd/commits/269e57650c6ac4afb43f6c1ed6f2b67c1c66a86b",
"html_url": "https://github.com/dlang/dmd/commit/269e57650c6ac4afb43f6c1ed6f2b67c1c66a86b"
}
]
},
{
"sha": "782fd3fdd4a9c23e1307b4b963b443ed60517dfe",
"commit": {
"author": {
"name": "Rainer Schuetze",
"email": "[email protected]",
"date": "2016-12-17T11:06:53Z"
},
"committer": {
"name": "Rainer Schuetze",
"email": "[email protected]",
"date": "2016-12-17T12:17:10Z"
},
"message": "add test to verify error messages for default arguments are displayed for the original source location",
"tree": {
"sha": "620bfb164824762ec671544b648fc9cc2a56b9f6",
"url": "https://github.com/api/repos/dlang/dmd/git/trees/620bfb164824762ec671544b648fc9cc2a56b9f6"
},
"url": "https://github.com/api/repos/dlang/dmd/git/commits/782fd3fdd4a9c23e1307b4b963b443ed60517dfe",
"comment_count": 0
},
"url": "https://github.com/api/repos/dlang/dmd/commits/782fd3fdd4a9c23e1307b4b963b443ed60517dfe",
"html_url": "https://github.com/dlang/dmd/commit/782fd3fdd4a9c23e1307b4b963b443ed60517dfe",
"comments_url": "https://github.com/api/repos/dlang/dmd/commits/782fd3fdd4a9c23e1307b4b963b443ed60517dfe/comments",
"author": {
"login": "rainers",
"id": 702284,
"avatar_url": "https://avatars.githubusercontent.com/u/702284?v=3",
"gravatar_id": "",
"url": "https://github.com/api/users/rainers",
"html_url": "https://github.com/rainers",
"followers_url": "https://github.com/api/users/rainers/followers",
"following_url": "https://github.com/api/users/rainers/following{/other_user}",
"gists_url": "https://github.com/api/users/rainers/gists{/gist_id}",
"starred_url": "https://github.com/api/users/rainers/starred{/owner}{/repo}",
"subscriptions_url": "https://github.com/api/users/rainers/subscriptions",
"organizations_url": "https://github.com/api/users/rainers/orgs",
"repos_url": "https://github.com/api/users/rainers/repos",
"events_url": "https://github.com/api/users/rainers/events{/privacy}",
"received_events_url": "https://github.com/api/users/rainers/received_events",
"type": "User",
"site_admin": false
},
"committer": {
"login": "rainers",
"id": 702284,
"avatar_url": "https://avatars.githubusercontent.com/u/702284?v=3",
"gravatar_id": "",
"url": "https://github.com/api/users/rainers",
"html_url": "https://github.com/rainers",
"followers_url": "https://github.com/api/users/rainers/followers",
"following_url": "https://github.com/api/users/rainers/following{/other_user}",
"gists_url": "https://github.com/api/users/rainers/gists{/gist_id}",
"starred_url": "https://github.com/api/users/rainers/starred{/owner}{/repo}",
"subscriptions_url": "https://github.com/api/users/rainers/subscriptions",
"organizations_url": "https://github.com/api/users/rainers/orgs",
"repos_url": "https://github.com/api/users/rainers/repos",
"events_url": "https://github.com/api/users/rainers/events{/privacy}",
"received_events_url": "https://github.com/api/users/rainers/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
"sha": "16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"url": "https://github.com/api/repos/dlang/dmd/commits/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f",
"html_url": "https://github.com/dlang/dmd/commit/16cf4dfed4b0bd4c7a17e9b5cd7703bdd8d8dc3f"
}
]
}
]
Loading