TheThirdOne / rars

RARS -- RISC-V Assembler and Runtime Simulator
Other
1.22k stars 234 forks source link

Status of RARS #220

Open privat opened 5 months ago

privat commented 5 months ago

Hi, since a year, we are using RARS in an academic setting at the Université du Québec à Montreal for the assembly course INF2171 (https://inf2171.uqam.ca/ if you're curious). We have chosen RARS as the main tool as it is a beginner course, and we needed a powerful but simple IDE to develop in assembly and inspect the result with the runtime simulation.

We added more features and bug fixes https://github.com/privat/rars and wanted to integrate our code upstream. I did some PR and contacted the maintainer, but there was no real answer. Currently, stopped submitting PR. Our fork is active, but we want again to reach the maintainer and other users and contributor of RARS to know :

  1. what is the current status of the project ? Is it maintained or is @TheThirdOne MIA, bored or really busy with other things?
  2. are some other people interested in using or contributing to RARS ?
privat commented 3 months ago

It's sad to have no feedback :(

Because I do not want to host the project in my namespace, I created and moved the fork to https://github.com/rarsm/rars Our short-end goal is to fix some remaining issues before September (and the next assembly course) and have a stable 2.0 release for the students.

For the information, our fork is 200+ commits ahead upstream and with almost 40 merged PR.

NickolayTernovoy commented 3 months ago

@privat Thank you very much for continuing to support RARS!