-
### Which @angular/* package(s) are relevant/releated to the feature request?
compiler
### Description
This issue is a container for all the issues that have requested new expression syntax feature…
-
Meta: Expand.
Example
```
it: Result Nat Void = success 90
check: Nat = case it of
success \val => val
failure \_fail impossible ;;; could've been left off
```
Undecided: Name of t…
-
From an @BSnoeijerCD email (related to PHSE estimand paper)
Although we already cover the basics of the estimands we could consider how to further improve it in phase IV by for example:
- Making the …
-
### Description
Static code analysis examines code without execution, identifying potential issues like bugs, security vulnerabilities, and style violations. It improves software quality by early i…
-
In order to implement the syntax analysis of "if-else" construct , don't we need to check if the number of "elses" are less than or equal to ( but never more) than the number of "ifs" ?
How can we a…
-
There are a number of attributes read by the compiler that support nullable flow analysis, and provide some additional syntactic rules where those attributes are applied.
The list of attributes, an…
-
### Description:
- Currently, the scan report does not use any library to format and display the contents of the Ballerina file in its UI, It's better to integrate a library like [Shiki](https://sh…
-
We analyze zipped ETL trace files which contain included NGEN pdbs in an automated pipeline. In order to give the location info of those NGEN pdbs to SymbolReader we use the source server style syntax…
-
## Bug report
### Expected behavior and actual behavior
I would anticipate that passing arguments such as `--minimap2_args '-k15'` would result in the parameter `minimap2_args` being set to t…
cjw85 updated
2 weeks ago
-
I've been chatting with @veewee on Discord about adding a template to `ResultInterface` to return what kind of error it could contain.
I'm not sure if this could be considered a breaking change, as…