compilers
Here are 512 public repositories matching this topic...
-
Updated
Jun 6, 2020
-
Updated
Jun 1, 2020
Big thanks for making this cool tool open-source.
By any chance, is there a complete list of instructions which are currently not supported / under development please? For instance, I am aware that vgatherdpd does not work.
-
Updated
May 15, 2020 - Rust
-
Updated
Aug 8, 2019 - C
Author Name: Driss Hafdi
Original Redmine Issue: 1624 from https://www.veripool.org
If a variable of the wrong witdth is passed in as a parameter, verilator prints out in its warning the parameter definition location, whereas it would be more helpful to get the reference of the value that was passed in, particularly with bigger design with multiple levels of hierarchy. Here is a
-
Updated
Nov 18, 2019 - Shell
-
Updated
Oct 23, 2016 - C++
-
Updated
Oct 28, 2019 - Ruby
-
Updated
Jun 2, 2020 - C++
00_index.ipynb
- Broken link to operator class in first para
01_data_regions.ipynb
- Where to find descriptions of operator options like dle='noop'
- Could the generated code have a comment at the top of the structs to define what the members are (size, npsize, dsize, hsize, hofs, oofs). Yeah, I know it isn't really for human reading ... I suppose I would see those use
-
Updated
Jun 6, 2020 - C
-
Updated
Apr 29, 2020 - C
-
Updated
Jun 6, 2020 - WebAssembly
-
Updated
Feb 24, 2020 - Haskell
-
Updated
Jun 27, 2019
The current runtime source generates a lot of warnings when being compiled. We should go through and fix the ones we can and suppress the ones we think are OK.
Description
Unable to receive a prompt for SSH Private Key passphrase
Actual behavior
When adding a private key to the configs, I get failures due to missing passphrase
Expected behavior
I expect a prompt asking me for my passphrase, as with the username/password auth.
Steps to reproduce
Add an encrypted private key to the config but do not add the passphrase.
-
Updated
Jun 1, 2020 - OCaml
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
Jan 3, 2019 - Ruby
-
Updated
May 20, 2020 - C
-
Updated
Jul 11, 2019
This is kind of like #27, but I don' think people who are just starting out should worry about how to set up a package to go into opam.
What I have in mind is a guide that tells you how to release a package in simple cases, but notes likely potential gotchas, and has links to further info for more complex cases and for understaning the process under the hood.
This is something I'm trying to
Improve this page
Add a description, image, and links to the compilers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compilers topic, visit your repo's landing page and select "manage topics."


Hi!
I am using the
wasm2jstool on a WebAssembly module written in Rust using wasm-bindgen(no emscripten involved) to generate code that works on Internet Explorer. However, since I added a new library which internally makes use of i64, this import has been added to thewasm2jsoutput:From what I understand, this method is used by