Actions: jackfirth/resyntax
Actions
149 workflow runs
149 workflow runs
identifier-usage-test.rkt. The test cases should be similar to the existing cases in that file, and should cover the following: - Module-level function definitions - Positional, keyword, and rest arguments of module-level functio
Copilot coding agent
#31:
by
Copilot
AI
read-source function from resyntax/private/source.rkt to read the input code string into a syntax object, then expand that syntax object in a fresh namespace created with make-base-namespace and using the expand function.
Copilot coding agent
#29:
by
Copilot
AI
syntax-set function I added in this pull request. Currently, it only works for syntax paths with exclusively list path elements. It should work for all of the same kinds of path elements that syntax-ref supports. Include test cases for all of the same types of path elements that syntax-ref has test cases for.
Copilot coding agent
#27:
by
Copilot
AI