Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add support for json, adoc and md sketch files extensions#1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
silvanocerza merged 1 commit intomasterfromscerza/new-sketch-extensions
Mar 25, 2021

Conversation

@silvanocerza
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among thePull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • What kind of change does this PR introduce?

Enhances gRPC interface.

  • What is the current behavior?

LoadSketch gRPC interface function doesn't return Sketch files in the root folder that have.json,.adoc or.md extension.

  • What is the new behavior?

LoadSketch gRPC interface function now returns Sketch files in the root folder that have.json,.adoc or.md extension.
This only affects the gRPC interface.

Nope.

  • Other information:

None.


Seehow to contribute

@silvanocerzasilvanocerza merged commitac39429 intomasterMar 25, 2021
@silvanocerzasilvanocerza deleted the scerza/new-sketch-extensions branchMarch 25, 2021 13:55
@matthijskooijmanmatthijskooijman mentioned this pull requestApr 19, 2021
5 tasks
@matthijskooijman
Copy link
Collaborator

The description for this PR says:

LoadSketch gRPC interface function now returns Sketch files in the root folder that have .json, .adoc or .md extension.

However, AFAICS this also returns such files in subdirectories. Is this intentional?

Also, what is the intended usecase here? To allow the user to edit/view adoc or md files when editing/viewing a sketch? How about json files? Is this intended for json data files in the sketch? Or forsketch.json? If the latter, should that maybe just that file be included and not all.json files (asking in relation to#1201, about breakage when acompilation_commands.json is present)?

This only affects the gRPC interface.

Is this really true? AFAICS it also causes these files to be copied into the build directory (or maybe that's a side effect of#1353?), which could influence the build, and can certainly influence performance.

@per1234
Copy link
Contributor

Or for sketch.json?

It is handy forthedebug_custom.json file used to add support to the Arduino IDE 2.x debugger for non-CMSIS DAP compliant debuggers. The file must be added to the sketch.

@rsorarsora added the topic: gRPCRelated to the gRPC interface labelSep 22, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@fstasifstasifstasi approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@silvanocerzasilvanocerza

Labels

topic: gRPCRelated to the gRPC interfacetype: enhancementProposed improvement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@silvanocerza@matthijskooijman@per1234@fstasi@rsora

[8]ページ先頭

©2009-2025 Movatter.jp