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

polyglot

Here are 258 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

core
viferga
viferga commented Jan 19, 2022

🚀 Feature

MetaCall has the need to set up multiple environment variables ( https://github.com/metacall/core/blob/develop/docs/README.md#42-environment-variables ), for example, in order to find the global configuration or plugins. This can be basically avoided if we use a trick for locating libmetacall.so / metacall.dll / libmetacall.dylib from the executable itself. This solution is p

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