Closed ghost closed 1 year ago
Hi all.
I was trying to use gitly in codespaces and got this error.
src/gitly.v:234:1: notice: generic method routes of vweb will be skipped 232 | } 233 | 234 | fn (mut app App) json_success[T](result T) vweb.Result { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 235 | response := api.ApiSuccessResponse[T]{ 236 | success: true src/gitly.v:234:1: notice: generic method routes of vweb will be skipped 232 | } 233 | 234 | fn (mut app App) json_success[T](result T) vweb.Result { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 235 | response := api.ApiSuccessResponse[T]{ 236 | success: true src/gitly.v:234:1: notice: generic method routes of vweb will be skipped 232 | } 233 | 234 | fn (mut app App) json_success[T](result T) vweb.Result { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 235 | response := api.ApiSuccessResponse[T]{ 236 | success: true @codehangen ➜ /workspaces/vlang/v/gitly (master) $
Hi all.
I was trying to use gitly in codespaces and got this error.