Gibica

Latest version: v0.8.2

Safety actively analyzes 621920 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.8.2

Enhancements

* Fix minor project settings

0.8.1

Enhancements

* Patch the CI pipeline.

0.8.0

Enhancements

* Triggers CI deployment on Pypi with Travis.

0.7.1

Enhancements

* Fix a bug where `return` statements were not evaluated inside compound blocs.
* Function without `return` statement now returns a `NoneType`.
* Re-assignation of a mutable variable now refers to the same underlying object.
* Update documentation.

0.7.0

Enhancements

* New buit-in function: `print()`.
* Recursive functions is now working.
* Allow expressions in function call parameters.
* Handle `return` statements in compound statements (if/else and while blocs).
* Implement a `NoneType` type.
* Update documentation

0.6.0

Enhancements

* Implement function calls and declarations.
* Handle parameters in functions.
* A parameter can be immutable or mutable with the keyword `mut`.
* Implement `return` statements.
* Functions must be declared before called.
* Functions cannot be declared multiple times.
* Parameters cannot be the same within a function declaration.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.