The Wayback Machine - https://web.archive.org/web/20211124055500/https://github.com/topics/unicode
Skip to content
#

unicode

Here are 1,304 public repositories matching this topic...

harfbuzz
behdad
behdad commented Jul 5, 2020

It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.

First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS.

Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.

🔍NEW ugrep v3.3: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zstd), documents and more. A faster, user-friendly and compatible grep replacement.

  • Updated Nov 18, 2021
  • C++
contour
christianparpart
christianparpart commented Nov 19, 2021

In order to prevent things like #510 without noticing before @dankamongmen, I'd love to have it tested by CI against latest stable notcurses and then set to "required".

Maybe xvfb (framebuffer X display server) could be used.

Basic idea

Xvfb :99 &
export DISPLAY=:99
$build_dir/src/contour/contour /path/to/notcurses-demo

This should be using either Debug or RelWithDebI

Improve this page

Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."

Learn more