Skip to content

Commit

Permalink
fix:1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ufo5260987423 committed Jan 12, 2025
1 parent 0757374 commit b579f7c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Akku.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!r6rs ; -*- mode: scheme; coding: utf-8 -*-
(import (akku format manifest))

(akku-package ("scheme-langserver" "1.2.7")
(akku-package ("scheme-langserver" "1.2.8")
(synopsis
"This package is a language server protocol implementation helping scheme programming.")
(authors "WANG Zheng")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ I do this open source work just in my spare time and I can contribute many splen
I'll keep fixing bugs, profiling the code, and collecting information for my giant book on homemade type inference system. This will take me about 1 years. Further developments including a [VScode](https://code.visualstudio.com/) plugin and data flow analysis. But actually, I'm now setting this open source work a part-time job, and I can not guarantee a schedule.

## Release
1.2.7 Fix bugs on uri parsing, do you know LSP request uri may wrongly process escape characters?
1.2.8 Now hover and auto completion is ready for use. I also have done many things about parsing fault tolerance.

Previous releases please refer to [this file](./doc/release-log.md).

Expand Down
Binary file added doc/figure/auto-completion-vscode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/figure/hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions doc/release-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Detailed Relases Log
1.2.7 Fix bugs on uri parsing, do you know LSP request uri may wrongly process escape characters?

1.2.6 Fault tolerant parser

1.2.5 Fix: Some protocol api bugs. And now it's basically smooth with Magic Scheme and Vscode.
Expand Down
6 changes: 6 additions & 0 deletions doc/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Magic Scheme is an VScode extension supporting Scheme(r6rs standard). With the h
- Find references/Goto Definition
![Find references/Goto Definition](./figure/find-references-magic.png)

- Auto completion
![Auto completion](./figure/auto-completion-vscode.png)

- Hover
![Hover](./figure/hover.png)

- Run Scheme Script
![Run Scheme Script](./figure/runSchemeScript.png)

Expand Down

0 comments on commit b579f7c

Please sign in to comment.