Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JMU-CS/less-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JMU-CS/less-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ui
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 14, 2020

  1. Add initial code for UI

    lam2mo committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    b7eb913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7455aa View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add newline in UI before lexing/parsing

    Fixes #87 in the UI by avoiding EOL/EOF issues with ANTLR:
      https://www.antlr3.org/pipermail/antlr-interest/2011-January/040642.html
    lam2mo committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8b96948 View commit details
    Browse the repository at this point in the history
  2. Reset static analysis data structures between compilations

    This workaround clears up some of the stray error messages that show up
    in the UI. A better solution is described in #89.
    lam2mo committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ea361e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ebd41e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fecd139 View commit details
    Browse the repository at this point in the history
  5. Integrate UI into new streamlined build system

    This is still broken at the moment because the wrappers aren't being
    properly integrated for some reason.
    lam2mo committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    44c2bc0 View commit details
    Browse the repository at this point in the history
  6. Revise shell commands for testing and running in the UI

    This repairs part of the breakage in the build system cleanup (44c2bc0).
    Run works, and test executes but for some reason JUnit can't find the tests
    anymore.
    lam2mo committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bea5724 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge branch 'master' into ui

    lam2mo committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b80a59b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18db5f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    c54fc5a View commit details
    Browse the repository at this point in the history
  2. Show message for syntax error

    lam2mo committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e345226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    150cfbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1fe40 View commit details
    Browse the repository at this point in the history
  5. Add scroll bars to text fields

    lam2mo committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    da70ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40eff5a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Merge pull request #84 from lam2mo/ui

    Add initial UI prototype
    lam2mo authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    c363902 View commit details
    Browse the repository at this point in the history
Loading