Akhil Indurti

Results 9 issues of Akhil Indurti

This PR adds a rule to detect attribute changes between two public members. Merging of this PR is pending inclusion of an exclusion filter. Fixes #23905

Area-ApiCompat

When the APICompat CLI tool produces a list of diagnostics, log a message explaining how to re-run it with the \p:GenerateCompatibilitySuppressions flag. /cc @ViktorHofer

untriaged
Area-ApiCompat

Given this snippet: ```OCaml match x with | EProj (rcd, fld) -> ( match infer' env rcd with | TRecord (name, rec_ty) -> ( match List.assoc_opt fld rec_ty with |...

Kind/style-suggestion

OCaml is quite popular in language development, and has a dearth of lexer generators with good unicode support. It's a bit different from the imperative languages that re2c currently supports,...

Currently in order to POST a multipart message, I create a temporary file and upload that. However, instead of requiring a file to be created on disk, there should be...

The mmap abstraction needs to be filled in for Plan 9. We should be able to use [segattach](http://man.cat-v.org/plan_9/2/segattach) to get a segment of memory from the OS. ```C long segattach(int...

`native-image` can currently produce static or mostly static executables, except for object files loaded with `System/loadLibrary` when using JNI. This makes it inconvenient to distribute binaries for applications where the...

feature
documentation