Skip to content

ci: enable standards check on UTP too - #837

Merged
0xFA11 merged 2 commits into
developfrom
ci/std-check-utp
May 18, 2021
Merged

ci: enable standards check on UTP too#837
0xFA11 merged 2 commits into
developfrom
ci/std-check-utp

Conversation

@0xFA11

@0xFA11 0xFA11 commented May 17, 2021

Copy link
Copy Markdown
Contributor

we are already running standards --check over Unity.Multiplayer.MLAPI*.csproj projects.
this PR changes search glob to Unity.Multiplayer*.csproj and now standard check also includes UTP.
(I also ran standards.py --fix locally too, all these changes are coming from that)

@0xFA11
0xFA11 requested a review from wackoisgod May 17, 2021 17:33
Comment thread standards.py
parser.add_argument("--tool-path", default="dotnet-format")
parser.add_argument("--project-path", default="testproject")
parser.add_argument("--project-glob", default="Unity.Multiplayer.MLAPI*.csproj")
parser.add_argument("--project-glob", default="Unity.Multiplayer*.csproj")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this is the actual change that causes UTP to be included in checks as well.

@0xFA11
0xFA11 enabled auto-merge (squash) May 18, 2021 19:11
@0xFA11
0xFA11 merged commit cf8d29c into develop May 18, 2021
@0xFA11
0xFA11 deleted the ci/std-check-utp branch May 18, 2021 19:35
SamuelBellomo added a commit that referenced this pull request May 19, 2021
* develop:
  fix: gracefully handle exceptions in an RPC invoke (#846)
  fix: Fixing utp license file for legal (#843)
  ci: enable standards check on UTP too (#837)
  refactor: NetworkBehaviour.NetworkObject no longer throws an exception (#838)
  fix: revert #830 (#840)
  test: converting the manual rpc tests over to an automated unit test (#830)
SamuelBellomo added a commit that referenced this pull request May 21, 2021
…player-object-get

* develop:
  test: manual connection approval to fully automated connection approval testing (#839)
  test: manual rpc tests to automated fixed revision (#841)
  fix: CleanDiffedSceneObjects was not clearing PendingSoftSyncObjects  (#834)
  feat: NetworkTransform now uses NetworkVariables instead of RPCs (#826)
  fix: gracefully handle exceptions in an RPC invoke (#846)
  fix: Fixing utp license file for legal (#843)
  ci: enable standards check on UTP too (#837)
  refactor: NetworkBehaviour.NetworkObject no longer throws an exception (#838)
  fix: revert #830 (#840)
  test: converting the manual rpc tests over to an automated unit test (#830)

# Conflicts:
#	com.unity.multiplayer.mlapi/Tests/Runtime/MultiInstance/MultiInstanceHelpers.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants