Ben Gamari

Results 105 issues of Ben Gamari

While I was debugging another issue @christiaanb pointed out that ANF should only act on first-order code. However, it seems that this invariant isn't asserted.

enhancement

It is unsafe to pass `MutableByteArray#`s to `unsafe` foreign calls as GHC may implement these calls as safe foreign calls, resulting in their relocation. See [GHC #8281](http://ghc.haskell.org/trac/ghc/ticket/8281).

bug

This teaches rr to respect the client debuggers's advertised support of the GDB multiprocess protocol. We parse the state of the client's multiprocess support from its qSupported message and use...

Currently `stm32f1xx_hal::rcc::RccBus` is private, despite the associated `Bus` type being used in some public interfaces (e.g. `GetBusFreq`). This means it is impossible (AFAICT) to use these public interfaces while abstracting...

To use the ADC and DAC peripherals on external pins, it is expected that the user set the pin's mode to `ANALOG`. However, currently neither `embassy_stm32`'s ADC nor DAC drivers...

bug
stm32

This function now requires the process argument list as the single-argument form is [now deprecated](https://doc.qt.io/qt-5/qprocess-obsolete.html#startDetached-2).

It appears that there isn't yet a tag for the 2.3 release. Having one would be quite handy.

Ensure that we don't overflow words on 32-bit architectures.

E-helpwanted
A-task
E-unknown

We should have a testcase which derives instances for a variety of user defined types and validates their encodings against a reference file to ensure that derived instances encodings don't...

A-enhance
E-helpwanted
P-high
E-medium

We are quickly approaching the final GHC 9.4.1 release, which we plan to ship with 2368e9329e6600b46000abd24ec00b7e27bcae75 . A Hackage release of this commit would be greatly appreciated.