-
Notifications
You must be signed in to change notification settings - Fork 16
Check Versioning
This check will confirm the changes proposed by the pull request do not negatively impact the results of versioning tests.
The check will clone all the repositories in the BHoM_Installer and compile all of them to get the relevant DLLs. Once the DLLs are generated, the versioning test will generate against the master
branches of those repositories. Following that result, the DLLs will be regenerated against the branch of the pull request and generate a second result to compare with.
If the two results come back equal (i.e. there is no change to versioning presented by your pull request) then this will report back as a pass.
If the errors of your branch report less versioning errors than the master
result, AND any errors in your branch report exist on the master
result, this will be deemed to be an improvement and will report back as a pass.
If the errors of your branch are less than those of the master
result, but the errors on your branch result do not exist on the master
result, this will be deemed to be a failure as your pull request(s) are resulting in new versioning errors.
If the errors of your branch are more than the errors of the master
result then this is also deemed to be a failure as your pull request(s) are increasing the number of versioning errors.
BHoMBot
@BHoMBot check versioning
-
Introduction to the BHoM:
What is the BHoM for?
Structure of the BHoM
Technical Philosophy of the BHoM -
Getting Started:
Installing the BHoM
Using the BHoM
Submitting an Issue
Getting started for developers -
Use GitHub & Visual Studio:
Using the SCRUM Board
Resolving an Issue
Avoiding Conflicts
Creating a new Repository
Using Visual Studio
Using Visual Studio Code -
Contribute:
The oM
The Engine
The Adapter
The Toolkit
The UI
The Tests -
Guidelines:
Unit convention
Geometry
BHoM_Engine Classes
The IImmutable Interface
Handling Exceptional Events
BHoM Structural Conventions
BHoM View Quality Conventions
Code Versioning
Wiki Style
Coding Style
Null Handling
Code Attributes
Creating Icons
Changelog
Releases and Versioning
Open Sourcing Procedure
Dataset guidelines -
Foundational Interfaces:
IElement Required Extension Methods -
Continuous Integration:
Introduction
Check-PR-Builds
Check-Core
Check-Installer -
Code Compliance:
Compliance -
Further Reading:
FAQ
Structural Adapters
Mongo_Toolkit
Socket_Toolkit