Email or username:

Password:

Forgot your password?
Top-level
Gankra

@mansr you don't need to add any new tests/assertions, boring rust code will slap hundreds of new implicit assertions between unwraps(), bounds checks, and overflow checks and the like

2 comments
Mans R

@Gankra If the C code passes your testing, then those tests are unlikely to trip any of the new (implicit) checks. That doesn't mean there are no bugs.

Ted Mielczarek

@mansr @Gankra you are moving the goal posts here but sure.

Go Up