Bug 2253052 - Review Request: microscheme - A functional programming language for the Arduino
Summary: Review Request: microscheme - A functional programming language for the Arduino
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Neil Hanlon
QA Contact: Fedora Extras Quality Assurance
URL: https://ryansuchocki.github.io/micros...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-12-05 19:25 UTC by Benson Muite
Modified: 2024-09-28 11:46 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
neil: fedora-review?


Attachments (Terms of Use)

Description Benson Muite 2023-12-05 19:25:16 UTC
spec: https://download.copr.fedorainfracloud.org/results/fed500/microscheme/fedora-rawhide-x86_64/06726819-microscheme/microscheme.spec
srpm: https://download.copr.fedorainfracloud.org/results/fed500/microscheme/fedora-rawhide-x86_64/06726819-microscheme/microscheme-0.9.4-1.fc40.src.rpm

description:
Microscheme, or (ms) for short, is a functional programming language for the
Arduino, and for Atmel 8-bit AVR microcontrollers in general. Microscheme is
a subset of Scheme, in the sense that every valid (ms) program is also a valid
Scheme program (with the exception of Arduino hardware-specific primitives).
The (ms) compiler performs function inlining, and features an aggressive
tree-shaker, eliminating unused top-level definitions. Microscheme has a robust
FFI (Foreign Function Interface) meaning that C code may be invoked directly
from (ms) programs. Therefore, the power of the existing wealth of Arduino
libraries is available within Microscheme.

fas: fed500

Koji build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=109951556

Reproducible: Always

Comment 1 Fedora Review Service 2023-12-05 19:35:14 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/6727177
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2253052-microscheme/fedora-rawhide-x86_64/06727177-microscheme/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 2 Neil Hanlon 2024-04-26 02:40:59 UTC
Review comments:

1. rpmlint reports binary is not compiled as position-independent -- is this a result of the flag change in %prep?

microscheme.x86_64: W: position-independent-executable-suggested /usr/bin/microscheme

2. Is there any documentation that can be provided, or should?

3. It appears upstream has not been updated in quite some time -- is there a more active fork or source for this?


Note You need to log in before you can comment on or make changes to this bug.