Skip to content

CI failure on circular buffer #277

Description

@kahgoh

One of the CI jobs has failed on the circular buffer exercise with the following:

 Summary for all V _test.v files: 1 passed, 1 total. Elapsed time: 298 ms, on 1 job. Comptime: 0 ms. Runtime: 296 ms.
Checking circular_buffer exercise...
---- Testing... ----------------------------------------------------------------
Error: temp/circular_buffer.v:20:20: error: cannot prepend `T` to `[]T`
   18 |         return error('Buffer is full')
   19 |     }
   20 |     b.content.prepend(value)
      |                       ~~~~~
   21 | }
   22 |
Error: temp/circular_buffer.v:36:20: error: cannot prepend `T` to `[]T`
   34 |     }
   35 | 
   36 |     b.content.prepend(value)
      |                       ~~~~~
   37 | }
   38 |
checker summary: 2 V errors, 0 V warnings, 0 V notices

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions