Commit Graph

631 Commits

Author SHA1 Message Date
openharmony_ci
b9050ab75d
!3 修改软件名
Some checks failed
Continuous integration / Check (${{ matrix.rust }}) (1.40.0) (push) Has been cancelled
Continuous integration / Check (${{ matrix.rust }}) (beta) (push) Has been cancelled
Continuous integration / Check (${{ matrix.rust }}) (nightly) (push) Has been cancelled
Continuous integration / Check (${{ matrix.rust }}) (stable) (push) Has been cancelled
Continuous integration / Test Suite (${{ matrix.rust }}) (1.40.0) (push) Has been cancelled
Continuous integration / Test Suite (${{ matrix.rust }}) (beta) (push) Has been cancelled
Continuous integration / Test Suite (${{ matrix.rust }}) (nightly) (push) Has been cancelled
Continuous integration / Test Suite (${{ matrix.rust }}) (stable) (push) Has been cancelled
Continuous integration / Rustfmt (${{ matrix.rust }}) (1.40.0) (push) Has been cancelled
Continuous integration / Rustfmt (${{ matrix.rust }}) (beta) (push) Has been cancelled
Continuous integration / Rustfmt (${{ matrix.rust }}) (nightly) (push) Has been cancelled
Continuous integration / Rustfmt (${{ matrix.rust }}) (stable) (push) Has been cancelled
Merge pull request !3 from archane/master
2024-11-05 10:55:31 +00:00
zhaipeizhe
e80cfe6fe9 update Version in README.OpenSource
Signed-off-by: zhaipeizhe <zhaipeizhe@huawei.com>
Change-Id: Iea4223582ab7e9578209c8f89ec30fd40fb13d4c
2024-10-31 20:06:50 +08:00
openharmony_ci
e73685eb4d
!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
2023-04-14 08:10:23 +00:00
fangting
b0bdaea243 Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:14:44 +08:00
openharmony_ci
8b13c8510f
!1 [codespan]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:34:50 +00:00
lubinglun
9f49b7f750 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:25:55 +08:00
Brendan Zabarauskas
2f26ac696b
Merge pull request #304 from brendanzab/release-v0.11.0
Release v0.11.0
2020-11-30 10:54:00 +11:00
Brendan Zabarauskas
03d8b32042 Release version 0.11.0
We've skipped some versions for `codespan-reporting` and `codespan` to get the crate versions back in sync with `codespan-lsp`.

Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>
2020-11-30 10:40:38 +11:00
Brendan Zabarauskas
64c36d5c2b Implement Eq and PartialEq for diagnostic types 2020-11-30 10:38:02 +11:00
Brendan Zabarauskas
c7f333e44f Update lsp-types and hide character_to_line_offset
We’ve broken backwards-compatability with old versions of lsp-types in order to let us update the LSP numeric types based on the numeric type clarifications: https://github.com/gluon-lang/lsp-types/pull/186

`character_to_line_offset` was made private to reduce the chance of future API breakages.

Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>
2020-11-30 09:51:00 +11:00
Johann150
07d0801bca
replace gitter with matrix room
missed in #276
2020-10-08 21:07:55 +02:00
Johann150
225d8d1c44
change error types (#295)
- move error to files module; removed the special error types from codespan-lsp
- use error type in codespan and codespan-lsp
- make dependency on codespan-reporting non-optional
2020-10-07 14:01:20 +02:00
Johann150
59c60e9d90
fix changelog for codespan-lsp
added the necessary tags
fixed the duplicate link definition
2020-10-06 18:44:45 +02:00
Johann150
ec61a3c319
add old codespan-lsp release 0.10.1
as commented in #298
some version tags are still missing
2020-10-05 13:04:41 +02:00
Johann150
073779ad74
update link to rustc_errors 2020-10-04 15:43:21 +02:00
Brendan Zabarauskas
3d72527331
Merge pull request #292 from brendanzab/dependabot/cargo/lsp-types-gte-0.70-and-lt-0.83
Update lsp-types requirement from >=0.70, <0.81 to >=0.70, <0.83
2020-10-03 11:22:01 +10:00
Johann150
c9f640bf71
maintain changelog
Merge pull request #296 from brendanzab/changelog
2020-10-02 16:05:21 +02:00
Johann150
3afba8d7ae write changelog
Just looked through all closed pull requests since the last release.
Left out anything related to codespan-lsp since there were already versions released for that.
I assume the changelog for that has been maintained.
2020-10-02 15:48:44 +02:00
Johann150
fb06a61383
update changelog 2020-10-02 13:49:51 +02:00
Johann150
498502377a
Merge pull request #294 from brendanzab/dependabot/cargo/insta-1.0
Update insta requirement from 0.16 to 1.0
2020-10-01 21:34:47 +02:00
dependabot-preview[bot]
a6f93e41f1
Update insta requirement from 0.16 to 1.0
Updates the requirements on [insta](https://github.com/mitsuhiko/insta) to permit the latest version.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/0.16.0...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 19:12:51 +00:00
Brendan Zabarauskas
4d2f9fdb79
Merge pull request #284 from brendanzab/contributing-guide
Add a contributing guide and code of conduct
2020-10-01 18:36:14 +10:00
Brendan Zabarauskas
288eb256d4 Add an introduction to the contributing guide 2020-09-27 17:15:42 +10:00
Brendan Zabarauskas
59df5deac9 Add table of contents 2020-09-27 16:54:11 +10:00
Brendan Zabarauskas
4d8afa160d Add bug report and feature suggestion section 2020-09-27 16:54:02 +10:00
Brendan Zabarauskas
45a8024f88 Use consistent heading capitalisation 2020-09-27 16:53:34 +10:00
Brendan Zabarauskas
ee5ae36665
Merge pull request #291 from Johann150/clippy-fixes
implement clippy recommendations
2020-09-27 16:46:21 +10:00
dependabot-preview[bot]
66245b0c64
Update lsp-types requirement from >=0.70, <0.81 to >=0.70, <0.83
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version.
- [Release notes](https://github.com/gluon-lang/lsp-types/releases)
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gluon-lang/lsp-types/compare/vv0.70.0...v0.82.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-23 19:13:17 +00:00
Johann150
b8e7f10be1 implement clippy recommendations 2020-09-20 20:27:46 +02:00
Brendan Zabarauskas
86ec1a5c4d
Merge pull request #290 from brendanzab/files-docs
improve documentation in the files module
2020-09-20 18:34:43 +10:00
Johann150
47ea29c330
improve documentation in the files module 2020-09-19 15:53:54 +02:00
Johann150
6519a732d8
Merge pull request #287 from Johann150/label-start-todo
move handling of label start to renderer
resolves the TODO comment
2020-09-16 07:59:51 +02:00
Johann150
18f8237c88 simplify range to usize
added comments instead
2020-09-16 07:53:17 +02:00
Johann150
56b3f2f7e2 move handling of label start to renderer
this eliminates a failure condition from RichDiagnostic::render
because the full source code does not have to be loaded here any more
2020-09-15 22:42:18 +02:00
Johann150
0a06f4a671
Merge pull request #286 from Johann150/285-docs
add label rendering order to documentation
2020-09-14 20:23:09 +02:00
Johann150
bd572d782f add label order to documentation
resolves #285
2020-09-14 19:47:00 +02:00
Brendan Zabarauskas
93b4214995 Add a release process to the contributing guide 2020-09-07 21:15:18 +10:00
Brendan Zabarauskas
e39fe685a1 Add a contributing guide 2020-09-07 20:56:40 +10:00
Brendan Zabarauskas
e1df2eea89 Add a code of conduct 2020-09-07 20:35:10 +10:00
Brendan Zabarauskas
1d7a556789
Merge pull request #266 from Johann150/patch-3
medium rendering mode
2020-09-07 20:22:50 +10:00
Brendan Zabarauskas
c0f15a6575
Merge pull request #283 from RDambrosio016/patch-1
Do not render diagnostic code if it is an empty string
2020-09-07 06:51:22 +10:00
RDambrosio
06fc2cc5ef
Merge pull request #1 from Johann150/tests
added tests
2020-09-06 15:52:54 -04:00
Johann150
5acc81e717 add errorcode tests 2020-09-06 21:45:38 +02:00
RDambrosio
b72f4c5ab0
Fix: boolean logic is hard 2020-09-06 13:25:43 -04:00
RDambrosio
65e9dca4d4
Fix: do not render code if it is an empty string 2020-09-06 13:21:32 -04:00
Brendan Zabarauskas
148eb4f870
Merge pull request #280 from andrewhickman/master
Fix build on wasm with `serialization` feature
2020-09-04 23:15:36 +10:00
Brendan Zabarauskas
3f8907ce36
Merge pull request #282 from Johann150/patch-6
fix locus calculation
2020-09-04 21:46:28 +10:00
Johann150
df2784c96e
Merge branch 'master' into patch-3 2020-09-04 13:36:35 +02:00
Johann150
4e2a77dc8c fix mistakes from #260
Changed the multiline_overlap test to cover this case too.
The output should be unchanged although the ordering of the labels has been changed.
2020-09-04 13:19:19 +02:00
Andrew Hickman
3a3e09c285 Fix build on wasm with serialization feature`
serde` only implements `Serialize` for `OsString` on
unix and windows.
2020-09-04 12:17:23 +01:00