Skip to content

Got this error Error: JuliaSyntax parser failed — falling back to flisp! │ │ This is not your fault. Please submit a bug report to https://github.com/JuliaLang/JuliaSyntax.jl/issues │ │ exception = │ │ StackOverflowError: #901

Got this error Error: JuliaSyntax parser failed — falling back to flisp! │ │ This is not your fault. Please submit a bug report to https://github.com/JuliaLang/JuliaSyntax.jl/issues │ │ exception = │ │ StackOverflowError:

Got this error Error: JuliaSyntax parser failed — falling back to flisp! │ │ This is not your fault. Please submit a bug report to https://github.com/JuliaLang/JuliaSyntax.jl/issues │ │ exception = │ │ StackOverflowError: #901

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}