summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/gen_server_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Warn if init/1 is not implemented in GenServerJosé Valim2017-11-031-0/+8
* Raise when calling GenServer.stop/3 with current process (#6987)Eric Zhang2017-10-301-0/+18
* Run formatter on GenServerTest (#6849)Shuqian Hon2017-10-111-28/+40
* Rely on Supervisor.child_spec/2 and clean up code generationJosé Valim2017-09-071-6/+2
* Streamline child specs (#6189)José Valim2017-06-051-0/+26
* Fix inspect value for :name option (#6160)Samar Dhwoj Acharya2017-05-281-0/+4
* Correctly use stack name in all commandsJosé Valim2016-09-071-1/+1
* Avoid naming conflictsJosé Valim2016-09-071-1/+1
* Use unique names in via testsJosé Valim2016-07-301-4/+4
* Add tests for :via on Supervisor and GenServerJosé Valim2016-07-221-0/+15
* Raise helpful error if a string is used to name a GenServer/Supervisor (#5027)Alecs Popa2016-07-181-0/+14
* Emit warning when variable is being expanded to function call (#3517)Aleksei Magusev2016-06-111-6/+6
* Formmating: Add white space around vertical bar (#4507)eksperimental2016-04-251-2/+2
* Added more tests in GenServer.call/3 (#4513)Alex2016-04-131-5/+15
* Raise error message if you try to GenServer.call/3 yourself (#4512)Thijs Klaver2016-04-121-1/+10
* Raise nice error message if you try to GenServer.call/3 from yourselfAlex2016-04-121-0/+4
* Make GenServer.cast/2 always return :ok. Closes #4251Martin Kavalar2016-02-031-3/+1
* Streamline docs and warnings in Task, Agent, GenServer and GenEventJosé Valim2015-10-231-5/+0
* added stop/3 to GenServer and GenEvent using :gen.stopRodney Norris2015-10-221-4/+12
* Add GenServer.whereis/1James Fish2015-08-121-0/+17
* Fix the buildJosé Valim2014-08-151-0/+6
* Registered name returns an empty list, as in Erlang, to avoid ambiguityJosé Valim2014-06-231-0/+5
* Support --config on mix runJosé Valim2014-06-061-0/+11
* Merge xgen and soft deprecate existing behavioursJosé Valim2014-05-121-0/+72