-
The following code just shows "test" for the 5 seconds while the first sleep() is running. So the guards isn't actually ignored.
fn main()
{
{
let timer = timer::Time…
-
This is a rule request. I'm willing to implement this myself and send a PR, but before doing that I'd like to know if the rule is wanted or not. To explain the desired rule, I'd like to first post the…
-
There are several cases across the codebase where we have macros that don't guard the arguments inside parentheses. This could cause subtle problems when programming, so they should be fixed.
For e…
ghost updated
6 years ago
-
Our `Guardfile` and Guard usage are still far from ideal.
Known problems include, but are not necessarily limited to:
- [ ] Our `minitest` Guard task _does not_ pick up changes to test files.
-…
-
the following code:
```
def czad(a) = lambda(b) if (a+b = 0) = a+b
czad(2)(-2) | czad(3)(4) | czad(0)(0)
```
fails to compile:
```
[ERROR] Can't compile:
0: def czad(a) = lambda(b) if (a+b…
-
Running in the colab notebook, noticed guard clauses are not supported in the cell rendering. Thought they are common enough, to get support
```python
# works
@latexify.function
def foo(x):
…
-
ExtensibleIntEnum stores the singleton instance for every new variant it encounters. This is not an issue when used for Code (there are only 256 possible values), but for Option this means that a peer…
-
Initial notifications are going to be deprecated in Orion Context Broker. They are being deprecated in Orion 3.1.0 and the removal is expected for 3.2.0.
When that moment comes, the Cygnus guard co…
-
Should we change the override for valves to just apply to the interlock instead of the OPN_DO?
So this would require a user to activate override mode for the system, activate an override for a valv…
-
When we inline a method we emit a dummy field load on the receiver to maintain the position of the no-such-method error.
This is usually removed by special logic in dead code elimination - most inlin…