GNUWeeb / GNUWeebBot

High-performance bot Telegram, running on Linux environment, written in C.
GNU General Public License v2.0
13 stars 8 forks source link

Aliwoto dev #5

Closed ALiwoto closed 3 years ago

ALiwoto commented 3 years ago

added the sticker event parser, also forward parameters and new chat parameters.

ammarfaizi2 commented 3 years ago

Are you sure you fixed it? You clearly didn't test-compiled it and said everything is fixed, did you?

ammarfaizi2@integral:~/project/now/GNUWeebBot$ make test
--- Build debug mode
[====] Synthesis: Tested: 3 | Passing: 3 | Failing: 0 | Crashing: 0 
[====] Synthesis: Tested: 5 | Passing: 5 | Failing: 0 | Crashing: 0 
[====] Synthesis: Tested: 6 | Passing: 6 | Failing: 0 | Crashing: 0 
   CC        tests/006_tg_event/tg_event_text.o
/home/ammarfaizi2/project/now/GNUWeebBot/tests/006_tg_event/tg_event_text.c:132:2: error: expected ‘}’ before ‘{’ token
  132 |  {test_tg_event_text_002_simple, 150},
      |  ^
/home/ammarfaizi2/project/now/GNUWeebBot/tests/006_tg_event/tg_event_text.c:130:41: note: to match this ‘{’
  130 | struct list_func tg_event_text_list[] = {
      |                                         ^
/home/ammarfaizi2/project/now/GNUWeebBot/tests/006_tg_event/tg_event_text.c:68:12: warning: ‘test_tg_event_text_002_simple’ defined but not used [-Wunused-function]
   68 | static int test_tg_event_text_002_simple(void)
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [/home/ammarfaizi2/project/now/GNUWeebBot/tests/006_tg_event/Makefile:31: /home/ammarfaizi2/project/now/GNUWeebBot/tests/006_tg_event/tg_event_text.o] Error 1
make: *** [/home/ammarfaizi2/project/now/GNUWeebBot/tests/Makefile:21: test] Error 2
ammarfaizi2@integral:~/project/now/GNUWeebBot$ 
ammarfaizi2 commented 3 years ago

Merged, thanks.

ALiwoto commented 3 years ago

let's go for next part what's the next step??

ammarfaizi2 commented 3 years ago

I will fix the unit test first, wait for it. We will be working with video and voice event.

ALiwoto commented 3 years ago

@ammarfaizi2 nice, good luck and I'm looking forward for it