Richard Carlsson

Results 53 issues of Richard Carlsson

When rebar3 runs escriptize and a dependency is missing, there is no error message, just an internal crash in rebar_prv_escriptize: ``` find_deps_of_deps([Name|Names], Apps, Acc) -> ?DIAGNOSTIC("processing ~p", [Name]), {ok, App}...

enhancement

Atoms in Erlang are sensitive to being misspelled, an the compiler doesn't have a way of checking this. Dialyzer can often detect it, but that has a long turnaround time....

contribution welcome
feature

Allows roundtrip conversion from erlfmt:read_nodes() to syntax tools (or erl_parse) and back to erlfmt:format_nodes().

CLA Signed

This allows you to format syntax trees that have been synthesized outside erlfmt without forcing the caller to add "text" annotations for all literals in order to print them.

CLA Signed

Detta gör det hela mer idiomatiskt, som i 'fan hämta uppströms'.

From http://code.google.com/p/distel/issues/detail?id=25 Reported by kosmonaFFFt, Jan 15, 2011 What steps will reproduce the problem? 1. Run node (test@fff-W7) 2. Set node in emacs (C-c C-d n test@fff-W7) 3. Try to...

From http://code.google.com/p/distel/issues/detail?id=20 Reported by [email protected], Oct 29, 2009 What steps will reproduce the problem? - compile with debug info (emacs@f11)> c(test, debug_info). # - distel connect to node emacs@f11 (...

From http://code.google.com/p/distel/issues/detail?id=23 Reported by peerst, Jul 30, 2010 What steps will reproduce the problem? 1. svn checkout revision 94 2. run make What is the expected output? What do you...

From http://code.google.com/p/distel/issues/detail?id=21 Reported by [email protected], Feb 20, 2010 What steps will reproduce the problem? 1. Create a parametized module 2. Try to interpret it (C-c C-d i) What is the...

From http://code.google.com/p/distel/issues/detail?id=15 Reported by [email protected], Mar 2, 2009 What steps will reproduce the problem? 1. Writing io: What is the expected output? "Possible completions are: columns format fread fwrite get_chars...