-
Described here
https://stackoverflow.com/questions/8154730/object-expression-for-abstract-class-without-abstract-members
I propose we allow it because it's necessary when base class has protec…
-
For example, if I could write this code:
```odin
rateText String
switch rate {
case 1 rateText = "Weak"
case 2 rateText = "Moderate"
case 3 rateText = "Strong"
case 4 rateText…
-
### For?
Material Editor
### What can't you do?
Bitwise operators currently can't be used in material dynamic expressions
### How would you like it to work?
To be able to use bitwise operators, i…
-
### Is your feature request related to a problem?
Currently filtering only seems to work when returning an IQueryable. However, I'm calling a service that does not return a IQueryable; it does howeve…
-
I made the mistake of using `for` instead of `doseq` for running side effects multiple times in a row, which (to the best of understanding) resulted in the side-effects not happening immediately, inst…
-
I really like @quentinblampey's visualzation from scyan and suggest adding it to pytometry. I don't think it would necessarily require a scyan model, would it?
```python
scyan.plot.pop_expressio…
grst updated
5 months ago
-
### Description
When `use`ing an `IDisposable` at the top-level, the generated code contains a `return` statement, which is not valid outside of the context of a function definition.
### Repro c…
-
## Description
As the following test case showed, there is a variable called `v1` with the same name as the function. In this case, Hermes treats `v1` as the variable whose value is 20. But other e…
-
In version 5.9, Swift got support for `if` and `switch` expressions. A rule to enforce them where allowed should be possible.
In the first implementation, the rule does not need to be configurable.…
-
The generated code does not work well when using `Sympy` functions `re` and `im` . There are two issues:
1. In the generated code Pyccel does not understand the keywords `re` and `im`.
2. The print…