discord-compiler-bot icon indicating copy to clipboard operation
discord-compiler-bot copied to clipboard

A discord bot that compiles your spaghetti

Results 19 discord-compiler-bot issues
Sort by recently updated
recently updated
newest added

``` panicked at 'called `Result::unwrap()` on an `Err` value: Model(EmbedTooLarge(3673))', src/utls/discordhelpers/interactions.rs:520:10 ``` I don't know rust but the only thing I can make out here is that an embed is...

bug

``` May 20 15:43:21 gabriel discord-compiler-bot[2875]: thread 'tokio-runtime-worker' panicked at 'called `Option::unwrap()` on a `None` value', src/utls/discordhelpers/interactions.rs:152:68 May 20 15:43:21 gabriel discord-compiler-bot[2875]: stack backtrace: May 20 15:43:21 gabriel discord-compiler-bot[2875]: 0:...

bug

It'd be great to take advantage of CE's preprocessor tool when -E is used during C/C++ compilation. The preprocessor tool automatically filters out headers, junk line directives which clutter even...

bug

Hi! For our compilation requests we rely on the service [Godbolt](https://godbolt.org/) or [Wandbox](https://wandbox.org/) to process user requests. What this means is that our project cannot add new languages or compilers,...

pinned

This is going to be a big one. This PR will allow users to set up custom response styles and give server owners more control over how discord compiler behaves....

enhancement

When using the official .NET compiler for C#, the compiler always prints this output (or a similar output, depending on which of the compilers you use): ``` Welcome to .NET...

Godbolt does not support any external crates, causing sticky situations when one wants to run a program that depends on a common external crate, such as `rand`. The Rust Playground...

enhancement

![](https://media.discordapp.net/attachments/505722333970038794/1028849085152776192/unknown.png) https://github.com/Headline/discord-compiler-bot/blob/1d2ed51a720a30b24b44a01a8165de8eb3a0915f/src/main.rs#L127

bug

that would be nice to have .NET core support beside mono runtime there is a ton of new feature for example it's not possible to use json serializer for example...

The bot does not recognize this as the main function and proceeds to put another one around it: ```cpp int ma\ in() {} ```