Skip to content

ASCReader bugfix#1257

Merged
felixdivo merged 1 commit into
hardbyte:developfrom
zariiii9003:fix_1256
Feb 11, 2022
Merged

ASCReader bugfix#1257
felixdivo merged 1 commit into
hardbyte:developfrom
zariiii9003:fix_1256

Conversation

@zariiii9003
Copy link
Copy Markdown
Collaborator

ASCReader.start_time was never set, when no trigger block was present.
Closes #1256

@zariiii9003 zariiii9003 added bug file-io about reading & writing to files labels Feb 8, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 8, 2022

Codecov Report

Merging #1257 (801d593) into develop (1142299) will increase coverage by 0.06%.
The diff coverage is 94.73%.

@@             Coverage Diff             @@
##           develop    #1257      +/-   ##
===========================================
+ Coverage    65.92%   65.99%   +0.06%     
===========================================
  Files           86       86              
  Lines         8889     8901      +12     
===========================================
+ Hits          5860     5874      +14     
+ Misses        3029     3027       -2     

@felixdivo felixdivo added this to the 4.0.0 Release milestone Feb 9, 2022
Copy link
Copy Markdown
Collaborator

@felixdivo felixdivo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow, this is surprisingly large. Looks good to me!

@zariiii9003
Copy link
Copy Markdown
Collaborator Author

Oh wow, this is surprisingly large. Looks good to me!

Yeah, i tested a few more files and noticed that the date conversion failed almost every time. To be honest i don't like the ASCReader implementation that much. This C++ ASC implementation seems much more elegant. We still have some room for improvement.

@felixdivo felixdivo merged commit 7fcc813 into hardbyte:develop Feb 11, 2022
@zariiii9003 zariiii9003 deleted the fix_1256 branch July 28, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug file-io about reading & writing to files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when replaying ASC file

2 participants