Fix struct property typechecking #2

Merged
samth merged 1 commits from patch-1 into master 2019-11-11 22:45:09 +00:00
samth commented 2019-11-06 18:23:07 +00:00 (Migrated from github.com)

The documentation does not promise that these will be fixnums.

This is a problem for 7.5 where struct properties are now typechecked.

The documentation does not promise that these will be fixnums. This is a problem for 7.5 where struct properties are now typechecked.
codecov-io commented 2019-11-06 18:34:07 +00:00 (Migrated from github.com)

Codecov Report

Merging #2 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   92.06%   92.06%           
=======================================
  Files          15       15           
  Lines         605      605           
=======================================
  Hits          557      557           
  Misses         48       48
Impacted Files Coverage Δ
main.rkt 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 416c112...549ada0. Read the comment docs.

# [Codecov](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=h1) Report > Merging [#2](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=desc) into [master](https://codecov.io/gh/jsmaniac/typed-struct-props/commit/416c1123a7043eaf08e803cf91317b49f030fc18?src=pr&el=desc) will **not change** coverage. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2/graphs/tree.svg?width=650&token=9Px4EB6Kgk&height=150&src=pr)](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #2 +/- ## ======================================= Coverage 92.06% 92.06% ======================================= Files 15 15 Lines 605 605 ======================================= Hits 557 557 Misses 48 48 ``` | [Impacted Files](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [main.rkt](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2/diff?src=pr&el=tree#diff-bWFpbi5ya3Q=) | `100% <100%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=footer). Last update [416c112...549ada0](https://codecov.io/gh/jsmaniac/typed-struct-props/pull/2?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
SuzanneSoy commented 2019-11-11 22:45:19 +00:00 (Migrated from github.com)

Merged, thanks!

Merged, thanks!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/typed-struct-props#2
No description provided.