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

cleanup to minimize diff for RFC FS-1087 #8865

Closed
wants to merge 1 commit into from
Closed

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Apr 2, 2020

This factors out the cleanup in #6811

The changes are cosmetic. The one change to values is in IlxGen.fs where it is cleaner to use a list for the "selfv" rather than an option in some places and a list in another. But that is also a cosmetic change as it's easy to verify that the list always contains 0 or 1 elements here.

@dsyme
Copy link
Contributor Author

dsyme commented Apr 2, 2020

There is also some improvement to debugging in the compiler with much improved DebugText for Expr and TOp values. THis helps speed debugger performance and I think prevents some stack overflow crashed suring debugging when formatting large expressions.

@dsyme
Copy link
Contributor Author

dsyme commented Apr 2, 2020

If I could have an approve on this I'd be really grateful

@dsyme
Copy link
Contributor Author

dsyme commented Apr 2, 2020

Replaced by #8867

@dsyme dsyme closed this Apr 2, 2020
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