Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 7,315 public repositories matching this topic...
-
Updated
Jul 29, 2022 - JavaScript
Describe the problem
the low level documentation (https://svelte.dev/docs) is not really easy to use ( and incomplete in some cases)
I think if the runtime function contain JSDOC it will help a lot and give the developers an easier way to discover api documentation
additionally it is possible to replace the https://svelte.dev/docs with the generated docs ( with some thing like https://ty
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
I'v
-
Updated
Jul 30, 2022 - Kotlin
💻
- Would you like to work on a fix?
How are you using Babel?
babel-loader (webpack)
Input code
visitors: {
JSXElement(path) {
console.log(path.generateUidIdentifierBasedOnNode(path.node));
// logs `_objectObject`
}
}Configuration file name
No response
Configuration
No response
Current and expected behavior
Logs
🐛 bug report
Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.
🎛 Configuration (.babelrc, package.json, cli command)
{
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
"parcel": "^2.5.0",
"posthtml-expressions": "^1.9.0",
"posthtml-extend": "^0.6.3",
"posthtml-include": "^1.7.-
Updated
Jul 28, 2022 - Go
-
Updated
Jul 30, 2022 - V
Marked version:
3.x.x
Describe the bug
A clear and concise description of what the bug is.
Right now, import {use} from "markedjs" does not work, this worked in 2.x.x.
To Reproduce
Steps to reproduce the behavior:
Install & import it.
The DefinitelyTyped definitions also mark this incorrectly as being supported still.
A workaround is importing one of the structur
Describe the feature
Related with swc-project/swc#3859.
We want to establish initial feature parity to existing @swc/cli to plan out migration with possible breaking changes.
These are initial flags we'd like to have.
-
config -
config_file -
filename(swc-project/swc#4016) -
env_name -
ignore
I think the Carbon project would welcome a proposal to add an explicit syntax that forces a tail call. This is aligned with our goals of predictable performance and giving the user explicit control.
My syntax suggestion: tail return F(...);.
Background:
- [
[[clang::musttail]]attribute for guaranteed tail calls.](https://reviews.llvm.org/D9951
-
Updated
Apr 1, 2022 - C++
Example:
function foo<TArr extends ArrayLike<number>>(arr: TArr): valueof<TArr> {
type T = valueof<TArr>; // doesn't work yet "ERROR AS100: Not implemented: Inner type alias"
let element: T = arr[0];
return element;
}I was casually trying out Nim-lang and playing with nimpretty. Ofcourse I decided to mess with a flag called "indent", and nimpretty doesn't seem to handle this.
I don't really have the time to do a full bisect, I just installed it and played around. Felt it was better to report this than to ignore it.
Example run
~ :: nim r a.nim
Hint: used config file '/etc/nim/nim.cfg' [Conf]
H
-
Updated
Jul 5, 2022 - Java
nt._path_splitroot
Feature
nt._path_splitroot is necessary to update filesystem related libraries for windows
Python Documentation
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty
-
Updated
Jul 27, 2022 - Go
-
Updated
Jul 30, 2022 - Python
- I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'python bug.py'.
I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation
-
Updated
Jul 30, 2022 - Python
-
Updated
May 11, 2022
Describe the feature you'd like to request
I'd like to use a typescript version of the wordpress cms example
Describe the solution you'd like
A typescript version of the wordpress cms example should be added for ease of development.
Describe alternatives you've considered
None.