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

Fixed map naming newMap error #68 #71

Closed Kalekdan closed 5 years ago

Kalekdan commented 5 years ago

Name: Fixed map naming newMap error #68

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

68

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

Fixed bug #68 where creating a map named newMap would throw an error when creating another map afterwards.

How did you fix the bug? If applicable, how did you fix the bug? Please use code snippets too.

Updated sdtlib to not use newMap as a keyword

Kalekdan commented 5 years ago

Ready to merge - (not sure why CI isn't running tests though @crazywolf132 ?)

crazywolf132 commented 5 years ago

Seems as though circle-ci has pushed a silent change. It will now only build either commits or pull requests.

crazywolf132 commented 5 years ago

I need to work out what is happening with @ManiOdin too

crazywolf132 commented 5 years ago

I think i might make my own Ci server rather than using Jenkins, as it just flooded the 100gb hard drive, for 2 builds.