Skip to content

Conversation

@fm-117
Copy link
Contributor

@fm-117 fm-117 commented Nov 6, 2020

Fixes #457
Fixes #1671
Fixes #1791

Building upon PR #1790, this new PR addresses bugs during token attribution on continued lines and also handle trailing spaces in continued values so as to create correct initial values.

Important note: this is a breaking change for users ! As demonstrated in GenContinueInsideTypdef codegen test, the generated code is now different and as a consequence the runtime results will also be different. Although the new generated code is correct, users must be warned about this change of behavior.

@fm-117 fm-117 added this to the CobolEditor milestone Nov 6, 2020
@fm-117 fm-117 requested review from mayanje and smedilol November 6, 2020 16:25
@fm-117 fm-117 self-assigned this Nov 6, 2020
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 6, 2020
mayanje
mayanje previously approved these changes Nov 12, 2020
@fm-117 fm-117 requested a review from rooksdo November 19, 2020 08:07
@trafico-bot trafico-bot bot removed the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 19, 2020
Base automatically changed from 1777_comments_mixed_with_continuationlines to develop November 19, 2020 14:30
@fm-117 fm-117 dismissed mayanje’s stale review November 19, 2020 14:30

The base branch was changed.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 19, 2020
# Conflicts:
#	TypeCobol/Compiler/Scanner/Scanner.cs
#	TypeCobol/Compiler/Scanner/ScannerStep.cs
@fm-117 fm-117 requested a review from rooksdo November 26, 2020 15:08
@trafico-bot trafico-bot bot removed the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 30, 2020
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 2, 2020
@trafico-bot trafico-bot bot removed the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 2, 2020
@fm-117 fm-117 merged commit 83fecbd into develop Dec 2, 2020
@trafico-bot trafico-bot bot added the ✨ Merged Pull Request has been merged successfully label Dec 2, 2020
@fm-117 fm-117 deleted the 1791_initial_value_and_continuation_lines branch December 2, 2020 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Merged Pull Request has been merged successfully

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong inital values for data using continuation lines Bug in DataDefinition with continuation lines Continuation line

5 participants