Kevin Clancy

Results 3 comments of Kevin Clancy

`__eq__` actually compares an `Identifier` with a `Literal`. `NUM_PHASES` is an identifier, while `3` is a literal.

Sure. Issue 689 is a just a copy-paste of this issue. CertikProject#57 removes the `__eq__` method from `Literal` and moves its code into the `ArrayType` class. I made this change...

@0xalpharush When I run with `--insta update-new`, I get an error: ``` ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --insta update-new inifile: None rootdir: /Users/kevin.clancy/my-slither ```