Matt Godbolt

Results 184 issues of Matt Godbolt

It seems that the prerelease (And maybe the full release) deletes any existing release before uploading. For multi-OS binary releases this means the last build to complete "wins" and we...

Hey there! I don't want to pick at old wounds, but the build we use of llvm-embed on Compiler Explorer has been failing for a while now, and I figured...

The peak memory usage of webpack is high enough that even on my 16GB laptop I see OOM pressure issues when I run it. It loosk like it's using up...

Changes made - updated to latest ts-node - updated to latest webpack - removed -r esm for dev command - added --loader --loader ts-node/esm for dev command - change all...

lang-c++
lang-go
lang-d
lang-haskell
lang-ispc
lang-swift
lang-pascal
lang-c
lang-cuda
lang-zig
lang-fortran
lang-java
lang-ocaml
lang-python
lang-nim
lang-ada
lang-asm
lang-clean
lang-kotlin
lang-scala
lang-circle
lang-crystal
lang-ruby
lang-dotnet
lang-dart
lang-solidity
lang-llvm
lang-mlir
lang-toit

In #2547 we learned that `-fdump-tree-all-graph` outputs `dot` files. @cppchedy suggests it might be possible to convert the dot output to something vis.js supports, and so we could natively display...

ui
request

Seems if there are errors they don't get parsed out and "squiggly"-ed . e.g. https://godbolt.org/z/7avWaf4W9 the "error square is not defined" compared to the single-file equivalent: https://godbolt.org/z/1fPoY65bz

ui
request

### Describe the bug Any program output is subject to the same filtering we do for compiler output; stripping the leading `/app/` from filenames. This is confusing ### Steps to...

bug

The recent changes I made to our build broke folks who use the code like godbolt.ms. Would be great to document the build process and how we run, and also...

documentation

This might be a big ask; and may be a bazel core project issue; but when consuming larger projects that need to be `configure/make`'d (e.g. OpenSSL, postgres, hdf5...) it would...