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: jack4dev/JavaLoader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: markmandel/JavaLoader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 16, 2016

  1. CF2016 fix where the precedence of arguments results in the parent, a…

    …nd not the child variable of arguments.arguments. This caused the arguments structure referenced in _buildArgumentArray to have a StructCount of 1, containing the array of arguments. Simply renaming the variable to something that isn't a scope variable (args) fixes the issue.
    danielslaughter committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    0c8a88b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merge pull request markmandel#11 from danielslaughter/hotfix/argument…

    …s-scope
    
    CF2016 fix where the precedence of arguments results in the parent scope, not the child
    markmandel authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    72ef32f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Remove CF7 workaround

    pfreitag committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    145094e View commit details
    Browse the repository at this point in the history
  2. Merge pull request markmandel#12 from pfreitag/develop

    Remove CF7 workaround
    markmandel authored Mar 21, 2017
    Configuration menu
    Copy the full SHA
    644fdf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Bump version number

    Updated documentation URL, date and version number.
    pfreitag authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    2fba3a0 View commit details
    Browse the repository at this point in the history
  2. Bump Version to 1.2

    pfreitag authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    743ba14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request markmandel#13 from pfreitag/develop

    Bump version number
    markmandel authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c450ed1 View commit details
    Browse the repository at this point in the history
Loading