-
### Version
Yosys 0.39+1 (git sha1 f7153573c, ccache clang++ 14.0.6 -O0 -fPIC)
### On which OS did this happen?
Linux
### Reproduction Steps
Run `yosys stackoverflow.v -p hierarchy` whi…
-
### What is the current behavior?
Some lints are not caught correctly because the linter cannot resolve the correct type for all expressions.
### Describe the feature
Pass all the jar dependencies …
-
**Describe the problem you are trying to solve**
Defaulting, or the option to ensure that certain fields are present and if not give them a default value.
Today this can be solved with a constru…
-
In case of a query that computes a deterministic sub-expression multiple times, we should compute it only once.
For example, the following query could compute `split(x, '_')[2]` once and reuse.
…
-
One of the key features of Gearz is the ability to declaratively express metadata, and `text-expressions` are a powerful tool you can use to achieve this.
`Text-expressions` are strings that represen…
-
I came accross situations where I need to update deep objects dinamically (the path to be updated was known only at runtime) and it becomes tedious to build complex deep expressions. The main problem …
-
cp09 s expressions
-
This is vunerable to evil regular expressions. It's possible to construct a regular expression that executes in exponential time, which won't look like an obvious infinite loop, but will lock the cpu …
-
Что, если LibertyChain будет хранить Expression вида
x=>Service2.Process(Log(Clone(Service1.Process(x)));
При этом этот expcesion будет строится ТОЛЬКО из нужных деталей (т.е. если объект Immutable,…
-
In CSharp we have made some common regex expressions, like e-mail and url.
So e.g. one can write VerbEx something like:
verbEx.StartOfLine().Then(CommonRegex.Email);
I think this should be implement…