progman1

Results 17 comments of progman1

belatedly I realised there is no ppx_pgsql.mli so I have access to your ppx as a library already and all inside it. so I go in at val: expand_sql interestingly...

that's great news. about the specifics of info one can get from the rpc server - is it correct to say the mli file the docs point to do not...

I couldn't get it to work and reverted to parsetree matching. although I've trial and errored my way through the 1st class patterns before I could not get my head...

the link to it is above but here/s an excerpt: ``` %% %CopyrightEnd% {const_skip, [wxGenericFindReplaceDialog, wxInvalidDateTime, wxLANGUAGE_KHMER]}. {not_const, [wxRETAINED, %% New enums needed for gl contexts not static numbers {'wx_GL_COMPAT_PROFILE',...

I don't fully understand! Terms are part of the erlang language aren't they? What's the newest erl-parsetree.ml have on the old? I saw that the parser as-is had just the...

thanks for clarifying. I will tackle the low-hanging fruit! I have done some messing with menhir and something might be doable about entry points via converting to ocamlyacc grammar first,...

I have a parsed file :) happily, menhir does actually accept more than one start symbol. I had to do dangling commas in tuples and lists - maybe that isn't...

What I'm seeing is, after a successful build, another 'dune build ...' will result in a .cmt being removed, even though there is nothing to be done as such. Given...

I was previously unable to anticipate when deletions would occur, but have noticed one invocation that does reliably demonstrate this is [dune build @install] You stated that .cmt are covered...

could you first try this on any project you have at hand: o build afresh some library within the project directly dune build x/y/z.cma o find _build/default -name \*.cmt o...