Dmitry Klionsky

Results 10 comments of Dmitry Klionsky

This project https://github.com/ten0s/locks-test reproduces the issue. All nodes are started with '-connect_all false'. A new node is about to join a connected cluster with a leader. It starts locks_leader without...

I upgraded the locks version in https://github.com/ten0s/locks-test. AFAIS, the previous version c9b585adcf7cbd347e516ccc3406e03a04a46731 hangs within 30 secs, the latest version 8e9b2e33deec6ed375a38fc88f67eff792b91504 is much more stable, but it also hangs withing 30...

sync doesn't reload modules built without this erlydtl_opts's {module_ext, "_dtl"} option. because of: https://github.com/rustyio/sync/blob/master/src/sync_scanner.erl#L441 https://github.com/rustyio/sync/blob/master/src/sync_scanner.erl#L484

Initial Windows build is done in PR https://github.com/romgrk/node-gtk/pull/327

Please try again. 1. Update master 2. Run: ``` $ ./windows/mingw_include_extra.sh ``` 3. Optionally run: ``` # if MSYS2 is NOT installed in C:/msys64 run: $ export MINGW_WINDOWS_PATH=$(./windows/mingw_windows_path.sh) ``` 4....

What bothers me is that for the function ```` pmap(Fun, Xs) when is_function(Fun, 1), is_list(Xs) -> Parent = self(), collect([ spawn_monitor(fun () -> Parent ! {self(), Fun(X)} end) || X...

Here's shown how to integrate proper with eunit http://proper.softlab.ntua.gr/User_Guide.html. Code coverage should be updated automatically.

Even though nitfy:compile doesn't not load any code, it sets up a path to newly generated code and in the tutorial Nitfy is used interactively.

# Testing a simple C program https://vimeo.com/104007760 ``` $ git clone https://github.com/rjmh/q $ cd q/ $ wget https://raw.githubusercontent.com/voila/pbt/master/QuickCheck/q_eqc.erl $ erl ``` ``` > nifty:compile("q.c", q). generating... ==> q (compile) src/q_remote.erl:59:...

I agree that compile doesn't sound like load/purge. But from the user's point of view I saw the issue and proposed my solution.