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

1.12.0 #1149

Merged
merged 79 commits into from
Oct 18, 2022
Merged

1.12.0 #1149

merged 79 commits into from
Oct 18, 2022

Conversation

tfloxolodeiro
Copy link
Contributor

No description provided.

tfloxolodeiro and others added 25 commits October 11, 2022 12:27
Contando expectativas que no se usan para el score
Adding RepetirVacio key to MulangParser
Expectation modal se ve bien al achicar
Agregando composition 9 a ejercicios
Comment on lines +447 to +457
try {
clearValidations()
this.set('expects', await this.pilasMulang.analyze(Blockly.mainWorkspace, this.challenge))
// Order is important. Warnings should be added first. This way, if errors appear, warning bubbles will be painted red.
if (this.experiments.shouldShowBlocksWarningExpectationFeedback()) this.showBlocksWarningExpectationFeedback()
this.showBlocksErrorExpectationFeedback()
Blockly.Events.fireRunCode()
} catch (e) {
console.log(e)
this.set('staticAnalysisError', e.toString())
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holaaa como vvas

Comment on lines +2 to +10
.goal {
margin-top: 1em;
div, div p {
display: inline;
color: inherit;
}
md-icon[md-font-icon] {
color: inherit;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seguiste viendo utena ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, hoy sigo

export const newExpectation = (types, expect, id, opts = {}) =>
`expectation "${stringify(id, { ...types, ...opts })}": ${expect};`
`expectation "${btoa(stringify(id, { ...types, ...opts }))}": ${expect};`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btoa como beto casella

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

claro, es una referencia a el

@tfloxolodeiro tfloxolodeiro marked this pull request as ready for review October 18, 2022 16:52
@tfloxolodeiro tfloxolodeiro requested a review from a team as a code owner October 18, 2022 16:52
@tfloxolodeiro tfloxolodeiro merged commit 89fb521 into master Oct 18, 2022
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.

5 participants