Ohad Kammar

Results 35 issues of Ohad Kammar

Commands can expect environment variables to be set, and these are available to the handler. The environment variables can be typed, and will be parsed before being handed to the...

enhancement

With the attached file [path_error.ml.txt](https://github.com/ocamllabs/ocaml-modular-implicits/files/1289753/path_error.ml.txt) the following crashes: ``` $ ocamlbuild -use-ocamlfind path_error.byte ocamlfind ocamldep -modules path_error.ml > path_error.ml.depends ocamlfind ocamlc -c -o path_error.cmo path_error.ml + ocamlfind ocamlc -c -o...

We can currently specify specific package collections using the `-p` option to `pack`. It would be nice to also support `latest` and `fetch-latest` as options, as we do for `pack.toml`...

feature request

# Steps to Reproduce ```idris import Data.List import Data.List.Elem import Decidable.Decidable import Decidable.Equality %default covering toWitness : (prf1 : Dec a) -> IsYes prf1 -> a toWitness (Yes prf2) x...

status: confirmed bug
safety: coverage
safety: proof of false
implem: pattern-matching

- [X] I have read [CONTRIBUTING.md](../../CONTRIBUTING.md). - [X] I have checked that there is no existing PR/issue about my proposal. ## Summary Introduce a new access modifier, `public` which means...

Feature request
language: namespace
scope: public
scope: hide