Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: update/add missing demo samples #4975

Merged
merged 3 commits into from
Oct 31, 2022

Conversation

ParkerM
Copy link
Contributor

@ParkerM ParkerM commented Oct 30, 2022

Description of changes:
This fixes some filename-related issues that would cause 404's to appear in the demo for certain modes, and also backfills some samples for declared modes.

To reproduce one instance of the issue, visit https://ace.c9.io/build/kitchen-sink.html and select "Fortran". The content that is loaded is 404 HTML markup instead of Fortran code.

Summary of changes:

  • fortran.f90 changed to fortran.f so it'd match the 0th file extension
  • Lowercased filenames for Haxe.hx, Jack.jack, Nix.nix to fix mismatches
  • Added SPARQL, Turtle, and Logtalk to modelist. (These have existing samples but aren't selectable.)
  • Added samples for Django, MIPS, and Text.

The one straggler that I was unable to identify was the Log (.log) file type. It doesn't appear to be implemented but it is mentioned in the modelist.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 86.06% // Head: 86.06% // No change to project coverage 👍

Coverage data is based on head (8a8e530) compared to base (bf2913a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4975   +/-   ##
=======================================
  Coverage   86.06%   86.06%           
=======================================
  Files         544      544           
  Lines       41470    41470           
  Branches     6541     6541           
=======================================
  Hits        35691    35691           
  Misses       5779     5779           
Flag Coverage Δ
unittests 86.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@andrewnester andrewnester merged commit 2b8236e into ajaxorg:master Oct 31, 2022
@andrewnester
Copy link
Contributor

Thank you, merged!

@ParkerM ParkerM deleted the fix/missing-demos branch October 31, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants