Patrick Stephen

Results 81 comments of Patrick Stephen

Unfortunately, attemping a pattern where top level fields are `ForceNew` results in the following terraform plugin error: `All fields are ForceNew or Computed w/out Optional, Update is superfluous` In other...

We've opened an internal ticket for discussion on this proposed de-polymorphization; the only downside obvious to me is it would make it much more complicated to query for sets of...

We're investigating this; specifically we're researching if this is a common ask or if this is a best practice among other terraform providers, or how this use case is addressed...

With bebop v0.3.0, Tokenization is complete.

Just so I understand, is there an existing extension format that requires the use of e.g. gjson and tiny go or bebopc just supports any wasm based extension? In the...

Upstream bebop has allegedly released this support, but when you run bebopc 2.4.2, the latest release as of now, against the service defined in their wiki: https://github.com/RainwayApp/bebop/wiki/RPC, it errors: ```...

Tempo / rpcs are viable to add support for, in theory, now.

Supporting both forms at once is not possible; we can offer a language version flag to support transitions

Its possible to add this to `concreteSyntaxTypeErrors` on `productionRHSElem`, but it raises an issue of environment knowledge-- adding this error check [here](https://github.com/melt-umn/silver/blob/develop/grammars/silver/definition/concrete_syntax/ProductionDcl.sv#L143): ``` top.concreteSyntaxTypeErrors if length(getProdsForNt(name, t.env)) != 0 then...

Copper does not crash from this error, the message is from copper itself from [this function](https://github.com/melt-umn/copper/blob/c5c9fdae6912c13be9d94431df967add81f42a7d/src/edu/umn/cs/melt/copper/compiletime/spec/grammarbeans/visitors/GrammarConsistencyChecker.java#L706). The function in question is very general and used in a good number of...