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

LiveUpdate - Fix types sent over network #355

Merged
merged 2 commits into from
Mar 6, 2019

Conversation

TimLariviere
Copy link
Member

Fix #354

FSharp.Compiler.PortaCode changed the format of the JSON sent to LiveUpdate from DFile[] to (string * DFile)[].
LiveUpdate was still expecting the old format, which led to NullReferenceExceptions.

@TimLariviere TimLariviere merged commit 08d4f77 into fabulous-dev:master Mar 6, 2019
@TimLariviere TimLariviere deleted the fix-liveupdate branch March 6, 2019 13:56
@TimLariviere TimLariviere mentioned this pull request Mar 6, 2019
@dsyme
Copy link
Collaborator

dsyme commented Mar 9, 2019

Oops my apologies

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.

2 participants