clojure / clojure/clojurescript-site
Quick Start mentions stack trace which no longer appears
Open
Nobody has claimed this yet.
minor
- Dominant language
- Shell
- Stars
- 107
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
In Quick Start:
Let’s make a mistake. Try evaluating
(ffirst [1]). You should get a source mapped stack trace ...
But with recent changes stack traces are no longer printed by default:
ClojureScript 1.10.516
cljs.user=> (ffirst [1])
Execution error (Error) at (<cljs repl>:1).
1 is not ISeqable
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Quick Start section containing the (ffirst [1]) example and compare its stated output with the current ClojureScript REPL output shown in the issue. Update the example's description so it accurately reflects the stack trace behavior, then review the rendered Quick Start page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100