3
7
Fork
You've already forked arc
0

Fix erroneous spd json schema #11

Merged
yarmo merged 1 commit from :fix_spd_schema into main 2021年11月10日 16:48:54 +01:00
Contributor
Copy link
No description provided.
Owner
Copy link

Good catch, thanks for the PR! Would you mind adding an extra 0.1.2 revision to the XML header?

Good catch, thanks for the PR! Would you mind adding an extra `0.1.2` revision to the XML header?
First-time contributor
Copy link

That's a good catch! 👍

I wonder in we should have a CI job to extract all JSON fragments and if they're JSON Schema then verify if the Schema is OK. To avoid further issues like these.

@yarmo what do you think?

That's a good catch! 👍 I wonder in we should have a CI job to extract all JSON fragments and if they're JSON Schema then verify if the Schema is OK. To avoid further issues like these. @yarmo what do you think?
Author
Contributor
Copy link

Would you mind adding an extra 0.1.2 revision to the XML header?

Update date too?

> Would you mind adding an extra `0.1.2` revision to the XML header? Update `date` too?
Owner
Copy link

@wiktor Given that I am not expecting any more JSON schemas, I think it would be quite the overkill.

I have already written the XML schemas and these should definitely be checked via CI/CD!

@l-x Yes, good thinking! Still getting used to this system :)

@wiktor Given that I am not expecting any more JSON schemas, I think it would be quite the overkill. I have already written the XML schemas and these should definitely be checked via CI/CD! @l-x Yes, good thinking! Still getting used to this system :)
Owner
Copy link

@l-x Sorry for the double work. No, the date shouldn't be changed.

@l-x Sorry for the double work. No, the date shouldn't be changed.
Author
Contributor
Copy link

@yarmo Are two commits in one pr okay?

@yarmo Are two commits in one pr okay?
Owner
Copy link

@l-x multiple commits are perfectly fine to me. The "merge pull request" button can squash if need be.

Re revision: I meant, add an entire new revision, so that it would be:

 <revision>
 <version>0.1.2</version>
 <date>2021年11月10日</date>
 <remark>Fixed error in JSON schema.</remark>
 </revision>
 <revision>
 <version>0.1.1</version>
 <date>2021年11月09日</date>
 <remark>Fixed minor mistakes.</remark>
 </revision>
 <revision>
 <version>0.1.0</version>
 <date>2021年11月09日</date>
 <remark>Initial version.</remark>
 </revision>
@l-x multiple commits are perfectly fine to me. The "merge pull request" button can squash if need be. Re revision: I meant, add an entire new revision, so that it would be: ``` <revision> <version>0.1.2</version> <date>2021年11月10日</date> <remark>Fixed error in JSON schema.</remark> </revision> <revision> <version>0.1.1</version> <date>2021年11月09日</date> <remark>Fixed minor mistakes.</remark> </revision> <revision> <version>0.1.0</version> <date>2021年11月09日</date> <remark>Initial version.</remark> </revision> ```
Author
Contributor
Copy link

@yarmo My bad, sorry. Still too tired...

@yarmo My bad, sorry. Still too tired...
l-x force-pushed fix_spd_schema from 67f3a4e02e to cf32eecfbd 2021年11月10日 13:30:33 +01:00 Compare
Owner
Copy link

@l-x no worries, thanks a bunch for the PR! The first contribution outside of the people who started this thing, so cause for celebration 🥇

@l-x no worries, thanks a bunch for the PR! The first contribution outside of the people who started this thing, so cause for celebration 🥇
Author
Contributor
Copy link

I guess i screwed the pr -.-.

I should have stayed in bed today 😫

I guess i screwed the pr -.-. I should have stayed in bed today 😫
l-x force-pushed fix_spd_schema from cf32eecfbd to 0875a18e9d 2021年11月10日 13:35:13 +01:00 Compare
Author
Contributor
Copy link

@l-x no worries, thanks a bunch for the PR! The first contribution outside of the people who started this thing, so cause for celebration 🥇

🥳 🎆 😆

pr should be ok now

> @l-x no worries, thanks a bunch for the PR! The first contribution outside of the people who started this thing, so cause for celebration 🥇 🥳 🎆 😆 pr should be ok now
Owner
Copy link

I really hate myself for being that guy right now, but...

<remark>Fixed Fix json schema error.</remark>

Other than that, perfect!

I really hate myself for being that guy right now, but... ```xml <remark>Fixed Fix json schema error.</remark> ``` Other than that, perfect!
Author
Contributor
Copy link

@yarmo No worries, for my living usually I am that kind of guy. It was just a question of time when this comes back to me... xD

@yarmo No worries, for my living usually I am that kind of guy. It was just a question of time when this comes back to me... xD
l-x force-pushed fix_spd_schema from 0875a18e9d to 98acef7073 2021年11月10日 13:48:53 +01:00 Compare
Owner
Copy link

Looks perfect to me! I'll merge in a bit

Looks perfect to me! I'll merge in a bit
l-x deleted branch fix_spd_schema 2021年11月11日 10:25:52 +01:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ariadne/arc!11
Reference in a new issue
ariadne/arc
No description provided.
Delete branch ":fix_spd_schema"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?