Skip to content

Commit

Permalink
fix: update github profile information
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Jul 18, 2024
1 parent e8782ee commit 2beea1f
Show file tree
Hide file tree
Showing 28 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
check-latest-tag-only: true
git-user: glsl-lang
git-user-email: glsl-lang@vtavernier.github.io
git-user-email: glsl-lang@alixinne.github.io

- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
check: false
release: true
git-user: glsl-lang
git-user-email: glsl-lang@vtavernier.github.io
git-user-email: glsl-lang@alixinne.github.io

- run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md
if: steps.release.outputs.version != ''
Expand Down
58 changes: 29 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
- - -
## v0.5.2 - 2023-11-13
#### Bug Fixes
- **(cli)** actually setup fs preprocessor - (ca89a01) - *vtavernier*
- **(cli)** actually setup fs preprocessor - (ca89a01) - *alixinne*
- **(lang-lexer/inject)** prevent some #include'd pp. dirs. from being injected at wrong positions - (cbd63d0) - Alejandro González
- **(lang-lexer/inject)** better support injection of pp. dirs. from multiple files - (556fd4b) - Alejandro González
#### Continuous Integration
- **(bumpver)** use --exact - (7b81cdb) - *vtavernier*
- **(bumpver)** use --exact - (7b81cdb) - *alixinne*
#### Miscellaneous Chores
- **(deps)** update rust crate lalrpop-util to 0.20.0 - (43c7226) - renovate[bot]
- **(deps)** update rust crate lalrpop to 0.20.0 - (b1801d9) - renovate[bot]
- **(deps)** update cocogitto/cocogitto-action action to v3.5 - (6728065) - renovate[bot]
- **(deps)** drop dependency on `lexical` - (5dc7eb2) - Alejandro González
- **(deps)** add renovate.json - (d73718f) - renovate[bot]
- **(version)** v0.5.1 [skip ci] - (3198b9d) - glsl-lang
- fix dependency updates - (e525715) - vtavernier
- fix in-workspace package versions - (254a042) - vtavernier
- fix dependency updates - (e525715) - alixinne
- fix in-workspace package versions - (254a042) - alixinne
- silence a new Clippy lint, run `cargo fmt` - (8a34d08) - Alejandro González
- fix new Clippy unnecessary allocs lint in `lang-quote` - (50f509d) - Alejandro González
- bump Rust toolchain to 1.70.0 - (db51697) - Alejandro González
#### Tests
- **(multifile-pp)** add tests for #24 - (fba1694) - *vtavernier*
- **(multifile-pp)** add tests for #24 - (fba1694) - *alixinne*

- - -

Expand All @@ -39,18 +39,18 @@
- **(transpiler)** put pp. dirs on their own line no matter what the terminators are - (bb30674) - Alejandro González
- **(transpiler)** correct transpilation of precision qualifiers - (4b059a6) - Alejandro González
#### Build system
- pin rust-toolchain version to 1.68.1 - (d79a36f) - vtavernier
- pin rust-toolchain version to 1.68.1 - (d79a36f) - alixinne
#### Continuous Integration
- add skip ci to release commits - (eb57693) - vtavernier
- enable build on next branch - (9cb8c4d) - vtavernier
- allow clippy::result_large_err - (b8facaa) - vtavernier
- add skip ci to release commits - (eb57693) - alixinne
- enable build on next branch - (9cb8c4d) - alixinne
- allow clippy::result_large_err - (b8facaa) - alixinne
#### Features
- **(transpiler)** overhaul formatting and customizability - (be86326) - Alejandro González
#### Miscellaneous Chores
- **(deps)** update lalrpop to 0.19.9 - (580cdb1) - *vtavernier*
- **(deps)** update lalrpop to 0.19.9 - (580cdb1) - *alixinne*
- **(deps)** replace dependency on `lazy_static` by `once_cell` - (7aa176e) - Alejandro González
- add CODEOWNERS file - (3f3fad8) - vtavernier
- fix clippy warnings - (ecf75a8) - vtavernier
- add CODEOWNERS file - (3f3fad8) - alixinne
- fix clippy warnings - (ecf75a8) - alixinne
#### Tests
- fix test build failure when not using the v2-full parser - (5b5092a) - Alejandro González

Expand All @@ -60,14 +60,14 @@
#### Bug Fixes
- **(glsl-lang-types)** do not generate node type aliases via a derive macro (#9) - (b4c75a1) - Alexandre Bléron
#### Continuous Integration
- retry cargo publish (#14) - (3cd8895) - vtavernier
- retry cargo publish (#14) - (3cd8895) - alixinne

- - -

## v0.4.0 - 2022-09-05
#### Bug Fixes
- **(lang-util-dev)** update similar_asserts - (b3e5728) - *vtavernier*
- implement Eq when applicable - (f7df6d0) - vtavernier
- **(lang-util-dev)** update similar_asserts - (b3e5728) - *alixinne*
- implement Eq when applicable - (f7df6d0) - alixinne
- re-export FileId from glsl_lang::ast (#11) - (7138ef8) - Alexandre Bléron
#### Features
- add GL_KHR_vulkan_glsl types to parser - (12f9515) - Alexandre Bléron
Expand All @@ -78,22 +78,22 @@
#### Bug Fixes
- **(transpiler)** allow !Sized sinks for transpiler functions - (0385b7e) - Alexandre Bléron
#### Continuous Integration
- use cargo-workspaces - (52f54da) - vtavernier
- use cargo-workspaces - (52f54da) - alixinne

- - -

## v0.3.0 - 2022-06-15
#### Bug Fixes
- update all dependencies to 0.2.1 - (bea4a64) - vtavernier
- update all dependencies to 0.2.1 - (bea4a64) - alixinne
#### Build system
- fix ci/bumpver.sh - (10c6aca) - vtavernier
- configure cog - (0aed54d) - vtavernier
- fix ci/bumpver.sh - (10c6aca) - alixinne
- configure cog - (0aed54d) - alixinne
#### Continuous Integration
- configure cocogitto - (ea369e4) - vtavernier
- configure cocogitto - (ea369e4) - alixinne
#### Features
- update dependencies - (16020e4) - vtavernier
- update dependencies - (16020e4) - alixinne
#### Miscellaneous Chores
- update CHANGELOG for cocogitto - (23bcf06) - vtavernier
- update CHANGELOG for cocogitto - (23bcf06) - alixinne

- - -

Expand Down Expand Up @@ -154,10 +154,10 @@
## [0.1.0] - 2021-04-05
- Initial release

[Unreleased]: https://github.com/vtavernier/glsl-lang/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/vtavernier/glsl-lang/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/vtavernier/glsl-lang/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/vtavernier/glsl-lang/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/vtavernier/glsl-lang/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/vtavernier/glsl-lang/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/vtavernier/glsl-lang/releases/tag/v0.1.0
[Unreleased]: https://github.com/alixinne/glsl-lang/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/alixinne/glsl-lang/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/alixinne/glsl-lang/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/alixinne/glsl-lang/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/alixinne/glsl-lang/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/alixinne/glsl-lang/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/alixinne/glsl-lang/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @vtavernier
* @alixinne
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, Vincent Tavernier
Copyright (c) 2021, Alixinne
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# [glsl-lang](https://github.com/vtavernier/glsl-lang)
# [glsl-lang](https://github.com/alixinne/glsl-lang)

[![Build](https://github.com/vtavernier/glsl-lang/workflows/build/badge.svg?branch=master)](https://github.com/vtavernier/glsl-lang/actions)
[![Build](https://github.com/alixinne/glsl-lang/workflows/build/badge.svg?branch=master)](https://github.com/alixinne/glsl-lang/actions)
[![Crates.io](https://img.shields.io/crates/v/glsl-lang)](https://crates.io/crates/glsl-lang)
[![docs.rs](https://img.shields.io/docsrs/glsl-lang)](https://docs.rs/glsl-lang/)
[![License](https://img.shields.io/github/license/vtavernier/glsl-lang)](LICENSE)
[![License](https://img.shields.io/github/license/alixinne/glsl-lang)](LICENSE)

`glsl-lang` is a crate implementing a LALR parser for the GLSL language, with
full support for preprocessor directives. Its AST and features are modeled
Expand Down Expand Up @@ -212,6 +212,6 @@ Aside from the limitations mentioned in the paragraph above:
## License

This work is licensed under the BSD 3-clause license. Lexer and LALR parser by
Vincent Tavernier <vince.tavernier@gmail.com>. Original AST, test suite and
Alixinne <alixinne@pm.me>. Original AST, test suite and
quoting code by Dimitri Sabadie <dimitri.sabadie@gmail.com>. glslangValidator
test suite from the Khronos group.
2 changes: 1 addition & 1 deletion README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tag_prefix = "v"
[changelog]
path = "CHANGELOG.md"
authors = [
{ signature = "Vincent Tavernier", username = "vtavernier" }
{ signature = "Alixinne", username = "alixinne" }
]

[bump_profiles]
6 changes: 3 additions & 3 deletions lang-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "glsl-lang-cli"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "CLI for the glsl-lang crate"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/glsl-lang-cli/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["glsl", "language", "parser", "ast", "cli"]
categories = ["command-line-interface", "parser-implementations", "rendering"]
Expand Down
2 changes: 1 addition & 1 deletion lang-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TranslationUnit

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
2 changes: 1 addition & 1 deletion lang-cli/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-lexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "glsl-lang-lexer"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "GLSL language lexers"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/glsl-lang-lexer/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["glsl", "language", "parser"]
categories = ["parser-implementations", "rendering"]
Expand Down
2 changes: 1 addition & 1 deletion lang-lexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "glsl-lang-pp"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "GLSL language preprocessor"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/glsl-lang/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["glsl", "language", "preprocessor"]
categories = ["parser-implementations", "rendering"]
Expand Down
2 changes: 1 addition & 1 deletion lang-pp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-quote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "glsl-lang-quote"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "Quoting proc-macro for glsl-lang"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/glsl-lang-quote/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["glsl", "language", "parser", "ast", "macro"]
categories = ["parser-implementations", "rendering"]
Expand Down
2 changes: 1 addition & 1 deletion lang-quote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let statement = glsl_expr! {

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "glsl-lang-types"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "GLSL language AST"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/glsl-lang-lexer/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["glsl", "language", "parser"]
categories = ["rendering"]
Expand Down
2 changes: 1 addition & 1 deletion lang-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-util-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "lang-util-derive"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "proc-macros for lang-util"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/lang-util-derive/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["language", "parser", "ast", "macro"]
categories = ["parsing"]
Expand Down
2 changes: 1 addition & 1 deletion lang-util-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These macros are re-exported by the `lang-util` crate, which you should depend o

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-util-dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "lang-util-dev"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "Development utilities for parsers implemented using lang-util"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/lang-util-test/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["language", "parser", "ast"]
categories = ["parsing"]
Expand Down
2 changes: 1 addition & 1 deletion lang-util-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lang-util-dev provides utilities for developing language parsers built using lan

## Author

Vincent Tavernier <vince.tavernier@gmail.com>
Alixinne <alixinne@pm.me>

## License

Expand Down
6 changes: 3 additions & 3 deletions lang-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "lang-util"
version = "0.5.2"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
authors = ["Alixinne <alixinne@pm.me>"]
edition = "2021"
license = "BSD-3-Clause"
description = "Utilities for implementing parsers and ASTs using lalrpop and Logos"
homepage = "https://github.com/vtavernier/glsl-lang"
homepage = "https://github.com/alixinne/glsl-lang"
documentation = "https://docs.rs/lang-util/"
repository = "https://github.com/vtavernier/glsl-lang"
repository = "https://github.com/alixinne/glsl-lang"
readme = "README.md"
keywords = ["language", "parser", "ast"]
categories = ["parsing"]
Expand Down
Loading

0 comments on commit 2beea1f

Please sign in to comment.