-
Notifications
You must be signed in to change notification settings - Fork 53
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
Release 0.26.0 #553
Release 0.26.0 #553
Conversation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Update readme to include FreeBSD
Argument Unpacking
OP_POP_REPL
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Adds repeat Method to string Type
Added documentation and tests for new function. Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Fixed list unpacking issue
HTTP Client Implementation
Not sure your thoughts but I only have this last thing in the term module. #550 (comment) I can knock that out and we can include that module in the new release. No big deal either way. Just figured I'd mention it. Otherwise, this PR looks like it'll make a fantastic release! |
Term module implementation
Dirty checkTests script to ensure all test directories are imported
Looks like we're good to go on this, massively appreciate the work @briandowns and @MannarAmuthan! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Release 0.26.0
Change Log
These are all the changes since 0.25.0:
string.repeat(num)
Adds repeat Method to string Type #534uname
to System module Add uname function to System module. #535mkdirTemp
to System module Add mkdirTemp to System module #536set.containsAll()
Added containsAll() method for sets #538Object
Object.createFrom() #539break
used within a function defined within a loop would cause a segfault Fix loop issue #542_name
attribute to classes which returns the class name as a string Add _name attribute #543Env.clearAll()
add Env.clearAll function #544Term
module Term module implementation #550