| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
* Rename golang.js to golang.ts
* Move golang to Typescript
* Add types to base postProcess so golang knows about them
* Remove CompilationResult type from signature
* Remove asmSize, leave it for the other PR
|
|
|
|
|
|
|
|
|
|
| |
* The Grand Reformat
- everything made prettier...literally
- some tweaks to include a few more files, including documentation
- minor changes to format style
- some tiny `// prettier-ignore` changes to keep a few things the way we like them
- a couple of super minor tweaks to embedded document types to ensure they format correctly
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to some environment differences between running
under firejail or under no sandbox, the regex used in
`extractLogging` does not match any lines because the
compiler output already has filenames replaced with
`<source>` when run under firejail. When run outside
firejail the filenames are not filtered. Additionally, some
compiler output was lost due to having a filename of
`<autogenerated>`.
Fixes #2228
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* glgo support binary + execution
* fix args
* disable binary for 1.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The largest changes here are:
- enforcing single quotes for strings
- enforcing trailing commas where possible
In addition to those we have enabled several eslint plugins:
- plugin:requirejs/recommended, to enforce some conventions in require statements
- plugin:node/recommended, to enforce correct usage of various node.js APIs
- plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules
This PR attempts to not change code behavior when possible. In cases where fixing
existing code would change semantics, a linting exclusion has been placed in the
code base to silence the error. You can find these by searching for `eslint-disable-next-line`.
Co-authored-by: Austin Morton <austinpmorton@gmail.com>
|
|
|
|
|
| |
Use 'go build' instead of 'go tool compile' to more easily support
additional architectures.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Rewrite PC jumps with labels so that it's clear where the jumps are to.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
After some suprises about how outdated the node version was compared to
the main project, it became clear we needed to do something.
@jaredwy suggested using the main project as there's now nothing
stopping us from using it after the switch to webpack.
cc @mattgodbolDrop underscore-node in favour of underscore.js
|
| |
|
| |
|
| |
|
|
|
|
| |
Somewhat compilant!
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| |
| | |
Quite a lot of stuff to do, I've been neglecting this the whole
weekend (Let me tell you how good A Hat In Time is. GOTY)
|
|/
|
|
|
| |
Not saying it works, but if you hack few more things, you can start
to use it. Commiting just in case
|
|
|
|
|
| |
Adresses #650 but @mattgodbolt should take a look at this
before pushinAdd code tracking for Go
|
|
|
|
| |
Finally! Every version should work now!
|
| |
|
|
Still work to do on #640 but this one is already ok!
|