Skip to content
#

programming-language

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

julia
nandoconde
nandoconde commented Sep 30, 2021

It is nowhere in the v1.7 except for the CHANGELOG. Nor is it in the v1.8.

I think it should be both in the nthreads() section (both manual and Base) and in the note (manual) about starting Julia with more than one thread.

It does appear in the Command line options section of the manual.

cameel
cameel commented Oct 15, 2021

Depends on #3870/#12074.
Part of #10274.

Currently the only outputs available in assembler mode on the CLI are: --asm, --bin, --ir-optimized and --ewasm. settings.outputSelection in Standard JSON actually provides more (see [StandardCompiler::compileYul()](https://github.com/ethereum/solidity/blob/1e630fc5840bb12ad9bca2dcf1f6c534c9ba8d31/libsolidity/interface/StandardCompil

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 Oct 17, 2021
  • Red
ChrisPenner
ChrisPenner commented Oct 7, 2021

Actual Behaviour

In UCM:

.> pull https://github.com/unisonweb/base:.missing .mymissing
  Importing downloaded files into local codebase...
  Done syncing 468 entities.

  Nothing changed as a result of the merge.


  😶

  .mymissing was already up-to-date with https://github.com/unisonweb/base:.missing.

UCM happily pretends that .missing is just an empty branch, wh

nozzlegear
nozzlegear commented Sep 29, 2021

Hello, I'm rewriting a small application in Mint and have found that there's no way (as far as I can tell) to access the Http response headers when using the built-in Http module. For my use case, I need to know the content type of the response so I can decide how to parse it.

I've run into this not just in my application but also when I'm using mint start during development; when I test my

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