-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mg/detjonmataj issue 5289 remove dependency to request package #6924
Draft
mattgodbolt
wants to merge
85
commits into
main
Choose a base branch
from
mg/detjonmataj-issue-5289-remove-dependency-to-request-package
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Mg/detjonmataj issue 5289 remove dependency to request package #6924
mattgodbolt
wants to merge
85
commits into
main
from
mg/detjonmataj-issue-5289-remove-dependency-to-request-package
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixes #6759 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Compilers were missing their config. fixes #6767 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Infra: compiler-explorer/infra#1406 Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
And use it for Android d8 compiler. It's empty for now. But it lets you filter in the compiler pop out box. And it may let us attach hover assembly documentation later. I've left it empty in `lib/instructionsets.ts` like `java` is, which I'm modelling this off. Towards #6819
Reapplication of #6368. --------- Co-authored-by: Patrick Quist <partouf@gmail.com>
Turned on `noImplicitAny` in tsconfig, then went around fixing some random easy stuff. Hopefully tsification-PRs with more real content coming up.
In pr #6793, we misconfigured the `target`. This patch addresses and corrects the problem. Additionally, the GCC toolchain has been updated to handle the `ld` linker’s mismatch with the latest relocation type. <!-- THIS COMMENT IS INVISIBLE IN THE FINAL PR, BUT FEEL FREE TO REMOVE IT Thanks for taking the time to improve CE. We really appreciate it. Before opening the PR, please make sure that the tests & linter pass their checks, by running `make check`. In the best case scenario, you are also adding tests to back up your changes, but don't sweat it if you don't. We can discuss them at a later date. Feel free to append your name to the CONTRIBUTORS.md file Thanks again, we really appreciate this! --> Signed-off-by: Qi HU <github@spcsky.com>
What is this and why didn't I finish this?
mattgodbolt
removed
lang-swift
lang-pascal
lang-fortran
lang-java
lang-ocaml
lang-python
lang-nim
lang-kotlin
lang-scala
lang-ruby
lang-llvm
lang-mlir
lang-jakt
lang-hlsl
lang-racket
https://racket-lang.org/
lang-hook
lang-objc
lang-objc++
lang-snowball
lang-julia
lang-tablegen
lang-gimple
lang-spice
documentation
lang-zig
Zig language
lang-typescript
lang-toit
lang-vala
lang-v
labels
Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft PR based off #6800