Skip to content

Move compiler directives processing to line reader GH-116 #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2020

Conversation

temanbrcom
Copy link
Contributor

Replace compiler directives removal with moving it to the content area. Change transformation order not to remove syntax errors of not fitting the fixed format.

Replace compiler directives removal with moving it to the content area. Change transformation order not to remove syntax errors of not fitting the fixed format.
@temanbrcom temanbrcom self-assigned this Jan 8, 2020
Comment on lines +157 to +160
private CobolLineReaderDelegate getDelegate() {
return new CompilerDirectivesTransformation();
}

Copy link
Contributor

Choose a reason for hiding this comment

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

don't forget to make CompilerDirectivesTransformation singleton later on!

Copy link
Contributor

@zacanbrcom zacanbrcom left a comment

Choose a reason for hiding this comment

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

GO!!!

@temanbrcom temanbrcom merged commit 7274498 into development Jan 8, 2020
@temanbrcom temanbrcom deleted the i116_compiler_directives branch January 8, 2020 11:51
@fox0r fox0r added this to the 0.9.2 milestone Jan 9, 2020
@temanbrcom temanbrcom added the new feature New feature or request label Jan 13, 2020
@zacanbrcom
Copy link
Contributor

🎉 This PR is included in version 0.11.1-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants