Skip to content

issues Search Results · repo:tlwg/libdatrie language:C

Filter by

24 results
 (61 ms)

24 results

intlwg/libdatrie (press backspace or delete to remove)

We started getting some random races in CI libtool: compile: powerpc64le-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../datrie -I.. -I../.. -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS ...
  • bbhtt
  • Opened 
    on Feb 23
  • #32

what is wrong here? topkek@ayylmai MSYS /self/libdatrie $ cat src/libdatrie-0.2.13/tests/test-suite.log ============================================ libdatrie 0.2.13: tests/test-suite.log ============================================ ...
  • Kreijstal
  • 1
  • Opened 
    on Apr 1, 2024
  • #30

from git master topkek@ayylmai MSYS /self/libdatrie/src/libdatrie $ sh autogen.sh + DIE=0 + libtoolize --version + LIBTOOLIZE=libtoolize + [ 0 -eq 1 ] + autoheader + libtoolize --force libtoolize: ...
  • Kreijstal
  • Opened 
    on Apr 1, 2024
  • #29

Running the test suite in parallel via the -j number of tests to run in parallel flag of make currently leads to test failures. This is caused by two tests (test_file and test_serialization) operating ...
  • enter-github-username
  • Opened 
    on May 1, 2023
  • #28

This would add the convenience of loading a trie from an array. The capability is somewhat present via a roundtrip, because a serialized trie can be saved to a file and then loaded from it using the existing ...
  • ghost
  • Opened 
    on Dec 9, 2022
  • #26

configure make . . checking for locale_charset in -liconv... yes . . libtool: link: cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong ...
  • jhgit
  • 2
  • Opened 
    on Nov 29, 2022
  • #25

Found from running make check: test_walk.c:78:26: warning: format specifies type wint_t (aka int ) but the argument has type AlphaChar (aka unsigned int ) [-Wformat] printf ( %lc , walkables[i]); ...
  • wingyplus
  • Opened 
    on Sep 13, 2022
  • #24

Here are some reports from Coverity Scan for libdatrie-0.2.13. 1. Defect type: GCC_ANALYZER_WARNING 1. libdatrie-0.2.13/datrie/trie.c:1115:14: warning[-Wanalyzer-malloc-leak]: leak of s 41. libdatrie-0.2.13/datrie/trie.c:75:62: ...
  • epico
  • 1
  • Opened 
    on Jun 25, 2021
  • #20

mv -f .deps/alpha-map.Tpo .deps/alpha-map.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -version-info 4:4:3 -Wl,-version-script -Wl,./libdatrie.map -o libdatrie.la -rpath /usr/local/libdatrie/lib ...
  • wjhcoding
  • Opened 
    on May 22, 2021
  • #19

Running ./autogen.sh results in the following error. configure.ac:120: error: possibly undefined macro: AC_MSG_RESULT If this token and others are legitimate, please use m4_pattern_allow. ...
  • bountonw
  • 2
  • Opened 
    on Feb 7, 2021
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub