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

FunC: Add optional src line comment #583

Closed
wants to merge 0 commits into from

Conversation

EmelyanenkoK
Copy link
Member

@EmelyanenkoK EmelyanenkoK commented Jan 3, 2023

Optionally includes location of funC line which generated each op-code in fift like this:

LDMSGADDR	//  sender_address jetton_amount from_address in_msg_body @ "/tmp/some.fc:8:8" location-label

option is activated via -@ flag

or this

"/tmp/some.fc:8:8" location-label
LDMSGADDR	//  sender_address jetton_amount from_address in_msg_body

option is activated via -D flag

@EmelyanenkoK EmelyanenkoK marked this pull request as draft January 3, 2023 14:14
@EmelyanenkoK EmelyanenkoK mentioned this pull request Mar 7, 2023
8 tasks
@EmelyanenkoK EmelyanenkoK reopened this Mar 10, 2023
@EmelyanenkoK EmelyanenkoK marked this pull request as ready for review March 10, 2023 18:45
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.

1 participant