Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ SDK: Update the function signature of WatchGameServer to use a const-reference #951

Merged

Conversation

roberthbailey
Copy link
Member

Also update the simple cpp example so that it still compiles.

Fixes #941.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7aba4b6c-f97a-4dc1-af78-43ea17eb9997

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-180791f

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 22eda562-774f-4fde-8d13-57757e172e84

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-0764004

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: e54af7dd-8117-4955-9a7c-a4473015e7a8

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-c8f6be2

@roberthbailey roberthbailey added this to the 0.12.0 milestone Jul 26, 2019
@markmandel
Copy link
Member

@devjgm - I'm assuming this is correct? If so, I'm happy to commit and push through 👍

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: f87692cb-20f9-4683-afbc-3e65f21346cd

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-bc80f38

Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

🍰

const-reference. Also update the simple cpp example so that it still
compiles.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 2c90eca6-6aef-40d3-b27a-f96ba470e814

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-efc4752

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: ac4437d9-63ec-4188-8147-06accc6e9f44

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/951/head:pr_951 && git checkout pr_951
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.12.0-e4812f0

@markmandel markmandel merged commit 496aa2e into googleforgames:master Jul 27, 2019
@markmandel markmandel added kind/breaking Breaking change kind/cleanup Refactoring code, fixing up documentation, etc area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc labels Jul 27, 2019
@roberthbailey roberthbailey deleted the cpp-watch-gameserver branch August 1, 2019 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/breaking Breaking change kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ SDK: Use const-reference in WatchGameServer
4 participants