Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add spec to reproduce sizeof(typeof(v)) bug #5929

Closed
wants to merge 1 commit into from

Conversation

ddrscott
Copy link

@ddrscott ddrscott commented Apr 8, 2018

After some git bisect work, it was discovered that the following bug
fix causes a regression on a patch which should be detectable.

074d61c is the first bad commit
commit 074d61c
Author: Guilherme Bernal dev@lbguilherme.com
Date: Fri Nov 3 11:44:21 2017 -0300

  give error if using instance_sizeof on a generic type without type vars (#5209)

:040000 040000 2fa5bdc54dead5c6c70f011e4e131f74bc170156 546f4b9d362c210b3b26f688e9314fb31ea64acb M spec
:040000 040000 a3694241ab2bdfc038018e3280758fa3937b29de 80ec4ae5f0c337447208280893acb2fca45dbf5b M src

After some `git bisect` work, it was discovered that the following bug
fix causes a regression on a patch which should be detectable.

> 074d61c is the first bad commit
>   commit 074d61c
>   Author: Guilherme Bernal <dev@lbguilherme.com>
>   Date:   Fri Nov 3 11:44:21 2017 -0300
>
>       give error if using instance_sizeof on a generic type without type vars (crystal-lang#5209)
>
>   :040000 040000 2fa5bdc54dead5c6c70f011e4e131f74bc170156 546f4b9d362c210b3b26f688e9314fb31ea64acb M	spec
>   :040000 040000 a3694241ab2bdfc038018e3280758fa3937b29de 80ec4ae5f0c337447208280893acb2fca45dbf5b M	src
@asterite
Copy link
Member

Thanks for the reproducing spec. I'll use it to fix the issue.

@asterite asterite closed this Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants