You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m currently working on the SRS documents for CAS 741 using a separate repo.
Dr. @smiths , quick workflow question: after the SRS is finalized, should I implement the new example in a Drasil fork and PR upstream, and keep the SRS text in capTemplate? Or do you want some docs in the Drasil fork as well?
I've been mainly working on Rename & Move Language.Drasil.Code.Imperative.GOOL.ClassInterface #4652. It's slow going as we've needed to make some architectural decisions to allow the refactors we're trying to do, and Haskell's type system is not being as helpful as I'd like it to be, but I'm glad that I'm making steady progress.
With <Help Needed> Trying to remove GOOL imports from ClassInterface #4670, we mentioned splitting off the piece of ProgData that is used by drasil-code. The issue is that currently all of it is used by drasil-code. I've been looking around trying to understand why that is and if there's a way of improving the organization of that data structure.
Agenda
The changes are split into three PRs: Changed
sdepto returnSet UID#4689 ; Changelnamesto returnSet UID#4690 ; Changeshortdepto returnSet UID#4691Dr. @smiths , quick workflow question: after the SRS is finalized, should I implement the new example in a Drasil fork and PR upstream, and keep the SRS text in capTemplate? Or do you want some docs in the Drasil fork as well?
Language.Drasil.Code.Imperative.GOOL.ClassInterface#4652. It's slow going as we've needed to make some architectural decisions to allow the refactors we're trying to do, and Haskell's type system is not being as helpful as I'd like it to be, but I'm glad that I'm making steady progress.ProgDatathat is used bydrasil-code. The issue is that currently all of it is used bydrasil-code. I've been looking around trying to understand why that is and if there's a way of improving the organization of that data structure.Regrets:
Virtual: @balacij, @JoeZZG