-
Would be nice to have the following:
```
SELECT A
CASE 1:
PRINT "A"
CASE 2 TO 4:
PRINT "B-D"
DEFAULT:
PRINT "OTHER"
ENDSELECT
```
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation is…
-
### What version of CUE are you using (`cue version`)?
$ cue version
cue version v0.0.0-20240507175810-9efad9041981
go version go1.22.1
-buildmode exe
-compiler gc
Def…
-
Databinding has a [CLI](https://android.googlesource.com/platform/frameworks/data-binding/+/gradle_3.0.0/exec/src/main/java/android/databinding) compiler that is in aosp (no artifact on maven.google.c…
-
**Describe the bug**
The current alpha for Cython 3 crashes on a nested class definition in a py+pxd setup.
**To Reproduce**
Code to reproduce the behaviour:
```
$ cat _red.py
class R:
…
-
Update the logging system to use a pre-compiler expression that chooses either a global logger or individual loggers at compile time. This would define the void init() function and the message functi…
-
$ ./build.sh
rm -rf _build *.jlink
echo Makefile
Makefile
mkdir _build
Compiling file: app_button.c
Compiling file: app_error.c
Compiling file: app_fifo.c
Compiling file: app_timer.c
Compiling file…
-
# 🐞 bug report
### Affected Package
The issue is caused by package `@angular/compiler`
### Is this a regression?
Yes, the previous version in which this bug was not present wa…
-
### Version
2.6.10
### Reproduction link
https://jsfiddle.net/vuetest/c5uw870y/3/
### Steps to reproduce
1、click jsfiddle link
2、you will see result is {{msg}},is incorrect
### What is ex…
-
### Pre-flight checklist
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [code of conduct…