Commit 0a0a3e6
Matthias Kastner
always load saved results when in uncompiled state
Previously, when a Procedure was in uncompiled state, it checksum
differed from the last known compile-state and therefore was marked for
re-parsing. As `FunctionList` relies on a compiled procedure, the
functionlist was left empty. This left CodeBrowser unusable when in an
uncompiled state.
This change skips checksum comparison when in uncompiled state and loads
the procedure from the save waves. As a consequence, the procedure's mark
is left in an invalid state.1 parent 8c62e2d commit 0a0a3e6
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
0 commit comments