GithubHelp home page GithubHelp logo

Comments (4)

Vexu avatar Vexu commented on July 19, 2024 1

Can't reproduce.

from arocc.

doppioandante avatar doppioandante commented on July 19, 2024

Does the snippet of code here reproduce the issue? I'll take a look at it while I mess with the rest of the macro expansion stuff.

from arocc.

Vexu avatar Vexu commented on July 19, 2024

Can't reproduce with latest master:

zig build run -- a.c --verbose-ast
enum_decl: 'enum LogChannel'
  enum_field_decl: 'int'
   name: Default
   value:
    int_literal: 'int' (value: 0)
     value: 0

  enum_field_decl: 'int'
   name: Rendering
   value:
    int_literal: 'int' (value: 1)
     value: 1

  enum_field_decl: 'int'
   name: Vulkan
   value:
    int_literal: 'int' (value: 2)
     value: 2

  enum_field_decl: 'int'
   name: VulkanInternal
   value:
    int_literal: 'int' (value: 3)
     value: 3

  enum_field_decl: 'int'
   name: Import
   value:
    int_literal: 'int' (value: 4)
     value: 4

  enum_field_decl: 'int'
   name: JobSystem
   value:
    int_literal: 'int' (value: 5)
     value: 5

  enum_field_decl: 'int'
   name: Containers
   value:
    int_literal: 'int' (value: 6)
     value: 6

  enum_field_decl: 'int'
   name: Engine
   value:
    int_literal: 'int' (value: 7)
     value: 7

from arocc.

moosichu avatar moosichu commented on July 19, 2024

I did update to latest master today before this reproduced - that code snippet I posted should be what's causing it. I will do some digging and see if I can isolate the issue.

from arocc.

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.