matil019

Results 5 issues of matil019

Resolves #11 This PR adds a file handle parameter and directory handle parameters to `FuseOperation`. This is a API-breaking change. ## Summary - Added parameter `fh` to `fuseSynchronizeFile` - Added...

Nice to meet you. I'm studying this package by writing an "identity" filesystem whose callbacks just calls corresponding system calls. I've stumbled upon implementing `fuseSynchronizeFile`, whose type is `FuseOperations fh...

Troubleshooting my own program, I stumbled upon another instance of memory leak. When you call twice a function which ignores its parameter, and the function runs a conduit, it leaks...

I'm not sure whether this is the right place to ask, but I'd like to have your help. When a conduit is run in an `IO` monad and it is...

## Compiler version 3.3.0 ## Minimized code ```Scala //> using option -Wunused:locals //> using scala 3.3.0 class PartiallyApplied[A] { transparent inline def func[B](): Nothing = ??? } def call[A] =...

itype:bug
area:linting