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

Commits on Apr 8, 2014

  1. Implement lazy factory execution.

    - Add new Factory constructor to detect when a module in the cache is ready to have its factory executed.
    - Abstract methods to get modules out of the cache and ensure that cached resources have had their factories executed.
    - Ensure that `define()` calls are performed in the next turn, but always before other next-turn tasks.
    - Fix curl/tdd/undefine so that it also removes from url cache.
    - Always early export if the module uses `exports`, `module`, or `require` since it is safe to do so in all cases now.
    - Restrict cases for urlCache to just bundling strategies.  Other cases (wherein devs map multiple paths to the same location) will load the modules more than once.
    - Add and/or fix tests!
    unscriptable committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    be50a74 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. Wrap 'exports' in a factory function to prevent define from interpr…

    …eting it *as* a factory when it is a function.
    
    Fixes #268.
    unscriptable committed May 7, 2014
    Configuration menu
    Copy the full SHA
    65dc25b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Configuration menu
    Copy the full SHA
    662138c View commit details
    Browse the repository at this point in the history
Loading