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

Some changes. #3

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Some changes. #3

wants to merge 29 commits into from

Commits on Mar 15, 2012

  1. Dedicated class for Scala source files.

    Guillaume Yziquel committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    f7edd5f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2012

  1. Configuration menu
    Copy the full SHA
    1158077 View commit details
    Browse the repository at this point in the history
  2. Putting compile() and archive() methods in ScalaSource.

    Guillaume Yziquel committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    7833e02 View commit details
    Browse the repository at this point in the history
  3. Removing ScalaTransformer.

    Guillaume Yziquel committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    dcd558d View commit details
    Browse the repository at this point in the history
  4. Cleaning up implementation of bundles.

    Guillaume Yziquel committed Mar 16, 2012
    Configuration menu
    Copy the full SHA
    0b867d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. AbstractFile interface is of no use to rewrite Scala code.

    Guillaume Yziquel committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    62f446b View commit details
    Browse the repository at this point in the history
  2. Cleaning up.

    Guillaume Yziquel committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    0ef2527 View commit details
    Browse the repository at this point in the history
  3. Stubbed out PlainFile in favor of AbstractFile. Unit tests fail.

    Guillaume Yziquel committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    827e6a2 View commit details
    Browse the repository at this point in the history
  4. SizeOption is overriden. Unit tests are OK.

    Guillaume Yziquel committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    62b28b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2012

  1. Trying to hook in parsing of manifest in comments.

    Guillaume Yziquel committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    cf74249 View commit details
    Browse the repository at this point in the history
  2. Better parsing of Scala scripts.

    Guillaume Yziquel committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    e177e08 View commit details
    Browse the repository at this point in the history
  3. Able to extract manifest when parsing.

    Guillaume Yziquel committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    0870287 View commit details
    Browse the repository at this point in the history
  4. Cleaning up printlns.

    Guillaume Yziquel committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    0b55283 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2012

  1. Small tweaks.

    Guillaume Yziquel committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    68c62a3 View commit details
    Browse the repository at this point in the history
  2. Using StoreReporter instead of a custom AbstractReporter.

    Guillaume Yziquel committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    7de7954 View commit details
    Browse the repository at this point in the history
  3. Trying to implement failing bundles for failed compilation.

    Guillaume Yziquel committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    93fd742 View commit details
    Browse the repository at this point in the history
  4. Able to provide a failing bundle when compilation fails.

    Guillaume Yziquel committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    67744c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Safer generation of bundles.

    Guillaume Yziquel committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    2462b89 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2012

  1. Review: essentially simple refactorings

    Carlo Jelmini committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    0f1ac8e View commit details
    Browse the repository at this point in the history
  2. Refactoring, and adding an exception reporting mechanism to embedded …

    …compiler.
    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    92430e4 View commit details
    Browse the repository at this point in the history
  3. Silencing tracing of AbstractFileClassLoader.

    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    11d2483 View commit details
    Browse the repository at this point in the history
  4. Fixing logging statements and other stack traces.

    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    afc3a4a View commit details
    Browse the repository at this point in the history
  5. Fixing logging levels.

    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    5f9cb74 View commit details
    Browse the repository at this point in the history
  6. Fixing compiler verbosity.

    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    349808d View commit details
    Browse the repository at this point in the history
  7. Review

    Carlo Jelmini committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    d92f5e6 View commit details
    Browse the repository at this point in the history
  8. Removing manifest parsing, as it is not robust enough yet.

    Guillaume Yziquel committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    9158174 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c52a425 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2012

  1. Nicolas' change to Slang code for XTech codebase:

    Correct error when getting ressource from bundle deployed as a xml file
    
    Change the version to have a XTech customized
    
    Add scm information and no push changed after release
    
    [maven-release-plugin] prepare release slang-1.0.0.xtech-01
    
    [maven-release-plugin] prepare for next development iteration
    
    [maven-release-plugin] rollback the release of slang-1.0.0.xtech-01
    
    Add distribution management
    
    Change the project name to have an explicit tag created by maven
    
    [maven-release-plugin] prepare release slang-1.0.0.xtech-01
    
    [maven-release-plugin] rollback the release of slang-1.0.0.xtech-01
    
    commit automatically on release
    
    [maven-release-plugin] prepare release slang-1.0.0.xtech-01
    
    Nicolas' changes - rebased on github version.
    nicolas.jorand authored and Guillaume Yziquel committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    bfc33d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2012

  1. Version typo.

    Guillaume Yziquel committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    4bb0efa View commit details
    Browse the repository at this point in the history