-
**Describe the bug**
We have a big project that use VTK, and specifically `vtkIOImport` component. By doing:
```cmake
find_package(VTK QUIET COMPONENTS vtkIOImport REQUIRED)
```
CMake returns…
-
Good day PEGTL,
With the latest version of MSVC (x86 msvc v19.latest) the static_assert inside the demangle funcion fires during phase one when you don't have a type.
Link with reproduction
h…
-
Thought I'd leave these here in case others want to install, as it was a multi-step process with plenty of digging for me:
```
sudo apt install protobuf-compiler autoconf libtool libseccomp-dev …
-
is it possible to reparse a given input? and if so, how?
for example, consider the following input
```
Y(X)(z)
```
`Y(X)` gets parsed and the action determines that it should get replaced w…
-
**Host Environment**
- OS: Windows 10 (19043.1889)
- Compiler: vcpkg-tool version: 2022-09-01-dfb82802c8cc562ce3b665a904a65b22314de724
vcpkg-scripts version: 1ddafcb6f 2022-09-08 (3 days ago)
…
-
`TAO_PEGTL_RAISE_STRING("My error string")`
equivilant to `TAO_PEGTL_STRING` except it raises as a `parse_error` instead of matching as a string
```C++
#define TAO_PEGTL_RAISE_STRING( x ) \
…
-
### Steps to reproduce the issue
The package is installed by
```
spack find -dl paraview@5.10.0-RC1+mpi+python3+osmesa+cuda+hdf5^llvm@11.1.0%gcc@8.5.0
```
Then I start on the server with
```
…
lrtfm updated
2 years ago
-
I ran into a few issues while trying to build the project using the supplied Dockerfile.
### Package Install Order
The first occurs when installing numpy-quaternion. It looks like pip isn't respec…
-
i am writing a GLSL parser and i require line continuation support and implementation
gl 330 core does not support line continuation
gl 300 es supports line continuation
at the moment i am dete…
-
`
struct type_name: name {};
struct type_parent_name : type {};
struct type_extends : if_must {};
template< typename Rule >
struct check_action {};
template
struct …