Tyler Swann

Results 13 issues of Tyler Swann

The explorer, both local and on Godbolt are giving an error that they do not recognize the ` i32 { Fibonacci(9); return 0; } ``` And it gives the following...

explorer
good first issue

Is there a way to use relative include paths for the `include_dir=` options so that absolute full system paths can be avoided?

needs info from reporter
upstream

Standardese currently produces the word `'hidden'` for any type aliases contained/defined in a class. So of the code generated looks like this: Code in source: ```cpp using allocator_type = Alloc;...

At the moment standardese does not seem capable of parsing concept very well. I continuously get this output saying that it expects `class` and not `concept`. ```sh $ standardese -c...

upstream

## Description When following the quickstart tutorial. `buckaroo quickstart` throws an error that a _usable version of libssl cannot be found_. This error also occurs when adding the range-v3 package....

Request to add support for the C++ Circle compiler as a built-in toolchain option (along with gcc, clang and msvc). I think it would be a great addition to the...

enhancement

I had the curious idea that I wanted to play out. BPT resembles a lot of the structure I've seen using cargo for Rust. That being said, their is a...

enhancement

The pre-packaged binary requires GLIBC_2.34 which is a very system dependent file. It might be better to use the users version of GLIBC as this is a fundamental library that...

bug

I was wondering if there was a way to use the header menu options (the ones that link to pages in the site) to be links to external URL, like...

# Overview While testing an application I clone it to Windows to ensure it could handled cross platform and bpt failed to compile the code entirely, producing a `HALT: CONTRACT...

bug