mani-language / Mani

Máni ... an awesome, super simple programming language!
https://mani-language.github.io/
Mozilla Public License 2.0
28 stars 7 forks source link

Added condition to use source branch stdlib if on CI #82 #87

Closed Kalekdan closed 5 years ago

Kalekdan commented 5 years ago

Name: Condition to use stdlib from source branch when testing on CI About: I have added a check when it is on CI to use the source branch.

Is your PR related to a feature request or Bug report? If applicable, please list feature request number or bug report ID.

82

Describe your PR A clear and concise description of what your pull request is changing or adding.

Added a check that it is on CI and if so will use the source branch as location for stdlib. If it cannot recognize that it is on CI, it will continue to use the default mani-language/Mani/master branch. Offline mode has not been changed

Describe intended use A clear and concise description of the intended use of the feature. Along with example code.

Any changes made to stdlib should now be present in tests on that branch. This mostly affects tests run on pull requests

Is it in the form of a library

Does your PR replace an existing system If applicable, please describe how this PR changes the use of a related item.

Replaces connecting to the main repo master branch by default and will instead use the source branch.

crazywolf132 commented 5 years ago

All good to go! Great work!