You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(2) |
Nov
(5) |
Dec
|
---|
From: Marc T. <ma...@gm...> - 2008-11-28 19:21:17
|
Jo jo, mel, m'estan entrant ganes de picar codi ^^ |
From: Pau R. F. <pau...@bu...> - 2008-11-28 18:56:50
|
On Fri, Nov 28, 2008 at 05:42:33PM +0100, Toni Pizà wrote: >(Pau, supos que puc forçar un reverse a la versió 207, però domés per >emprenyar-te una mica em nego a cercar-ho) Crec que només per emprenyar-te tampoc et diré com es fa. salut! P.S.: svn up -r 207 -- Laziness, impatience, and hubris. -- Larry Wall in «Programming Perl» |
From: T. P. <ser...@gm...> - 2008-11-28 17:54:56
|
Uoolas pythonists! Ja funciona (al manco una mica) tot el meollo de les linies virtuals. Pels que no recordeu el tema, teniem un problema perque l'analitzador eliminava algunes linies del codi introduit per l'usuari al fer el preprocessat, i teniem problemes per fer correspondre el codi de sortida amb el d'entrada. Per això ara l'analitzador sintàctic té un atribut (que putes, una variable) anomenada virtuals. Per exemple, si introduim el codi .entry [linia en blanc] mov #4,r0 [linia en blanc] et: sob r0,et halt Queda d'aquesta manera després de sortir de l'analitzador .entry mov #4,r0 et: sob r0,et halt Per tant, la llista de linies virtuals ens indicarà la posició del codi preprocessat en que ha quedat la linia del codi inicial, amb un -1 per a les linies en blanc completament eliminades. [0, -1, 1, -1, 2, 2, 3] Gràcies a n'això podem fer coses tan xules com mostrar la posició de memòria de cada linia de codi quan estem en mode execució (ja implementat, adjunt una captura d'exemple), o fer un highlight de la linea de codi que estem executant actualment com feia el basilisk (next step). Salut! I ho pujaré quan algú m'expliqui com fer-ho amb el meu usuari servo_ -- "Ser serio no significa ir con cara de estar cagándote" |
From: T. P. <ser...@gm...> - 2008-11-28 17:00:44
|
> Bones genteta! > > Acab de fer un checkout del nostre (abandonat) projecte, i amb el darrer > commit (el 208) tot el projecte casca quan intentes ensamblar alguna cosa. > Amb la revisió 207 funciona correctament, així que faig un nou commit amb > la versió antiga ;) > > (Pau, supos que puc forçar un reverse a la versió 207, però domés per > emprenyar-te una mica em nego a cercar-ho) > > Salut! > Ey, no sé fer commits xD Què algú ho arregli i façi un revert a la versió 207! -- "Ser serio no significa ir con cara de estar cagándote" |
From: T. P. <ser...@gm...> - 2008-11-28 16:42:37
|
Bones genteta! Acab de fer un checkout del nostre (abandonat) projecte, i amb el darrer commit (el 208) tot el projecte casca quan intentes ensamblar alguna cosa. Amb la revisió 207 funciona correctament, així que faig un nou commit amb la versió antiga ;) (Pau, supos que puc forçar un reverse a la versió 207, però domés per emprenyar-te una mica em nego a cercar-ho) Salut! -- "Ser serio no significa ir con cara de estar cagándote" |
From: T. P. <ser...@gm...> - 2008-10-13 10:42:02
|
Bones! Tenim un problema al fitxer code_widget.py; a la funció run_mode(self), quan cridam a la funció self.get_text() (que és un simple return self.text.document().toPlainText().toUtf8()) ens retorna un punter a la llista del text que ha escrit l'usuari, i noltros el que necessitam és la llista en si. Algú ho sap arreglar? Gràcies! PD: Fer un *punter no val ;D -- "Ser serio no significa ir con cara de estar cagándote" |
From: SourceForge.net <no...@so...> - 2008-10-01 19:53:04
|
Feature Requests item #2140982, was opened at 2008-10-01 21:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2140982&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interfcie grfica Group: None Status: Open Priority: 5 Private: No Submitted By: Pau Rullan Ferragut (paurullan) Assigned to: Nobody/Anonymous (nobody) Summary: Indicaci de posicions de memria Initial Comment: Fer que durant el mode d'execuci el codi mostri el word en que est codificat. L'emulador del Basilisk ho fa. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2140982&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-30 20:04:16
|
Feature Requests item #2138851, was opened at 2008-09-30 22:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2138851&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interfcie grfica Group: Alpha Status: Open Priority: 5 Private: No Submitted By: Pau Rullan Ferragut (paurullan) Assigned to: Nobody/Anonymous (nobody) Summary: No iniciar l'execuci fins donar l'ordre Initial Comment: Un cop ensamblat el programa no s'ha d'iniciar a executar. S'ha d'esperar a que l'usuari doni un senyal. Aix s perqu pot ser interessant llegir la memria i com ha quedat just en ensamblar. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2138851&group_id=239802 |
From: P. Rul·l. F. <pau...@bu...> - 2008-09-24 23:24:20
|
On Thu, Sep 25, 2008 at 1:22 AM, Pau Rul·lan Ferragut <pau...@bu...> wrote: Reunió de projecte avui dijous 25 1530@Aulalinux -- Do not be too quick to decide what is impossible. |
From: Pau R. F. <pau...@bu...> - 2008-09-24 11:16:30
|
bon dia! Si mirau l'igu ara és una primera aproximació al que vull fer. Vos pareix bé? La passa següent (dins la part de la gràfica) consistirà en acabar d'emplenar les accions, botons i la gestió del fitxer teniu material més que de sobra: el decodificador, l'execució i tota la pesca. Una cosa que si estaria bé fer és una nova classe visualització. Aquesta anirà adins màquina i serà la que generi l'html pel volcat de la memòria i els registres però això ho puc fer jo si voleu -- Laziness, impatience, and hubris. -- Larry Wall in «Programming Perl» |
From: SourceForge.net <no...@so...> - 2008-09-23 14:25:38
|
Feature Requests item #2124661, was opened at 2008-09-23 16:24 Message generated for change (Settings changed) made by servo_ You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2124661&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 5 Private: No Submitted By: Toni Piz (servo_) >Assigned to: Pau Rullan Ferragut (paurullan) Summary: Controlar que els valors de les variables siguin adecuats Initial Comment: L'analitzador sintctic tamb ha de mirar si les variables sn com toca; m'explic, si s una variable en octal (que no acaba en punt), no pot tenir 8 o 9s, i ha de donar un error. El PDP11 emprat fins ara no dona error per aix, ho bota a l'hora de codificar, mirau-ho. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2124661&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-23 14:25:09
|
Feature Requests item #2124661, was opened at 2008-09-23 16:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2124661&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 5 Private: No Submitted By: Toni Piz (servo_) Assigned to: Nobody/Anonymous (nobody) Summary: Controlar que els valors de les variables siguin adecuats Initial Comment: L'analitzador sintctic tamb ha de mirar si les variables sn com toca; m'explic, si s una variable en octal (que no acaba en punt), no pot tenir 8 o 9s, i ha de donar un error. El PDP11 emprat fins ara no dona error per aix, ho bota a l'hora de codificar, mirau-ho. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2124661&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-21 16:47:21
|
Feature Requests item #2119343, was opened at 2008-09-19 15:55 Message generated for change (Settings changed) made by hugochinchilla You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2119343&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Mrqueting Group: Alpha Status: Open Priority: 5 Private: No Submitted By: Pau Rullan Ferragut (paurullan) >Assigned to: Hugo Chinchilla (hugochinchilla) Summary: Fer la plana web Initial Comment: Crear material o la redirecci per http://openpdp.sf.net ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2119343&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-20 14:12:30
|
Feature Requests item #2120583, was opened at 2008-09-20 16:11 Message generated for change (Settings changed) made by marctc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120583&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None >Status: Deleted Priority: 7 Private: No Submitted By: Marctc (marctc) Assigned to: Nobody/Anonymous (nobody) Summary: Errors a controlar del PDP11 Initial Comment: Alg hauria de fer la ardua tarea de cercar i llistar tots els distints tipus d'error que pogues donar el PDP11, per a poder implementar-ho tant a la comprovaci sintctica com semntica. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120583&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-20 14:11:09
|
Feature Requests item #2120583, was opened at 2008-09-20 16:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120583&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 7 Private: No Submitted By: Marctc (marctc) Assigned to: Nobody/Anonymous (nobody) Summary: Errors a controlar del PDP11 Initial Comment: Alg hauria de fer la ardua tarea de cercar i llistar tots els distints tipus d'error que pogues donar el PDP11, per a poder implementar-ho tant a la comprovaci sintctica com semntica. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120583&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-20 11:59:28
|
Feature Requests item #2120422, was opened at 2008-09-20 13:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120422&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 7 Private: No Submitted By: Marctc (marctc) Assigned to: Nobody/Anonymous (nobody) Summary: Errors a controlar del PDP11 Initial Comment: Alg hauria de fer la ardua tarea de cercar i llistar tots els distints tipus d'error que pogues donar el PDP11, per a poder implementar-ho tant a la comprovaci sintctica com semntica. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120422&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-20 11:56:16
|
Feature Requests item #2120419, was opened at 2008-09-20 13:54 Message generated for change (Settings changed) made by marctc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120419&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 5 Private: No Submitted By: Marctc (marctc) Assigned to: Nobody/Anonymous (nobody) >Summary: Mal us de variables al PDP11 Initial Comment: Comprovar que l'usuari empri sols variables previament declarades. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120419&group_id=239802 |
From: SourceForge.net <no...@so...> - 2008-09-20 11:54:59
|
Feature Requests item #2120419, was opened at 2008-09-20 13:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120419&group_id=239802 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Editor Group: None Status: Open Priority: 5 Private: No Submitted By: Marctc (marctc) Assigned to: Nobody/Anonymous (nobody) Summary: Mal us de variables Initial Comment: Comprovar que l'usuari empri sols variables previament declarades. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1110915&aid=2120419&group_id=239802 |
From: Marc T. <ma...@gm...> - 2008-09-19 02:15:48
|
Estic provant aixo, no me mateu |