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

Fix bux where Strings.join returns empty String #2465

Merged
merged 4 commits into from Jan 24, 2021
Merged

Fix bux where Strings.join returns empty String #2465

merged 4 commits into from Jan 24, 2021

Commits on Jan 23, 2021

  1. Add test case to demo bug in Strings utility

    When Strings.join is given a single element, an empty String is returned instead of the element.
    sgilson committed Jan 23, 2021
    Copy the full SHA
    a042a2a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7bbc9e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Update CHANGES.txt

    sgilson committed Jan 24, 2021
    Copy the full SHA
    f3f3f73 View commit details
    Browse the repository at this point in the history
  2. Remove @author tag

    sgilson committed Jan 24, 2021
    Copy the full SHA
    c0ed1f5 View commit details
    Browse the repository at this point in the history