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

File path handling fixes #2280

Merged
merged 11 commits into from
Nov 13, 2018
Merged

File path handling fixes #2280

merged 11 commits into from
Nov 13, 2018

Commits on Apr 23, 2018

  1. Ensure file paths passed to STGroup[File] are absolute

    - gracefully handle grammars without source fileNames
    solussd committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    8ce79ee View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. revert groupId change

    solussd committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    6469934 View commit details
    Browse the repository at this point in the history
  2. sign contributors agreement

    solussd committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    7e93bf3 View commit details
    Browse the repository at this point in the history
  3. Initialize STGroupFile with url, not file path

    - absolute file paths not reliable way to find resources on classpath
    - requires changes to ST4 in this PR:
    antlr/stringtemplate4#199
    solussd committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    7e89f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    2daa261 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    696f9b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    25f178b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. update st4 dep

    solussd committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6899cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d8aea View commit details
    Browse the repository at this point in the history
  3. Use release version of st4

    solussd authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7fcadaa View commit details
    Browse the repository at this point in the history
  4. Use STGroupFile filename constructor

    - URL constructor unnecessary
    solussd committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6f057db View commit details
    Browse the repository at this point in the history