-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Restructuring repo and issues #1636
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
Merged
smarter
merged 55 commits into
scala:master
from
dotty-staging:topic/restructure-attempt2
Nov 22, 2016
+1,261
−1,159
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
2d10c87
Move sbt-bridge
felixmulder 2769e1b
separate lib from compiler
felixmulder 805884c
Remove compiler when running applications via dotr
felixmulder 6351c6c
Create dotty-lib.jar for run tests
felixmulder bbc46b4
Add dotty-library to classpath in dottydoc tests
felixmulder 0bd9598
Add tags file to gitignore
felixmulder 0da788c
Add bin project to separate scripted tests from compiler tests
felixmulder 06a3d47
Move sjs, make sure that partest compiles everything in dirs
felixmulder aa700b6
Fix JUnit tests by always packaging everything
smarter 02a29c9
Increanse Jenkins max heap for 1.3G to 1.5G
smarter 0dc738d
Fix partest compilation of java-interop tests by moving them
smarter c65591c
PathResolver: fix priorityClassPath
smarter 5c34122
Fix "sbt run"
smarter 0c8e2a3
Fix pickle_pickleOK test
smarter 8654ce8
dottyDependsOnBootedLib should not be a JUnit test
smarter f4d46f3
TastyPrinter: fix RefinedType printing
smarter b385542
Make homogenize apply HKApplys
felixmulder 6a455fe
Move (most) unit tests to correct locations
felixmulder 8a61ff4
Move compiler and compiler tests to compiler dir
felixmulder 7879d0f
Fix rebuild on change in scripts
felixmulder 5c293d0
Add `repl` command
felixmulder ba7d7a3
Add `dotc` command with sane classpath
felixmulder b2143a1
Make `dotr` run binaries similar to script in bin
felixmulder 7fbb451
Update documentation for new sbt commands
felixmulder fcdb1c9
Remove unused examples dir, duplicate contained in tests/pos
felixmulder 94a8177
Move `dottydoc` -> `doc-tool`
felixmulder 8488557
Add packageAll alias in root project
smarter cc56d3d
Fix partest commands
smarter 1b19afa
Run dotty tests with the correct baseDirectory
smarter c061baf
The root project now aggregates the other projects
smarter 6acdc1e
Move bridge to correct location, fix unmanaged sources in build
felixmulder 574a53f
Fix flags for default getters of constructors
smarter 46f482e
TypedTreeCopier#Select: don't use unstable prefixes
smarter a7d25b9
-Ytest-pickler: homogenize template body output order
smarter 717264b
-Ytest-pickler: avoid forcing anything when there's a difference
smarter 49f2ffd
TreeUnpickler: Add missing case for ENUMconst
smarter 19c4c24
bin/common: jar is dotty-compiler, not dotty
smarter ce23380
checkNoPrivateLeaks: handle references to companion members
smarter d3a4916
checkNoPrivateLeaks: handle defs in local classes
smarter 1dee5b6
checkNoPrivateLeaks is now also done in TreeUnpickler
smarter 830d469
Workaround last issue with -Ytest-pickler
smarter 3693211
Do not force symbols of annotations when unpickling
smarter 2d6a290
ExtractDependencies: correctly record inheritance on type alias
smarter e5b64f1
Move PatmatExhaustivityTest.scala in its proper place
smarter 1806e28
Fix remaining tests with incorrect paths following move
smarter 07923f1
Run some tests sequentially to avoid exhausting available memory
smarter 90d7f97
Replace dotc task by run, make dotc an alias of run
smarter da1bfe3
Remove unnecessary aliases
smarter c3eb841
Make every project use the new directory structure
smarter 9a0c1f7
Move benchmarks test to right location
felixmulder f582ee0
Rename sbt bin project to `dotty-bin-tests`
felixmulder 799bd1a
Fix script choosing wrong artefact
felixmulder fee0b0e
Disable script tests, should be done by nightly
felixmulder e50afe9
Properly unpickle This trees without qualifier
smarter 9222af0
TreeUnpickler: Workaround cyclic reference involving self-type
smarter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something cleanup here?