summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea/idea/libraries
Commit message (Collapse)AuthorAgeFilesLines
* Changed GenIdeaTests to use ScriptTestSuiteAndres Pipicello2019-06-281-18/+0
|
* Added compiler-classpath properties to generated IntelliJ xml files (#531)andres-pipicello-olx2019-01-311-0/+8
|
* Improve Intellij Idea support (#351)Olivier Mélois2018-05-302-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve Intellij Idea support Improves the Intellij Idea support in various ways : * Cherrypicks the idea conf that needs deleting rather than deleting the whole .idea directory. That directory contains elements of configuration like VCS reference that were annoying to set again every time mill regenerated idea config. * Attempts to retrieve libraries that the build depends on by inspecting the classloader of the top module * Attempts at grouping jars and sources together in order to have both in the same idea files, which appears to give better jump to definition * Hacks the library names for the libraries the build depends on, in order to match Intellij's ammonite support and not show red to the user about the library that has successfuly been resolved. Also allows to jump to the library sources from the magic import. * Remove un-necessary filters * Avoid Agg throwing because of duplicated build libraries * Removing hardcoded version from SBT idea module names
* use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-242-2/+2
|
* Update scala-library-2.12.4-sources.jar.xmlLi Haoyi2018-02-241-2/+2
|
* Update scala-library-2.12.4.jar.xmlLi Haoyi2018-02-241-2/+2
|
* fix GenIdea testsLi Haoyi2018-02-118-44/+2
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-208-0/+56
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests