Skip to content
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

Disallow multi-line string literals #19164

Merged
merged 12 commits into from Oct 5, 2019

Conversation

pubudu91
Copy link
Contributor

@pubudu91 pubudu91 commented Sep 24, 2019

Purpose

Fixes #19142

Check List

  • Read the Contributing Guide
  • Required Balo version update
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@pubudu91 pubudu91 added the Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. label Sep 24, 2019
@codecov-io
Copy link

codecov-io commented Sep 26, 2019

Codecov Report

Merging #19164 into ballerina-1.0.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           ballerina-1.0.x   #19164   +/-   ##
================================================
  Coverage            15.73%   15.73%           
================================================
  Files                   47       47           
  Lines                 1265     1265           
  Branches               197      197           
================================================
  Hits                   199      199           
  Misses                1053     1053           
  Partials                13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42d659c...43161a5. Read the comment docs.

@@ -0,0 +1,31 @@
// Copyright (c) 2019 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
Copy link
Member

Choose a reason for hiding this comment

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

Just for clarity, shall we rename this file to something like string_multi_line_negative.bal?

@anupama-pathirage
Copy link
Contributor

We need to update the standard library module.md pages and "how-to" pages in ballerina.io along with this change.

@pubudu91
Copy link
Contributor Author

pubudu91 commented Oct 2, 2019

@anupama-pathirage Fixed a usage in the Module.md of jdbc module. Created https://github.com/ballerina-platform/ballerina-www/issues/1642 for checking the how-to pages.

@pubudu91 pubudu91 merged commit c3f11b7 into ballerina-platform:ballerina-1.0.x Oct 5, 2019
@pubudu91 pubudu91 deleted the fix-19142 branch October 5, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants