Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
This repository was archived by the owner on May 29, 2024. It is now read-only.

Reimplement type checks #7

Description

@toirl

Since version 0.5.1 the explicit type comparisions on operators like <, > != == etc has been removed.
The explicit tests has been implemented to ensure a defined behaviour among different versions of python. Unfortuantey the behaviour has changed between python 2.x and 3.x for some operators. Further it was a design decision to enforce the same type of values when doing operations.

In the current version of brabbel this isn't present anymore. I expect to get a Exception when trying to evaluate a expression when some types does not match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions