Giter VIP home page Giter VIP logo

Comments (5)

psionic12 avatar psionic12 commented on July 17, 2024 1

I'v found the solution in #8, sorry for creating this issue

from libquic.

Inokinoki avatar Inokinoki commented on July 17, 2024

I've met the same error. The solution works.
But I'd like to know why we should have a Golang executable.
Thank you for your response!

from libquic.

q191201771 avatar q191201771 commented on July 17, 2024

I've met the same error. The solution works.
But I'd like to know why we should have a Golang executable.
Thank you for your response!

with the same question, I try

# cd into libquic
$find . -name '*.go'

and find out that lots of test file belongs libquic/boringssl use golang.

./boringssl/crypto/cipher/test/make_legacy_aead_tests.go
./boringssl/crypto/err/err_data_generate.go
./boringssl/ssl/test/runner/alert.go
./boringssl/ssl/test/runner/chacha20_poly1305.go
./boringssl/ssl/test/runner/chacha20_poly1305_test.go
...
...

and look inside libquic/boringssl/CMakeLists.txt, it will run these test file which written by golang.

from libquic.

TomMD avatar TomMD commented on July 17, 2024

So can we disable the tests to build without go?

from libquic.

smaudet avatar smaudet commented on July 17, 2024

@TomMD Yeah this seems wrong...

There is a "hard" dependency on go but there is no reason for it actually, after you generate the err_data.c you can skip test compilation for boringssl and there's zero dep after that on go. Really those files should be committed, or better yet convert the go script to a c program, then there's no weird dependency.

The usage of go is google fan-boy-ism at best, excessive pandering at worst.

from libquic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.