summaryrefslogtreecommitdiff
path: root/test/files/positions
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Mirko Stocker and unit test for #3416.Miles Sabin2010-05-111-0/+3
|
* Fix and test case for #3031. Review by odersky.Miles Sabin2010-02-171-0/+5
|
* Fix and test case for #2891. No review necessary.Miles Sabin2010-01-181-0/+3
|
* Fixes for various Scaladoc-related positions re...Miles Sabin2010-01-153-0/+22
| | | | | | Fixes for various Scaladoc-related positions regressions with tests. Review by dubochet.
* Fix and test for #1674; we aren't supposed to b...Miles Sabin2009-10-191-0/+3
| | | | | | | Fix and test for #1674; we aren't supposed to be validating positions if there are syntax errors ... ensure that's so; we are supposed to be validating positions when -Yide-debug is set ... ensure that's so.
* Scaladoc comment position fixes with tests; sca...Miles Sabin2009-10-147-0/+92
| | | | | | | Scaladoc comment position fixes with tests; scaladoc comment postions are now accessible by symbol; respond retry in interactive Global is now handled properly.
* Fix and tests for positions issues with context...Miles Sabin2009-10-014-0/+12
| | | | | | | | Fix and tests for positions issues with context/view bounds and multiple definitions; extended the ranges for defns/decls to cover their introducing keywords; removed an unused IDE hook; some whitespace cleanup.
* A couple more positions issues caused by the pa...Miles Sabin2009-07-282-0/+1
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Fix for another positions issue; added some pos...Miles Sabin2009-07-279-0/+37
Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.