-
A FULL review of every bit of code is necessary as infinite loop possibilities are all over the place. This is probably the cause of stuttering later on.
This is a massive undertaking and will impa…
-
after code generation and before execution, we should inject some code that detects whether an infinite loop has been created, e.g. a max number of iterations/recursions, so we can break out of them a…
-
We've moved to function-based components using hooks a very long time ago, yet we still see error messages such as these:
```
Maximum update depth exceeded. This can happen when a component repeat…
-
| | |
| --- | --- |
| Bugzilla Link | [11683](https://llvm.org/bz11683) |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks,@gribozavr,@tkremenek,@sunfishcode …
-
Consider this case:
given a watched object, "dad", dad's "child" property is set to an object, which contains a value "parent" that refers back to "dad".
I think this creates two problems:
1. whenev…
-
The "problem" with this version is that it can leads to infinite loops when an observer modifies the observable in its observation handler.
To fix that, I propose the solution given here: https://o…
-
https://gist.github.com/2252997
Is there any way to fix schizo to prevent the infinite loop from happening in the gist above? I know I could just rename the method but I think this is one of those e…
-
It can be easy to make a small error that causes an infinite loop, which can mess up things and crash the VBE. It would be nice if Rubberduck could catch an infinite loop at compile time (or at anothe…
-
```c
int f() {
while(1) { return 0; }
}
:1:5: error: invalid program: expected a return statement before end of function 'f' returning int
```
-
I'm not sure where is the best place to log this issue, as it's really an unfortunate collection of small things from about five different repos.
If one logs in as a normal user (not superuser) and t…