Skip to content

Commit 51c75e6

Browse files
authored
Merge pull request #54 from bcmi-labs/stablity-fix
Improved symbol information and sketch-rebuild trigger
2 parents 16fddf1 + e485484 commit 51c75e6

File tree

5 files changed

+174
-92
lines changed

5 files changed

+174
-92
lines changed

Diff for: handler/builder.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ func (handler *InoHandler) rebuildEnvironmentLoop() {
7777
}
7878
}()
7979

80-
handler.dataMux.Lock()
80+
handler.dataLock("RBLD---")
8181
handler.initializeWorkbench(context.Background(), nil)
82-
handler.dataMux.Unlock()
82+
handler.dataUnlock("RBLD---")
8383
done <- true
8484
close(done)
8585
}

0 commit comments

Comments
 (0)