Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Check and remove assert calls #674

Closed
jrconlin opened this issue Sep 27, 2016 · 0 comments
Closed

Check and remove assert calls #674

jrconlin opened this issue Sep 27, 2016 · 0 comments
Assignees
Labels

Comments

@jrconlin
Copy link
Member

jrconlin commented Sep 27, 2016

Assert calls can disappear in optimized code, as well as not work quite as expected in many cases
(e.g. assert (foo == bar, "error") === assert (False, "error") === assert True )

We should scrub out assert and unit tests that call .assert*.

@jrconlin jrconlin added this to the PUSHSVC-0: quality milestone Sep 27, 2016
@pjenvey pjenvey self-assigned this Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
@pjenvey pjenvey added in progress and removed ready labels Oct 4, 2016
pjenvey added a commit that referenced this issue Oct 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants