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: com-lihaoyi/mill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.3
Choose a base ref
...
head repository: com-lihaoyi/mill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.5
Choose a head ref
  • 19 commits
  • 52 files changed
  • 4 contributors

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    6980db8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Add ability to publish into non-staging release repository. (#739)

    * Add ability to publish into non-staging release repository.
    
    * Add doc about how to publish to different site other than sonatype and to site does not support staging release.
    chikei authored and lefou committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    4c9e4b3 View commit details
    Browse the repository at this point in the history
  2. Add extra include path option to scalapblib. (#736)

    * Add extra include path option to scalapblib.
    
    This allows using import with proto files in other path.
    
    Also add task/option to define jar path and extract proto files from there, these with scalapb's jar provide some common wrappers.
    
    * Use sources instead of targets for scalaPBIncludePath to track changes
    chikei authored and lefou committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    c6f932a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    60edf6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b18fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f727b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f127d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d0cd5f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    6906ff1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Added .editorconfig

    lefou committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    f01025a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Update docs

    lefou committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b82c6cf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Non overlapping foreign module paths for #743 (#744)

    * Non overlapping foreign module paths for #743
    
    Calculates foreign modules paths so that they do not overlap when millSourcePath is overridden
    
    * Add test case for foreign module path conflict
    ajrnz authored and lihaoyi committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    8819a30 View commit details
    Browse the repository at this point in the history
  2. Write mill server output to files and forward their content into clie…

    …nt (like tail -f) (#741)
    
    * Redirect STDOUT and STDERR to caller process instead of logs file
    
    Related to #740
    Related to #560
    
    * Write mill server output to file and forward their content into client (like tail -f)
    
    * Reformatted new Java files
    
    * Lowered the refresh interval
    
    * Flush server output before closing to socket
    
    * Don't specially handle vanished log file after it was present
    
    * Added and improved comments
    
    See #741
    lefou authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    4f4fab6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. bump library versions

    lihaoyi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a124774 View commit details
    Browse the repository at this point in the history
  2. .

    lihaoyi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    2a49c47 View commit details
    Browse the repository at this point in the history
  3. .

    lihaoyi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    84ebc8f View commit details
    Browse the repository at this point in the history
  4. 0.5.4

    lihaoyi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f29952f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abdbd4a View commit details
    Browse the repository at this point in the history
  6. 0.5.5

    lihaoyi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    2174b6d View commit details
    Browse the repository at this point in the history
Loading