File tree
176 files changed
+1256
-806
lines changed- .github/workflows
- bench/profiles
- community-build
- community-projects
- src/scala/dotty/communitybuild
- test/scala/dotty/communitybuild
- compiler
- src
- dotty/tools
- backend
- jvm
- sjs
- dotc
- ast
- config
- core
- tasty
- interactive
- parsing
- printing
- transform
- init
- sjs
- typer
- util
- repl
- scala/quoted/runtime/impl
- test/dotty/tools
- dotc
- printing
- repl
- vulpix
- docs/_docs/reference
- changed-features
- contextual
- metaprogramming
- new-types
- other-new-features
- language-server/test/dotty/tools/languageserver
- project
- sbt-test/sbt-dotty/dotty-knowledge.i17/project
- scaladoc-js
- common/src
- code-snippets
- utils
- contributors/src/content-contributors
- main/src
- searchbar
- social-links
- versions-dropdown
- scaladoc/src/dotty/tools/scaladoc
- tasty/comments/wiki
- util
- semanticdb/project
- tests
- cmdTest-sbt-tests
- sourcepath-with-inline-api-hash/project
- sourcepath-with-inline/project
- disabled/pos
- init/neg
- neg-custom-args
- deprecation
- fatal-warnings
- neg-scalajs
- neg
- patmat
- pos-custom-args
- pos-special/fatal-warnings
- pos
- run
- forwarder-java-package-private
- t9915
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
176 files changed
+1256
-806
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 |
| |
236 | 240 |
| |
237 | 241 |
| |
| |||
275 | 279 |
| |
276 | 280 |
| |
277 | 281 |
| |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
278 | 286 |
| |
279 | 287 |
| |
280 | 288 |
| |
| |||
318 | 326 |
| |
319 | 327 |
| |
320 | 328 |
| |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
321 | 333 |
| |
322 | 334 |
| |
323 | 335 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 | 3 |
| |
| |||
250 | 247 |
| |
251 | 248 |
| |
252 | 249 |
| |
| 250 | + | |
| 251 | + | |
| 252 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
- README.md+5-4
- build.sbt+18-17
- js/src/main/scala/de/sciss/asyncfile/AsyncFile.scala+1-1
- js/src/main/scala/de/sciss/asyncfile/IndexedDBFile.scala+16-10
- js/src/main/scala/de/sciss/asyncfile/IndexedDBFileSystem.scala+16-13
- js/src/main/scala/de/sciss/asyncfile/IndexedDBFileSystemProvider.scala+15-2
- js/src/main/scala/de/sciss/asyncfile/impl/IndexedDBFileImpl.scala+1-1
- jvm/src/main/scala/de/sciss/asyncfile/AsyncFile.scala+1-1
- jvm/src/main/scala/de/sciss/asyncfile/DesktopFile.scala+2-1
- jvm/src/main/scala/de/sciss/asyncfile/DesktopFileSystem.scala+18-13
- jvm/src/main/scala/de/sciss/asyncfile/DesktopFileSystemProvider.scala+1-1
- jvm/src/main/scala/de/sciss/asyncfile/impl/DesktopFileImpl.scala+4-2
- jvm/src/main/scala/de/sciss/asyncfile/impl/WatcherImpl.scala+198
- jvm/src/test/scala/de/sciss/asyncfile/WatchTest.scala+46
- project/build.properties+1-1
- project/plugins.sbt+3-4
- shared/src/main/scala/de/sciss/asyncfile/AsyncChannel.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/AsyncFileCompanion.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/AsyncFileSystem.scala+26-3
- shared/src/main/scala/de/sciss/asyncfile/AsyncFileSystemProvider.scala+14-1
- shared/src/main/scala/de/sciss/asyncfile/AsyncReadableByteBuffer.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/AsyncReadableByteChannel.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/AsyncWritableByteChannel.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/Exceptions.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/FileInfo.scala+1-1
- shared/src/main/scala/de/sciss/asyncfile/Ops.scala+10-5
- shared/src/main/scala/de/sciss/asyncfile/Watch.scala+17
- shared/src/test/scala/de/sciss/asyncfile/OpsSpec.scala+4
0 commit comments