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

language

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

langren1353
langren1353 commented Oct 10, 2021

When useing TamperMonkey or GreaseMonkey with less.js as a @require resource, sometimes there will be an error.
I trace the code found a small problem.
At https://github.com/less/less.js/blob/master/packages/less/src/less-browser/utils.js
function addDataAttrs param tag may be null, then the script will exec failed.
A short if may fix this, will you please add the code to check if tag is

barakman
barakman commented Oct 21, 2021

Abstract

When a contract exceeds the maximum size (24K), it would be very helpful to know the actual size of that specific contract.

Motivation

Allowing the developer to perform a more efficient process of reducing the "rogue" contract.

Specification

In https://github.com/ethereum/solidity/blob/develop/libsolidity/interface/CompilerStack.cpp#L1241-L1255, change this:

Nim
youknowone
youknowone commented Oct 16, 2021

For now, Object protocol methods are (mostly) thin wrapper of matching vm functions. Because we don't need to have duplicated functions for same features, they need to be moved from vm to object protocol functions.

  • vm path: vm/src/vm.rs
  • object protocol path: vm/src/protocol/object.rs

The matching vm functions are easy to find because object methods are calling it.

  • get_att

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 24, 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