10000 Tags · Altoids1/Joao · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Altoids1/Joao

Tags

v2.3-release

Toggle v2.3-release's commit message
Fixes ANSI colours not displaying on new Win10 builds

Apparently ANSI colours are now locked behind some weird settings, again.

Luckily the feature is still there, so we can just invoke it when Windows 10 is happening.

v2.2-release

Toggle v2.2-release's commit message
Fixes weird alignment nonsense in ConstExpression

Just having a bloat array in there is like... fine enough. We don't need to get fancy with this.

v2.1.1-release

Toggle v2.1.1-release's commit message
Cuts ribbon for v2.1.1

v2.1.0-release

Toggle v2.1.0-release's commit message
Cuts the ribbon for v2.1.0

v2.0.1-release

Toggle v2.0.1-release's commit message
Cuts the ribbon for v2.0.1

v2.0-release

Toggle v2.0-release's commit message
Cuts the ribbon for v2.0.0

v1.3-release

Toggle v1.3-release's commit message
Adds a couple more unit tests for MS build

v1.2-release

Toggle v1.2-release's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #5: Scraps the Handle class in favour of using Value&

Scraps the Handle class in favour of using Value& to toss references around for AssignmentStatements

v1.1-release

Toggle v1.1-release's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #3: Updates main to an imminent build of v1.1

v1.0.1-release

Toggle v1.0.1-release's commit message
Allows for functions to receive less args than they have parameters

This results in setting the missing parameters to Value(), which ought to be ``null``.
0