Wei-Ting Yang

Results 3 comments of Wei-Ting Yang

I tried your patch and currently everything looks good to me. Except the `print` is highlighted as a keyword and built-in exception class is not highlighted. Before: ![image](https://user-images.githubusercontent.com/74453331/171847548-b7598b14-2ce5-4fcd-a3a3-4e51c7b5595e.png) After: ![image](https://user-images.githubusercontent.com/74453331/171846504-493c5a8f-82be-4780-961c-f4f55dfebdd2.png)...

Added ``` TARGET_CFLAGS += -std=c17 ``` because ``` exclude.c: In function 'new_exclude_segment': exclude.c:267:41: error: 'nullptr' undeclared (first use in this function); did you mean 'nullptr_t'? 267 | sp->v.table = hash_initialize...

Skipped gnulib-tests due to ``` pthread-rwlock.c: In function 'rpl_pthread_rwlockattr_init': pthread-rwlock.c:65:9: error: implicit declaration of function 'pthread_rwlockattr_setkind_np'; did you mean 'pthread_rwlockattr_setpshared'? [-Wimplicit-function-declaration] 65 | err = pthread_rwlockattr_setkind_np (attr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |...