Skip to content
#

programming-language

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

axic
axic commented Nov 8, 2021

There is the test/libsolidity/SolidityEndToEndTest.cpp file, which contains a lot of semantic tests. It is a large monolithic single C++ file, which takes a long time to compile and is hard to maintain.

We want to move as many test cases out to individual files under test/libsolidity/semanticTests. They should be grouped logically, by following the grouping in SolidityEndToEnd.

Have a

ponyc
SeanTAllen
SeanTAllen commented Oct 8, 2021

So currently, install in our "unix" Makefile isn't hooked into cmake so it can lead to errors.

in particular if you do

make configure arch=not-our-default
make build
make install

you will end up with a broken install because the arch override from configure is used during build but isn't used during install, instead a different arch (our default) is used and you end

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 Nov 20, 2021
  • Red
aryairani
aryairani commented Nov 18, 2021

Currently it displays:

  ⚠️
  
  I was expecting the namespace . to be empty for this operation, but it isn't.

which didn't feel super clear.

How about:

`pull-request.load` downloads the PR into the current namespace and I don't want to clutter up your current one, so please switch to an empty namespace and try again.

This likely goes away altogether with #2247,

Improve this page

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

Learn more