Giter Site home page Giter Site logo

buck2-go's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on:

    • Helping organizations adopt and scale Bazel
    • Monitoring / Scaling CI/CD systems
    • Hosting / Scaling various Development Productivity tools: Gitlab, Artifactory, ...
    • Catching and Squashing bugs on OSS projects: Git, Gitlab, Bazel etc...
    • Writing a blog about Bazel, DevExp and Monorepo over in https://sluongng.hashnode.dev/
  • ๐ŸŒฑ My opensource activities:

    • Improving Bazel's rules_go and Gazelle
    • Maintaining nogo-analyzer, a set of Go static analyzers to use with Bazel
    • Building ugazelle, a universal Bazel's BUILD file generator for multi-language
    • For more, checkout my OSS backlog
  • ๐Ÿ’ฌ Ask me about:

    • Bazel adoption journeys
    • Developer Experience and Engineering Culture
    • Beginner's entry to Git codebase
    • Gitlab's scaling for big enterprises
    • Why / why not Bazel
    • My dotfiles and CLI collection
  • ๐Ÿ“ซ How to reach me:

  • ๐Ÿ˜„ Pronouns:

    • He/Him
  • โšก Fun facts:

    • I use ANNE Pro 2 Keyboard as my daily driver
    • I have lived in 4 and worked in 5 different countries from 2016-2020

buck2-go's People

Contributors

sluongng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

buck2-go's Issues

Module handling

We need to have a way to handle go modules. They consist of multiple libraries (in buck sense) and kind of a pain to handle directly. I wrote some hacky go code to first parse the output of go mod graph and then download all the dependencies and also parse every go file in the module.zip file to handle dependencies of every subfolder (it doesn't work fully but I need to clean the code first). Bazel gazelle handles this by having a go-repository rule that handles this on the starlark side from what I see. We need to decide on in which side we want to handle this. I am leaning towards buck2-go side since third party repo handling is not as good as bazel since there is no repository phase.

Geomys

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.