The Wayback Machine - https://web.archive.org/web/20220717090455/https://github.com/topics/polyglot
Skip to content
#

polyglot

Here are 263 public repositories matching this topic...

fniephaus
fniephaus commented Aug 10, 2018

Since state is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject the state keyword in guard definitions or the state temporary variable produced by the processor should be renamed to avoid this conflict.

Here's an example:
<img width="629" alt="screen

feature truffle good first issue tracking
core
viferga
viferga commented Jan 26, 2022

🐛 Bug Report

Since CMake 3.20, the write_compiler_detection_header has been deprecated ( https://cmake.org/cmake/help/latest/module/WriteCompilerDetectionHeader.html ). My recommendation is to completely remove it. It is being used in a lot of parts of the CMake code and it generates a lot of unnecessary boilerplate.

All the <module>_features.h should be removed from the project, instea

bug good first issue

Improve this page

Add a description, image, and links to the polyglot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polyglot topic, visit your repo's landing page and select "manage topics."

Learn more