-
Provides a native way to easily manage multiple conditional flags without having to rewrite each clause multiple times.
### Public API
```rust
match_cfg! {
cfg(unix) => {
fn foo() { /* u…
-
**Bicep version**
v0.3.255
**Describe the bug**
JSON array content in a default value of a parameter causes a runtime failure when used in a module.
**To Reproduce**
main.bicep:
```bicep
pa…
-
I wrote the following code and was surprised when _updateTime was never called:
```dart
new Timer.periodic(
const Duration(seconds: 1),
(_) => _updateTime,
);
```
What the code should have …
-
Presumably few of us are segregationists, but let me raise the question anyway. A number of years ago Philippe Ajoux did an undergraduate thesis with Guy and me on formulating a dialect of ML in whic…
-
Hi,
I've been using Emacs 29.4 with `julia-ts-mode` for a while with great statisfaction. However, a recent update to the libtree-sitter-julia.so grammar causes the following error in font locking,…
-
It is known that using SmoothMode in the following programming language environments can cause lag issues when typing and popping suggestions:
* Rust+rust analyzer
* C #+ NET 8.0+C # Dev+C # exten…
-
Currently to point from metadata elements to elements elsewhere in the file that they apply to, one must use the `@data` attribute. I propose adding a `@select` attribute, also in the att.dataPointin…
pe-ro updated
2 weeks ago
-
This meta-issue collects a potpourri of small Dart language enhancements that will thrill users and not cost too much to implement.
We want to choose a subset of these to implement in the next qua…
-
TL;DR: could the code generator implement precedence climbing automatically as an optimization ?
Here is the context for my question: I'm working with a fairly complex language grammar generated fr…
-
The language model gives the probability of an expression occurring in a mathematical text / paper.
## Examples
- The probability of the expression `4 +` should be low, as `+` is a binary operator
- T…