Noelware.Violet
- Fix GCC errors when __builtin_COLUMN() doesn't exist and
#pragmaerrors as well (@auguwu) - Optional and Result now use the infrastructure of violet::SourceLocation and violet::PrintErrln (@auguwu)
Git History: 26.04.05...26.04.06
Bazel
As of 21/01/26, we have plans on uploading all Noelware.Violet frameworks onto the BCR and our own (
https://bzl.noelware.cloud). It could exist right now, if you are, you can use--registry=https://bzl.noelware.cloudand all frameworks will be available.
bazel_dep(name = "violet", version = "26.04.06")
archive_override(
module_name = "violet",
integrity = "sha256-dflFOFXdkm7btK0+Pbz0CbToDRswbP4ptWgrPzgU7aY=",
urls = [
# "https://artifacts.noelware.org/bazel-registry/violet/26.04.06/bazeldist.tgz",
"https://github.com/Noelware/violet/releases/download/26.04.06/bazeldist.tgz",
]
)CMake
Right now, it is not the best to use the frameworks in a CMake environment! ehehe...~
Meson
Using the frameworks in a Meson environment is not ready yet!
GN ("Generate Ninja")
Using the frameworks in a GN environment is not ready yet!