Alexander Poulikakos

Results 69 comments of Alexander Poulikakos

I'm testing a function `foo/1`, which internally calls ct_netconfc:open/1 and ct_netconfc:close_session/1 twice. Something like : ``` erlang foo(Foo) -> %% in a separate process ct_netconfc:open/1 %% do things... ct_netconfc:close_session/1 %%...

Yes, the order is defined, where the netconf session in the "other" process happens before the netconf session in current process. I found a workaround though, to mock away the...

> Hey, I have been giving this some thought and it should be possible as-is without any modification. as said above, Unium should work as-is in AWS Device farm custom...

Thanks :) Will this fix apply to all calls to other processes? I'm an erlang newbee, and going through this tutorial (http://learnyousomeerlang.com/designing-a-concurrent-application). And when my module is spawning new processes,...

By the way, would be nice to have an "Import Erlang projects..." or "Import Rebar projects..." options in the GIT Repository Exploring (when right clicking on a repo), similar to...

The syntax "?WHEN(m:f() -> ok.)" compiles and runs without any problem, so I assume the macro is well-formed. Or does "well-formed" means something specific in this case?

yes, Ctrl-I works, but would be nice not need doing that. It's the small things that makes a difference :)

!SESSION 2014-05-06 15:48:52.690 ----------------------------------------------- eclipse.buildId=M20140221-1700.EECS-140 java.version=1.7.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86_64 !ENTRY org.eclipse.ui 2 0 2014-05-06 15:50:05.665 !MESSAGE Warnings...

yes, would be nice with extension-less scripts :)