-
In the following program, `guess1` is written as a signal function, whereas `guess2` is written as a pure function. lifted (via `fmap unbundle . liftA2`) into a signal function. The Verilog generated …
-
I haven't been able to narrow this down to a reproducer yet, but
- this came up sometime between June and now
- the warnings only show up when building with coverage enabled with `--coverage-line -…
-
Currently, the `/* @__PURE__ */` annotation must be used individually on every returned value for a given call.
Could it be possible to allow using the annotation on a function, so all its executio…
-
**Homebridge v2.0.0. beta 13
Plugin: v2.7.12**
Runs without error on Homebridge v1.8.4
**Crashes with (full logs attached):**
```
[8/31/2024, 12:39:44 PM] [homebridge-dyson-pure-cool] Devic…
-
### Feature Use Case
Sometimes, those functions which are usually regarded as pure might not be pure. The following code is a case which I met just now.
```js
const array = [];
let done = …
-
vars one two three int 2
The 2 is mistaken as an identifier despite being a value.
Identifier detection needs to be improved to ignore numbers.
-
Hi,
Regarding your post "MobX - Like React, but for Data", I wanted to add some precision regarding the `The render function of a React component is a pure function` part.
`render` is not at all…
-
**board**
custom board developed by our company, using the STM32H743.
**IDE**
STM32CubeIDE
Version: 1.16.1
Build: 22882_20240916_0822 (UTC)
**Describe the bug**
When using the `JPEG_ARGB_MC…
-
Nearly all of the string utility functions can be declared as view or even pure, since they do not modify any state but only meddle with the arguments passed to them.
Please add these keywords wher…
-
Mutually recursive pure functions cause an error:
`[Prusti internal error] Prusti encountered an unexpected internal error`
`Details: Rust function m_bug$$mutually_recursive_pure_fn$$f encoded both …