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: livecodeali/unspecified-livecode-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: livecodeali/unspecified-livecode-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: travis-pass
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 10, 2019

  1. Add tests and mechanism for running them through Travis CI

    This patch adds tests for the PuzzleTools library and ensures they
    are run through Travis CI to verify that they succeed. It adds
    livecode as a submodule, and instructs travis to build the LiveCode
    community engine and run the tests. The tests are run using the
    livecode submodule's test runner via a Makefile which invokes
    the livecode test Makefile with a few tweaked parameters.
    livecodeali committed May 10, 2019
    Configuration menu
    Copy the full SHA
    aa6f88d View commit details
    Browse the repository at this point in the history
  2. Change toNumber error message for non-alphabetical char

    Also tweak the corresponding test
    livecodeali committed May 10, 2019
    Configuration menu
    Copy the full SHA
    09dc7e1 View commit details
    Browse the repository at this point in the history
Loading