md-work
md-work
If you don't mind, feel free to add me as maintainer. I won't be able to do a lot of stuff. But at least caring about minor stuff like #275...
@nacengineer My problem isn't testing, but debugging (actually my tests are working great with Contracts). So please leave this ticket open.
Looks like every Block being passed is wrapped into a lambda. Even if there's no "subcontract" checking the blocks parameters. ``` Contract Func[Num=>Num] => nil def b(&blk) # blk is...
Hi @egonSchiele I'm talking about "this can throw an exception". Examples: ``` Contract String => String raises Errno::ENOENT def read_file(filename) # This raises Errno::ENOENT if the filename doesn't exist. #...
If I mount the device another bug is triggered on the dbus interface. `mount -o ro /dev/sr0 /mnt` Usually there would be a `PropertiesChanged` signal on the dbus interface. But...
@tbzatek > You can assume that both the `InterfacesAdded` and `PropertiesChanged` signals are valid and can be received in random order, as a result of asynchronous nature of the messaging...
Maybe related: https://github.com/systemd/systemd/pull/17780
> > ``` > > $ cdemu unload 0; sleep 2; cdemu load 0 MINI_-_UDF-MulSess_1.toc MINI_-_UDF-MulSess_2.toc > > ... > > $ ~/opt/udftools/bin/udfinfo /dev/sr1 > > udfinfo: Warning: First and...
> > Are you aware, that "dd" will only read the first session only!? > > `dd` read all data sessions (concatenated) with correct block numbering. It only does not...
> Looks like that your cdrom emulation software creates holes in /dev/sr0 between sessions and when trying to read these holes that cdrom emulation software returns -EIO (Input/output error) instead...