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

Fixing package validation errors. #3808

Merged
merged 4 commits into from
Apr 20, 2020

Conversation

mmattar
Copy link

@mmattar mmattar commented Apr 20, 2020

This impacts our API as two public variables have been made private.

TODO: fix our CI to catch these automatically, per commit.

Proposed change(s)

Describe the changes made in this PR.

Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

Other comments

Marwan Mattar added 2 commits April 19, 2020 17:06
This impacts our API as two public variables have been made private.

TODO: fix our CI to catch these automatically, per commit.
@@ -63,7 +63,7 @@ public int height
}

[HideInInspector, SerializeField, FormerlySerializedAs("grayscale")]
public bool m_Grayscale;
bool m_Grayscale;
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, this was supposed to be private (there are public properties below)

@chriselion
Copy link
Contributor

I asked on slack a few months ago about failing CI for doc xml warnings, but at the time there was nothing. If there are logs in yamato, we can parse them to do our own enforcement (similar to what I did for coverage %) but last I checked I couldn't find them.

@mmattar
Copy link
Author

mmattar commented Apr 20, 2020

@andrewcoh - can you take a look into why the CI tests are failing? My PR doesn't touch any training code.

@andrewcoh
Copy link
Contributor

@andrewcoh - can you take a look into why the CI tests are failing? My PR doesn't touch any training code.

@andrewcoh andrewcoh closed this Apr 20, 2020
@andrewcoh andrewcoh reopened this Apr 20, 2020
Marwan Mattar added 2 commits April 20, 2020 13:24
commit 3fed09d
Author: Ervin T <ervin@unity3d.com>
Date:   Mon Apr 20 13:21:28 2020 -0700

    [bug-fix] Increase buffer size for SAC tests (#3813)

commit 99ed28e
Author: Ervin T <ervin@unity3d.com>
Date:   Mon Apr 20 13:06:39 2020 -0700

    [refactor] Run Trainers in separate threads (#3690)

commit 52b7d2e
Author: Chris Elion <chris.elion@unity3d.com>
Date:   Mon Apr 20 12:20:45 2020 -0700

    update upm-ci-utils source (#3811)

commit 89e4804
Author: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Date:   Mon Apr 20 12:06:59 2020 -0700

    Removing done from the llapi doc (#3810)
@mmattar mmattar merged commit 8d61852 into master Apr 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the develop-mm-api-docs-validation-errors branch April 20, 2020 20:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants