filecoin-station / zinnia

Runtime for worker nodes executing modules in a resource-limited sandbox
https://crates.io/crates/zinnia
Other
17 stars 2 forks source link

feat: add regex assertion for station_id #533

Closed PatrickNercessian closed 3 months ago

PatrickNercessian commented 3 months ago

Related to #520

PatrickNercessian commented 3 months ago

Have not manually tested this change yet, and our automated tests don't seem to cover this sort of constraint checking (although we can start with this PR if we want).

bajtos commented 3 months ago

bajtos changed the title feat: Added regex assertion for station_id feat: add regex assertion for station_id

@PatrickNercessian: The convention is to write the description as an imperative sentence ("add something"), not in the past tense ("added something").

Not a big deal, just a small detail to learn :)

bajtos commented 3 months ago

Have not manually tested this change yet, and our automated tests don't seem to cover this sort of constraint checking (although we can start with this PR if we want).

I am fine with testing this change manually.

Please run cargo fmt to fix the formatting of your new code.