This is an archive of the discontinued LLVM Phabricator instance.

Fixed error that can be caused by invalid numbers [KALIEDOSCOPE]
AbandonedPublic

Authored by sushmaunnibhavi on Apr 26 2021, 11:20 AM.

Details

Reviewers
xgupta
Summary

There isn't proper error checking in the code : It will incorrectly read “1.23.45.67” and handle it as if you typed in “1.23”. Fixed this error.

Diff Detail

Event Timeline

sushmaunnibhavi requested review of this revision.Apr 26 2021, 11:20 AM
sushmaunnibhavi created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2021, 11:20 AM
sushmaunnibhavi retitled this revision from Fixed error that can be caused by invalid numbers [KALIEDOSCOPE TUTORIAL] to Fixed error that can be caused by invalid numbers [KALIEDOSCOPE].Apr 26 2021, 11:21 AM
xgupta added a comment.EditedApr 26 2021, 11:36 AM

Sorry, @sushmaunnibhavi It is not saying to extend it in the original tutorial, It is a personal exercise. The first chapter needs to as simple as possible.

Sorry, @sushmaunnibhavi It is not saying to extend it in the original tutorial, It is a personal exercise. The first chapter needs to as simple as possible.

Okay!

Yeah, I think you should abandon/close this revision by selecting it from the Add Action drop-down menu.

xgupta resigned from this revision.Apr 27 2021, 12:44 PM
sushmaunnibhavi abandoned this revision.Jun 13 2021, 11:51 PM