y-scope / yscope-log-viewer

A tool that can be used to view logs compressed in CLP's IR Stream format.
Apache License 2.0
11 stars 12 forks source link

Bug Fix: When changing the log event in the hash mark, an outdated fu… #21

Closed vishalpalaniappan closed 1 year ago

vishalpalaniappan commented 1 year ago

…nction was being called to compute line number from log event.

References

20

Description

In a previous commit (#15) , an outdated function was being called when the hash value for log event Idx was changed. The function names were updated for clarity but this change wasn't properly propagated through the whole file.

Validation performed

Opened an IRStream file, manually modified the hash value for logEventIdx and verified that the UI updated to go to the chosen event.