progman1

Results 19 issues of progman1

the README says it will be taken as a unix socket if PGHOST has a 1st char of /. that doesn't work because the code (describe_connection) only does the check...

I'm working on an alternative syntax changing mechanism and I'd like to use it with pgocaml. I see that ppx_pgocaml.ml contains the whole of the extension but that puts it...

I'm having problems getting dune to run with ppx_pgsql: (libraries ppx_pgsql pgocaml) didn't work. also (libraries pgocaml.ppx pgocaml) no good either I ran ocamlobjinfo on lib/pgocaml/ppx_pgsql.cma and it showed empty!...

in the merlin--type-enclosing-text function I made this change: ``` (types (merlin/call "type-enclosing" "-position" position "-index" index (when verbosity (cons "-verbosity" (format "%d" verbosity) )))) ``` as verbosity transitions from nil...

From the perspective of minimising a codebase in easing of future maintenance Merlin is a great boon for obviating the inclusion of type annotations where the programmer feels they would...

using v2.9.1 running dune build x/y.exe twice, back to back and without altering the source, results in some .cmt files being removed but not all. other types of build artefact...

I run Erlang.Parse.from_file on https://github.com/erlang/otp/blob/master/lib/wx/api_gen/wxapi.conf and get the error ``` failed: In wxapi.conf.copy, at offset 820: syntax error. Erlang__Erl_parser.MenhirBasics.Error ``` probably because the file defines terms to be read by...

ocamlyacc generates an mli with a fixed 'Lexing.lexbuf ...' and no way to include anything extra, such as 'module Lexing=Sedlexing'. so in my setup the compiler is seeing this as...

hi I have a ppx that was working under 0.20 and now exhibits different behaviour under 0.24 my extension processor is defined thus: ``` let expand ~loc ~path (e :...

having installed v3.4.1 to get over a bug I looked in again at dune-rpc. with a section on it in the manual one could be forgiven for thinking this feature...

docs