Skip to content

Comment at EOF bugfix#1720

Merged
fubuloubu merged 1 commit into
vyperlang:masterfrom
iamdefinitelyahuman:comment-eof-bugfix
Nov 12, 2019
Merged

Comment at EOF bugfix#1720
fubuloubu merged 1 commit into
vyperlang:masterfrom
iamdefinitelyahuman:comment-eof-bugfix

Conversation

@iamdefinitelyahuman

Copy link
Copy Markdown
Contributor

What I did

Fix #1701

How I did it

Append \n to all source code before compiling.

How to verify it

Run tests.

Cute Animal Picture

image

Comment thread vyper/compiler.py

@charles-cooper charles-cooper left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread vyper/compiler.py
@fubuloubu fubuloubu merged commit da66acf into vyperlang:master Nov 12, 2019
@iamdefinitelyahuman iamdefinitelyahuman deleted the comment-eof-bugfix branch December 8, 2019 05:17
charles-cooper added a commit to charles-cooper/vyper that referenced this pull request Aug 9, 2021
The previous fix in vyperlang#1720 stopped working because the modified source
code was only being provided to some compilation steps (compile_codes)
but not others (get_interface_codes).
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.

Code that ends in a comment (with no newline) cannot be compiled

3 participants