This website requires JavaScript.
Explore
Help
Sign In
nitrix
0 Followers
·
0 Following
Joined on
2023-03-07
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
3
Projects
Packages
Public Activity
Starred Repositories
nitrix
created pull request
nitrix/klang#1
2023-03-17 01:04:11 +01:00
feature/add-enum-support
nitrix
created branch
feature/add-enum-support
in
nitrix/klang
2023-03-17 01:03:22 +01:00
nitrix
pushed to
feature/add-enum-support
at
nitrix/klang
2023-03-17 01:03:22 +01:00
55a5b8f54a
Make sure that a variable that references an enum has to be initialized.
2768b4429c
Check that a struct field name of a struct declaration does not shadow an enum or a struct definition.
30dfbbbbba
Check that a variable name of variable declaration does not shadow an enum definition.
f77d6a002d
Check that a parameter name of a function definition does not shadow an enum definition.
22634c9652
Use LinkedHashMaps and LinkedHashSets to preserve the order of parameters and struct fields.
Compare 10 commits »
First
Previous
...
17
18
19
20
21
Next
Last