Topcheese

Results 8 issues of Topcheese

Hi, nice Flutter app! I was wondering if you planned on any ReplayGain support?

enhancement

``` Remotery.v:729:14: error: parameter name must not begin with upper case letter (`Wchar_t`) 727 | rem i64 728 | } 729 | fn mbstowcs( Wchar_t *restrict, Char *restrict, usize) usize...

Bug

``` Remotery.v:729:22: error: use `&Type` instead of `*Type` when declaring references 727 | rem i64 728 | } 729 | fn mbstowcs( wchar_t *restrict, char *restrict, usize) usize ``` I...

Bug

``` if select( (int(tcp_socket.socket)) + 1 &fd_read &fd_write &fd_errors &tv) == -1 { status.error_state = RmtError.rmt_error_socket_select_fail return status } ``` Here's the original V code, I forgot the error, but...

Bug

``` Remotery.v:1540:20: error: unexpected token `*`, expecting name 1538 | 1539 | struct ObjectLink { 1540 | next ObjectLink_s *volatile | ^ 1541 | } ``` C code origin ->...

Bug

``` translating Remotery.c ... Remotery.v:41:2: error: struct embedding must be declared at the beginning of the struct body 39 | messageQueueSizeInBytes RmtU32 40 | maxNbMessagesPerUpdate RmtU32 41 | C.malloc RmtMallocPtr...

Bug

``` Remotery.v:838:1: error: a type alias can not refer to itself: Dl_info 836 | 837 | fn munmap( voidptr, usize) int 838 | type Dl_info = Dl_info | ~~~~~~~~~~~~~~~~~~~~~~ 839...

Bug

I forgot the exact command, but I think it's -glcore33 or something like it that I have to add in order to use any Sokol related libraries. I'm using an...