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

language

Here are 4,707 public repositories matching this topic...

HolgerJeromin
HolgerJeromin commented Sep 16, 2021

Bug Report

🔎 Search Terms

static class instance intellisense

🕗 Version & Regression Information

Tested TS 3.3 till nightly

  • This is the behavior in every version I tried, and I reviewed the FAQ

Playground Link and 💻 Code

class foo {
    constructor() { }
    /** instance bar */
    readonly bar = 'instance foo';
}
class foo2 extends foo {
    s
coreyoss
coreyoss commented Aug 30, 2021

Hello,

I recently upgraded to Node v4.17.5 and it seems a newly added exception there is breaking my Less build.

I'm using less v4.1.1 and less-plugin-autoprefix v2.0.0. To recreate the issue I've -

  1. Installed the above packages globally
  2. Created a less file (test.less) with the following content -
p {
    color: blue;
}
  1. On the command line, run -
    `lessc test.less tes
hrkrshnn
hrkrshnn commented Oct 4, 2021

Looking at the list of Yul transformations in the documentation, I noticed a few slight differences between the list at https://docs.soliditylang.org/en/latest/yul.html#optimization-step-sequence and the list at https://docs.soliditylang.org/en/latest/internals/optimizer.html#optimizer-steps:

  • In the second list, change FunctionalInliner to ExpressionInliner, just like in the first list.
Nim
DimitrisJim
DimitrisJim commented Oct 1, 2021

Specifically two related issues:

  • Nan's should be lowercased (similar to #3034)
  • Signs for nan should be included (always +), an issue really if the real part of the complex number is != 0.

For example, in Python:

>>> complex(0, float('nan'))
nanj
>>> complex(float('nan'), float('nan'))
(nan+nanj)
>>> complex(float('nan'), -float('nan'))
(nan+nanj)
>>> complex(-flo

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
  • Updated Oct 6, 2021
  • Red

Improve this page

Add a description, image, and links to the language 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 language topic, visit your repo's landing page and select "manage topics."

Learn more