Results 12 issues of Yashas Samaga B L

Item 11.3 in semvar specs says prerelease check is performed if and only if the major, minor and patch versions match. This commit adds a check to perform prerelease check...

takeover

The language guide talks about `#section` pre-processor directive but it hasn't been implemented in the compiler. > #section name Starts a new section for the generated code. Any variables and...

area: pre-processor
state: discuss

### Issue description: Native operator overloads can specify an array return type. They should have the same semantics as non-native operator overloads. The compiler fails to diagnose it. ### Minimal...

state: stale
area: parser
area: diagnostics

### Issue description: Most developers (ab)use `enum`s to create aggregate user-defined types. There are few disadvantages to this method: - it's a hack! enum structs are handled in an unconventional...

area: syntax
state: discuss
type: feature

This issue is for listing down possible improvements for the compiler's codebase. **Current list of suggestions:** - [grow literal queue exponentially (currently linear)](https://github.com/pawn-lang/compiler/issues/296#issuecomment-375947055) - [inconsistent naming of preprocessor tokens](https://github.com/pawn-lang/compiler/issues/296#issuecomment-406837564) -...

type: enhancement
state: discuss
area: internal

There are many libraries which manually set the instruction pointer. It would be quite useful if crashdetect would catch these instructions, find out which function the address belonged to and...

##### System information (version) - OpenCV => 4.4.0, 3.4.11 ##### Detailed description Consider the following network: ``` Convolution BatchNorm ReLU ``` ReLU should not be fused with Convolution (after BatchNorm)...

bug
category: dnn
category: dnn (onnx)

##### System information (version) - OpenCV => 4.5.4 ### Internal Computational Graph The importer's graph must be lowered into a new computational graph that is specific to the CUDA backend....

RFC
category: dnn

### Description The documentation for [`jax.ensure_compile_time_eval()`](https://jax.readthedocs.io/en/latest/_autosummary/jax.ensure_compile_time_eval.html#jax.ensure_compile_time_eval) states that: > This context manager ensures that JAX computations are evaluated eagerly. If eager evaluation is not possible, a ConcretizationTypeError is raised. The...

bug

> is there any way to make special letter support for the commands or the alternate? (i mean é,á,ű etc) > the script dont have to distinguish the a and...

enhancement