-
Notifications
You must be signed in to change notification settings - Fork 16
Erwa on Cowboy-2.x version #40
base: master
Are you sure you want to change the base?
Conversation
- Cowboy and ranch projects are needed but these were set in Makefile only, and .app.src was not updated. Because this, erlang.mk does not packed these two app into the release package.
Also, elogger is added as dependency
- new path of the app: dep_cowboy_commit = master
-ranch Erlang app has been removed from the list of dependencies, because this is already a dependencie of Cowboy app.
-the wamper application was named wrongly in the dependencie list
"crypto:rand_uniform/2 is deprecated and will be removed in a future release; use rand:uniform/1"
hello Bash, Please have a look at the changes I did in Erwa. If these are fine for you please merge into the main repo. thanks, |
hello Bash, Sorry for disturbing you again. I am interesting, are you still working on Erwa project? If so, could you please have a look the changes I made for newer Erlang/OTP version? thanks a lot, |
hi Robert, can you please give it a try. which features do you use /need? thanks, Bas |
hello Bas, Thanks for your answer. Regarding to ERWA, I am using few things only. One realm what I have and using erwa_in_tcp and erwa_in_ws for cowboy web server. What do you think, how hard move from erwa to cargotube? I checked the project, but I did not see such examples what I probably can use for getting some help. Do you have maybe what is not pushed to the Git repo? thanks, |
Update to use lager dep from its original repo
- Cowboy and ranch projects are needed but these were set in Makefile only, and .app.src was not updated. Because this, erlang.mk does not packed these two app into the release package.
Also, elogger is added as dependency
- new path of the app: dep_cowboy_commit = master
-ranch Erlang app has been removed from the list of dependencies, because this is already a dependencie of Cowboy app.
-the wamper application was named wrongly in the dependencie list
"crypto:rand_uniform/2 is deprecated and will be removed in a future release; use rand:uniform/1"
…om_bwegh Sync with original master branch from bwegh
Update to use wamper from ethrbh
This update is required if Erlang OTP-24.x is used. Otherwise Erwa compilation error occures.
Update to use erlang-lager/lager 3.9.2
hello,
I made some changes in Erwa for able to work it on Cowboy-2.x version. Please have look at the changes, and apply it to the main repo if you do not see any problem.
thanks for your help
/Robi